How to remove parenthesis

Hello,

Actually the titles are like that

Strike Up the Band (Remastered 2020)

With this command

$num(%track%,2) - $regexp(%title%,(Remastered 2020),)

We have

01 - Strike Up the Band ()

but how to remove parenthesis

Thank You

Try it with
$num(%track%,2) - $regexp(%title%,\(Remastered 2020\),)
You have to "escape" the parenthesis.

Characters with special functionality are explained here: Scripting Functions – Mp3tag Documentation

1 Like

Thanks LyricsLover for that…sorry for Rob

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.