Hi Taggers,
after I decided how to manage cover songs, I need a little help writing an Action.
I am a *nix user so I know some RegEx, but I need help with MP3tag syntax.
-
If %title% equals to ".*(.* cover)$" then OriginalArtist=$2
($2 should be the second .* on the regex expression, right?) If OriginalArtist is not empty and %title% is not ".*cover)$", then %title% = %title% + " (%OriginalArtist% Cover)"
I'm trying to reach a "one touch" workflow:
- Use auto-numbering to add TrackNumber (number/total) and DiscNumber (number/total)
- "Standardize" (to my needs) various info normally put on title (like "featuring","cover","live","acoustic", etc.)
- Adjust Capitalization (I Love The All Caps Format but I had to fight with roman numbers)
- TAG -> Filename (Right now I have two formats to choose if album is one or multi-disc, I will need a little help extracting total discs number and choose the right format automatically)
Maybe I was crazy already...maybe this quarantine gives me too much time to spend on computer
CIAO!