album name

Hello all,

I have too many albums remastered, reissued, expanded editions etc.

Album name is Demons and Wizards 2003 by Jethro Tull. I want to keep album name but have the information to be in between brackets like [remastered 2003]..

Since i have lots of albums in different can anyone help to offer a script ?

Thanks in advanced,

For me it is not clear what you want to do.
Do you want to append an album title with data? If so: where does that data come from?
Do you want to replace some strings with other strings? E.g. "remastered" with "[remastered"?

You would have to show a typical pattern or source and the expected result.

Here you will find the attached before and after images..thank you very much



Try an action of the type "Format value" for ALBUM
Format string: $regexp(%album%,(.*) (\d+),$1 '['Release $2']')

Thank you very much. Worked like a charm