Hi, I have a common track name pattern like the following example:
"some song from NYC (recorded live)"
Using an Action (with case conversion) I get:
"Some Song From Nyc (Recorded Live)"
Using Tag - Tag convert... with $caps2(%title%) I get:
"Some Song From NYC (recorded live)"
What I want is:
"Some Song From NYC (Recorded Live)"
I like how $caps2() works except it doesn't convert within the parens. Is there a way to make this work? (What I want is all words to have first characters capitalized, leave existing capitalized characters as is, apply the same previous two rules between parens ( ) and brackets
I see another post that states: "add the brackets as delimiter between words." I am not sure how to edit my action to do that and even if I did can I still use the $caps2() method to leave existing caps in place?
Thank you, Ray