I’ve been struggling with this and thought I would ask for assistance with a file naming script.
Basically, some artists will release singles, EPs and albums that all share the same name.
I’d like to create a script that will add %releasetype% if the %releasetype% is NOT ‘album’.
I’d like the format to look something like this:
Release type is Album:
%albumartist%/%album% (%year%)/%tracknumber% - %artist% - %title%
example:
Daft Punk/Human After All (2005)/01 - Daft Punk - Human After All.flac
Release type is Single:
%albumartist%/%album% [%releasetype] (%year%)/%tracknumber% - %artist% - %title%
example:
Daft Punk/Human After All [single] (2005)/01 - Daft Punk - Human After All.flac