Sorry That was an example.
I'm collecting some old Bollywood movie's songs. So I want the movie name in the "ALBUM" section.
TITLE contains movie name but there is a " - " before it.
So how can I convert everything after " - " to "ALBUM" ?
Example:
TITLE: Meri Hasraton Ka - Mehndi Ban Gayi Khoon
(everything after " - " is the movie's name)
I want that name in "ALBUM"
E.g.
TITLE = Lost Boys - Sweet Nothing Play Hard
ALBUM = (empty)
Source: %title%
Format String: %title% - %album%
Result:
TITLE = Lost Boys
ALBUM = Sweet Nothing Play Hard
If you mixed up the source (the source is where all of the data is stored) or the separator is not right (e.g. instead of blank-hyphen-blank it is just hyphen) then the action will fail.