For example, you would have a directory containing the following files:
...
music001WORD.mp3
music001.wma
music002.mp3
...
Currently, the above files can be limited to allow only *.mp3 or only *.wma extensions to limit the scope of the scan. However, if a filter were added, you could extend this to include string search functions.
For example, searching the above directory for all formats for "001" inclusive with the filter would yield:
music001WORD.mp3
music001.wma
Or, searching for "WORD" exclusive would return:
music001.wma
music002.mp3
I think this would greatly enhance the file management features of MediaMonkey, and I can't imagine that I am the only one who feels this way. Please take this in consideration for future releases
