If I import info from freedb I get a title of:
Karen Ramirez / Looking For Love
I would prefer Looking For Love - Karen Ramirez
What do I need to do?
If I import info from freedb I get a title of:
Karen Ramirez / Looking For Love
I would prefer Looking For Love - Karen Ramirez
What do I need to do?
After you have tagged with freedb, you can apply an action on the title tag:
Action type: Replace with regular expression
Field: TITLE
Regular expression: ^(.+?)\s+/\s+(.+)$
Replace matches with: $2 - $1
THANK YOU!