https://www.donationcoder.com/forum/index.php?topic=36640.0
I wrote this utility (link above) to help ferret out a problem on a FB group for which I was monitoring membership.
Downloads so far: 09
(see attachment in previous post)
-kyrathaba
That's kinda funky!
Do you have/plan to allow "wildcards"? For example in those other threads I've mentioned doing directory reads, and because of the way I batch stuff, I'll have a lot of stuff like
C/Docs/User/Desktop/Music/NewMusic/BetteMidlerWind1.mp3
C/Docs/User/Desktop/Music/Sets/BetteMidler/Wind1 PitchDn15%.mp3
C/Docs/User/Desktop/Music/BetteMidler/BetteMidlerWind1.mp3
C/Docs/User/Desktop/Music/Sets/BetteMidler/Wind1.mp3
C/Docs/User/Desktop/Music/Sets/BetteMidler/Wind1 SpdDn25%.mp3
So *Wind1* might find all those examples above. Maybe it could separately save the "dupes" list as well, which could turn into a "files to move around" list.
Thoughts?