Hi,
I searched the forum and tried a couple solutions but couldn't get to do it.
Any ideas?
Thanks.
Hi,
I searched the forum and tried a couple solutions but couldn't get to do it.
Any ideas?
Thanks.
You can try to escape them using '(' or '['.
Hi Florian,
Thanks for replying. Can you please show me how to do that. I am not sure how to escape them.
I capitalize using Case Conversion > MixedCase
Thanks again!
Just edit the Case conversion action to add ( and [ symbols in the "words begin from/after any of:" box. That'll do it.
To edit an action - click the Action button on the toolbar. double-click Case Conversion. Double click the text within the resultant box that pops up. Make your changes, click ok until you're done!
Thanks guys, worked great!
Can you explain in details for ONLY the capitalize lettre after '(' ?
Thanks !
Because this works for the sentence 
If you read
where do you need more
?
I dosen't see how create the srcipt.
I want to mod this:
"Billie jean (instrumental version)" to "Billie jean (Instrumental version)"
Mixed Case or Sentence is not really the good way if we have after : " - Special Edit" or something like this...
Sorry for my poor english !

I find a way, mod and here is the tip :
T=5
F=TITLE
1=$replace($caps2($replace(%TITLE%,'(','(','[','['),'-/(['),'(','(','[','[')
I really don't know how it works, it's too embeded for me
but I think this do the job...
In the FAQs you find more information about actions:
Is there a way to apply “Mixed case” solely to track titles? What i have now currently applies to comments; composer, genre, etc. “_ALL”: MIxed Case, under “actions”. I have tried ignoring “actions” and am trying the following…
What i am doing is choosing Quick Action > case conversion > mixed case, not sure what i should place in the “Words begin from/after any of:”box. This also changes the first letter after a [ or ( or /, etc, which i don’t want to happen. To clarify i want just the first letter of each word (only track titles) to be capitalized, nothing else and nothing else changed.
Any help with this is appreciated, as know next to nothing about this.
thanks
Copy the action and edit it so that you can modify the field. Set as field: TITLE
Enter every character after which a word starts. So in your case
Don't forget the space.
(all this is already mentioned in this post:
Thank you very much, i now understand.