Why this filter dont work with "%artist%"? Where is the mistake?
That is so by design. on the right side of the filter operator must be a string constant, not a string variable.
So if you want to find files where the string from ARTIST ist part of the folderpath, use
NOT "$strstr(%_folderpath%,%artist%)" IS "0"
Thank you. Thats it ![]()

