What do you use this little program for?
Well, sometimes when you download MP3 files from the Internet the FileNames look all cryptic.
That's what my program's supposed to take care of.
Let's say you have an MP3 file looking like this:
Will%20Smith_-_M%20I%20B.mp3
Then my program would automatically rename it to:
Will Smith - M I B.mp3
Looks much nicer doesn't it?
Then let's say you have the same file looking like this:
Will%2~1.mp3
If there is an intact ID3 tag with the needed information my program will automatically rename it to:
Will Smith - M I B.mp3
My program pretty much takes your cryptic looking MP3 files and rename them to something more logic if possible.
All of this can of course be customized in many ways so renaming MP3 files should be no harder than boiling an Egg.
What's new?
- Fixed bugs, removed ads, upgraded controls, etc. Pretty much a lot of small fixes here and there.