How to find names / ids of non-standard items? #604
-
Beta Was this translation helpful? Give feedback.
Answered by
Jadooooooooo
Jan 15, 2025
Replies: 1 comment 1 reply
-
to remove item to remove Mp3tag except for MP3 and FLAC files to put items in sub menu |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
GrimpaJ
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
to remove item
remove(find='amd software')
to remove Mp3tag except for MP3 and FLAC files
remove (find='mp3tag' where=(sel.file.ext!='.mp3' && sel.file.ext!='.flac'))
to put items in sub menu
menu(mode="multiple" title="Submenu") { }
modify(mode="multiple" find="windows terminal|bluetooth|etc..." menu="Submenu")