Auto file naming to remove text-pattern

I try to auto-remove strings from filenames…
This is what I’ve tried, but it seems that the script is never executed… even not if I do right click on Media-File and choose Script > Youtube Text entfernen

Any suggestion what I’ve doing wrong?

1 Like

Remove the quotation marks. Those are not needed and are actually treated as literal quotation marks.

In Picard’s tagger script language everything that has no special meaning (functions, variables, some special characters) is a literal string.

$set(title,$replace(%title%, \(Official Music Video\),))
4 Likes