Can you create a filename mask to do this below?:
FOLDERS LIKE THIS:
Example: B/Beatles, The/Revolver Flac/{then all song filenames}
The first two folders “B/Beatles, The” are the AlbumArtistSort, or ArtistSort.
The album folder adds [codec] (year).
Where artistsort, artist, album, title are all each limited to 40 characters.
And if multidisc, add something for that.
SONG FILENAMES
Example: 01 Taxman (749kbps 1966)
The year is the originalyear.
Where title is limited to 40 characters.
AND, in the album folder:
if Compilation, add (Comp), not (Compilation),
if Greatest Hits, add (GH)
if Various Artists, add (VA)
AND, do the tricks that make it more versatile, like:
the “ifs”: ifnotempty, ifmultidisk,
the “year” in folders and songfilename are 4 digit without month or day.