Help - Search - Members - Calendar
Full Version: Multiple File Renamer
MSFN Forums > Software, Hardware, Media and Games Central > Software Hangout

   
Google Internet Forums Unattended CD/DVD Guide
naza911
Basically as the title may suggest, I need some software which would be able to rename a whole set of MP3 files. The files were uploaded to rapidshare, which automatically files spaces with underscores and now some of the files also are in capitals. I have been through a few pieces of software without any luck. Basically all I want is the have the Underscores replaced with Spaces and have the Uppercase letter replaced with only the first letter being uppercase and the rest lowercase.

So if anyone knows of some software that would be able to do that I would be most grateful.
Grake
I think you can use vim or flexible renamer
geek
Better File Rename can do that -unfortunately i dont know of a free utility that will do the same
jaclaz
I like this one:
http://www.1-4a.com/
http://www.1-4a.com/rename/rename-features.htm
...and you can also use StarTrek stardates:
http://www.1-4a.com/rename/stardate.htm
cool.gif

jaclaz
crahak
Personally, I found that 99% of renamers suck (the ones I tried at least).

So instead I use a dumb vbscript that fills an array with the names of all the files, then loops thru it renaming all files. There's a "blank" spot in that loop, where you can type the code to manipulate the file names yourself (actually, there's pre-written ones commented out -- for the lazy). It's trivial to write, and it works great if you can handle a very simple scripting language.

Replacing underscores with spaces would be as simple as:
CODE
s = Replace(s, "_", " ")

(you wouldn't even have to write that, just un-comment a line and put the underscore/space in there -- google for vbscript string replace or if you need explanations)

Sure, it's not the most user-friendly "app", but I have yet to find an app that's half as powerful (again, assuming you can write a simple script), doesn't have confusing options and things you have to lookup (e.g. use %D for date and then use these complex parameters for formatting it a certain way), etc. You could even use regular expressions if you wanted to (more complicated though).

Not for everyone I guess, but it's still the best thing I've "found" by far...
GrofLuigi
I use Total Commander's multi rename tool. Haven't tried any other renamers, but I doubt they have MANY more features than this.

GL

naza911
Thanks for all the replies. I used the 1-4a Tools. Worked at treat and took literally two sec's. Great program, with no installation.
Geej
Another freeware : Rname-it 3.1.0

Works in xp. Have preview for the changes u want to make, so you won't make careless mistake prior to mass Rename it! tongue.gif
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.