Your prog is amazing, however, I've encountered a few issues,
1) Folder or filename that include "@" is not support
2) I used *ride*.mp3 for in Files to exclude rule for filenames like - "01 ride with me part1.mp3", it will generate "Regex error" box with infinite loop, I had to terminate the program through taskmgr.
3) If I used ride*.mp3 for "01 ride with me part2.mp3", it doesn't exclude the file. 
I have to put only "ride" in Files to exclude rule in order to exclude the files.
Thank you for your hard work!
 
      
 Visit the Community page
 Visit the Community page Join our forums
 Join our forums Subscribe to our email newsletter
 Subscribe to our email newsletter Subscribe with RSS
 Subscribe with RSS Follow us on BlueSky
 Follow us on BlueSky Follow us on Facebook
 Follow us on Facebook Follow us on LinkedIn
 Follow us on LinkedIn Follow us on Mastodon
 Follow us on Mastodon
thanks for the reports, I shall try and get point one fixed in version 2.0.3 as I am in the middle of sending 2.0.2 for release at the moment.
With the regexs basically you dont need the * anywhere due to the way I am using the regex library, if you just put it 'ride' (without the quotes) it should grab all of the files you want.