Appending a word to the song's title

I'm having some trouble appending a word to the end of the %title% field. I could swear my regex is sound, but apparently not! :frowning:

Format value
Field: %title%
Format string: $replace(%TITLE%,%TITLE%,%TITLE% (Live))

Basically what I want to do is add " (Live)" to the end the title field.

Can anyone help?

It must be
Format value
Field: TITLE
Format string: $replace(%TITLE%,%TITLE%,%TITLE% (Live))

or easier:
Format value
Field: TITLE
Format string: %TITLE% (Live)

Oh jeeze.. that's embarrassing. :flushed:

Thanks!

dano is always there to help us.