You are here

Few issues

2 posts / 0 new
Last post
sovereignty68
Offline
Last seen: 6 years 8 months ago
Joined: 2008-10-30 21:24
Few issues

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!

Steve Lamerton
Steve Lamerton's picture
Offline
Last seen: 10 years 6 months ago
Developer
Joined: 2005-12-10 15:22
Hi

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.

Log in or register to post comments