How to I replace [ ] to ( )
example
song [Live 1978]
to
song (Live 1978)
I just can't figure it out. I keep getting errors. Thanks
How to I replace [ ] to ( )
example
song [Live 1978]
to
song (Live 1978)
I just can't figure it out. I keep getting errors. Thanks
You can use the converter Tag→Tag, which gives you an immediate preview.
Field: TITLE
Format String: $replace(%title%,'[','(',']',')')
Create 2 actions in an action group, both of the type "Replace", each for TITLE
[ with (] with )(which is basically what @poster suggested only with a different method)
@acidblue0
For all suggestions:
Please be aware that this would replace ALL opening [ and ALL closing brackets ].
This affects not only the part containing the word "Live". And it also not affects only the part at the end of your TITLE content.
If you don't want to replace ALL brackets at ALL positions in the field TITLE, you will need to be more precise in your definition.
Thanks guys. I will try this when I get home.