Hi,
I would like to format %SUBTITLE% based on portions of the %TITLE% tag.
Title: I'm So Excited (Denzal Park Remix)
Expected Subtitle: Remix
Hi,
I would like to format %SUBTITLE% based on portions of the %TITLE% tag.
Title: I'm So Excited (Denzal Park Remix)
Expected Subtitle: Remix
Try an action of the type "Format value" for SUBTITLE
Format string: $regexp(%title%,.*\(.* (.+)\),$1)