mirror of
https://github.com/beetbox/beets.git
synced 2026-01-03 22:42:44 +01:00
docs: for per_disc_numbering, change path formats
This commit is contained in:
parent
c25fb4b544
commit
8a63a381b4
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue