estimated reading time < 1 min
The following syntax is very convenient for me – you might want to adapt a bit, but it’ll give you an impression at least.
Compilations with only 1 Disc
For Compilations with only 1 Disc I use:
M:\music\albums\Compilations\%album% (%year%)\$num(%track%,2). %artist% - %title%
Compilations with more than 1 Disc
For Compilations with more than 1 Disc I use:
M:\music\albums\Compilations\%album% (%year%)\Disc $num(%discnumber%,2)\$num(%track%,2). %artist% - %title%
Normal album with only 1 Disc
For normal albums with only 1 Disc I use:
M:\music\albums\%albumartist%\%album% (%year%)\$num(%track%,2). %title%
Normal album with more than 1 Disc
And finally for normal albums with more than 1 disc I use:
M:\music\albums\%albumartist%\%album% (%year%)\Disc $num(%discnumber%,2)\$num(%track%,2). %title%
Views: 12