Becoming a huge fan of this app.
Seems to be able to do all I need it to do. I'm currently getting all my tags in place and building up an directory structure using this filenaming
I have been using the default case conversion in the actions (ALT+F5) to get tags and filenames "Like This". But sometime I would prefer to have exceptions, e.g.:
Not Cd1 or Cd2 in the album name, but CD1 and CD2 instead.
Same with romer numbers, like III, II, IV should always remain in Caps (ie not Iii, Ii or Iv).
Not R&b but R&B.
VA in artist for "various artists" instead of Va.
Any ideas to what would be the smartest way to go about this is warmly welcome.
I'm sure the application can do this, just not sure if I should use "Case Conversion" or "Replace" and how to build of the exception cases.
Just like what you can choose in the case conversion dialog
Like that.
But if I choose that after or before your regex it will not work.
Some sort of explanation:
I have this for example: TEST test (test)
and I have used the regex so it becomes like this: TEST Test (test)
Then I want to use so it uppercase after ( with the Mixed.
Final result: Test Test (Test)
\ is an escape char, please look in the helpfile for further explanation and to see which chars you must escape (ALT+5->Help)
sry with the "" but i have an alpha version that handles this a bit different, i forgot about it.
$upper("$1") is right in the current downloadable versions
works for me.
even without the \ in $upper
what's the content of artist tag field, any special chars that could break this? or are you applying some other actions at the same time that are not updated maybe?
I added all actions, the one that's problem is NEW TEST [TAG] Case conversion (ARTIST).mta
And the one with all your regex is [TAG] Case conversion (ARTIST).mta