[Solved] Need Script help to replace "with, feat." etc. with semicolon... in Artist/Artist Album Tags?

Hey eloise…

Could you let me know the script I would need to use to simply “remove” the “with” and “feat.” and replace them with something else like a semi-colon (; ) in the Artist and Artist_Album Tags?

I’ve tried figuring it out with the scripting, $replace, but I just don’t understand how to get it to work.

Thanks

Okay, I think I figured it out trying to read though other posts…
Is this correct? It appears to be working. Thanks all.

$set(artist,$rreplace(%artist%, with ,; ))
$set(artist,$rreplace(%artist%, feat. ,; ))

BTW. thanks to outsidecontext for the basic structure found in another post, and I figured it out from there.

1 Like