I have numerous tags that have the Artist concatenated onto the Title using various spacers (e.g. /, - etc). Is it possible to slice off the Artist, remove the spacer then write the Artist into Album Artist(Band) Tag?
JB
Make a new action
Action type: Guess values
Source format: %title%
Guessing pattern: %title% - %band%
Perfect answer, thanks for the help. I assume to replace / or \ I use those chars instead of -
JB