I am just starting to use actions and have hit a bit of a roadblock. I want to split a directory into 2 parts and apply each part to a different field. The split is delimited by " - " in the file name.
e.g.
file name would be "album bit here - title bit here.mp3"
So I want "album bit here" to become the album - "title bit here" to become the title.
This might not sound sensible but this is for a series of audiobooks and it does work for me. I can do this with a manual "file name to tag" and the following
%album% - %title%\%dummy%
but I can't see a wat to replicate this as an action step (or more likly 2 actions steps).