PDA

View Full Version : Question Bout Music Folder Editing


LAURAK
12-28-2007, 08:04 PM
I Am Trying To Edit All My Music In Windows Explorer, Trying To Convert The Name Of Song & Artist To All Caps, Is There A Program Out There That Will Do This, Or One That Will Convert The Caps Of Each First Letter? I Want To Do This From "my Music" Folder....
Thanx
Laura K

Tom E.
12-28-2007, 10:35 PM
I came across the MP3Tag utility (http://www.mp3tag.de/en/) while looking for software do some batch processing on mp3 files.

I haven't had a chance to try it out yet, but the "Format tags and filenames" feature might be what you're looking for.

Kevin
12-28-2007, 10:50 PM
I know you are talking about windows here but I ran into the exact same problem under Linux. The problem is not just the capitalizing of the first char of each word it is also the MANY exceptions you will run into with song titles and band names. I ended up writing a perl script to deal with it many years ago and I still use it. I still have to add special cases to it occasionally but here it is:
http://www.sanitarium.net/unix_stuff/mp3_scripts/file_name_fixers/fixcase.txt

btw, the ugly kludge where I rename the file to 'x' and then rename it to what I want is a holdover from the days when my mp3 files were stored on a FAT formatted disk and the standard MS filesystem wouldn't allow me to rename a file to the same name but a different case. How stupid is that :P

LAURAK
12-28-2007, 11:32 PM
I Downloaded This And Looks Exactly What I Was Looking For, Trying It Out Now
Thanx Ya So Much
Laura K