From 8a63a381b41ccbd8eb03173a3b5a80254e20a8d6 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Fri, 3 Aug 2012 17:37:14 -0700 Subject: [PATCH] docs: for per_disc_numbering, change path formats --- docs/reference/config.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/reference/config.rst b/docs/reference/config.rst index efc5ad93b..7936b4551 100644 --- a/docs/reference/config.rst +++ b/docs/reference/config.rst @@ -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 ~~~~~~~~~~~~~