I have a lot of mp3s with all lower or upper case letters. I want to have them in this format "Name Of Artist - Title Of Song" could C++ do something like this?
I took the intro C++ and did the copy file program.
how would i code it so it makes the first letter of every word a capitol and keep all others lower case?
I would immediately think of perl for your problem. It has great flexibility in handling strings. You also have the MP3::Tag library which would essentially allow you to read and write tags to your mp3 files.
after talking to some more computer ppl i found a program that does this already!
Its called batchrename
i just ran a test here on my comp at work and worked awsome!
Who ever needs to rename there mp3s or other files this is the way to do it!
This program works buy rules. Here is how i got mine looking right.
1. all lower case
2. Cap. first letter of ever word. <= prebuilt (they have popular rules)
only glitch i found was that if you have numbers in a word it thinks the next letter is a new word.
i.e.
w00t => W00T