I’m really sorry for this basic question! How would I write a script (for tags, not renaming files) that would, in all tags, exchange all parenthesis to brackets, and all colons to dots (∙)? This is what I thought would work for the parentheses part (apart from not being applied to all tags) but didn’t:
In Tagger Script a \\ is a backslash. The backslash in front of the paranthesis is needed, because these are reserved characters that need to be escaped.
There is not really a simple way to do it for all tags, you have to do a $set() for each tag.
Side question: As this looks like a change one does typically for file names, is there a specific reason you want the actual tags changed and not only do the replacements for the file names? Doing it only for the file names is usually easier as you don’t need to list all possible tags.
Ok, thanks again!
Well, you’re absolutely correct, this is more for the file names. I use the auto-organize in Mediamonkey to rename and move files, but would like all tags to be optimized/ready when going into Mediamonkey.