OK,
What diskwriter formatting string for filenames should I use to make this pattern:
CODE
Artist\Album\Disc X\Tracknumber - Title
Right now I'm using:
CODE
%artist%\%album%\$num(%tracknumber%,2) - %title%
which woks fine for single disc albums, but I can't make it work when there is more than one disc.
I'm using the %disc% tag to specify the disc number.
Also, the format should be the same for single and multi disc albums, being:
CODE
Artist\Album\Disc X\Tracknumber - Title
for albums with several discs
and
CODE
Artist\Album\Tracknumber - Title
for single disc albums.
Thanks!
