Hi, I have my Album Tag like this:
Artist Name - Album Name
I would like to change this to just Album Name. So I want to remove all characters before - and the whitespace after -
Can someone help me with a regular expression
Thanks
Hi, I have my Album Tag like this:
Artist Name - Album Name
I would like to change this to just Album Name. So I want to remove all characters before - and the whitespace after -
Can someone help me with a regular expression
Thanks
Define an action:
Type: Guess Values
Source Format: %album%
Guessing Pattern: %dummy% - %album%
Thanks, That works.