Hi,
I wanted to create a filter that included all video type files. It's a pain searching through all TYPE items and building a list of conditions to include each one hoping I haven't missed any. It would be very handy to have new options for [All Video Files], [All Audio Files] and [All Media Files] (a combo of Video & Audio). Video files should include .srt files and also add a new TYPE for ISO files that would be included with video files. Have a Great Day!
In most places that accept wildcards, you can use the special wildcard grp:Movies to match anything which is part of the Movies file type group.
(.srt is not part of the group by default, but you can add it via Settings > File Types.)
In Opus 12, the filter's Type clause also lets you explicitly select file type groups as well as normal file types.
Anywhere wildcards work, you can also chain multiple extensions into a single wildcard, e.g. *.(mp4|avi|mkv|srt)
I suspected there was a more efficient approach available that I missed. Looking forward to v12 official release. Thanks leo.