docs: for per_disc_numbering, change path formats

This commit is contained in:
Adrian Sampson 2012-08-03 17:37:14 -07:00
parent c25fb4b544
commit 8a63a381b4

View file

@ -224,6 +224,14 @@ first track on the second disc has track number N+1 where N is the number of
tracks on the first disc. If this ``per_disc_numbering`` is enabled, then the
first track on each disc always has track number 1.
If you enable ``per_disc_numbering``, you will likely want to change your
:ref:`path-format-config` also to include ``$disc`` before ``$track`` to make
filenames sort correctly in album directories. For example, you might want to
use a path format like this::
[paths]
default: $albumartist/$album%aunique{}/$disc-$track $title
import_delete
~~~~~~~~~~~~~