INTERACT FORUM
More => Old Versions => Media Center 11 (Development Ended) => Topic started by: gbdesai on December 21, 2003, 04:24:52 pm
-
Like many people who use MC9 or MC10, I have created a Genre Style tag (to capture the sub-genre information for an album). The tag is a semi-colon deliniated list. When I do a clean file properties and have it capitalize the first letter of every word it lower-cases everything in the string except for the first letter of the list: For example,
"New Wave;Pop/Rock" becomes
"ew Wave;pop/rock"
any way to add logic or a new capitalization option that will caps words after punctuation like ";" or "/"? Right now I do a search an replace to add a space before the ";" and it fixes some of the words but things after the slash are still lowercase.
The only other work around I have is doing a search and replace 52 times for ";a"to ";A", ";b"to ";B", etc. and "/a" to "/A", etc.
Gautam