mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
Simplify wording a bit
This commit is contained in:
parent
12db5fc4c9
commit
0e446fd16a
1 changed files with 5 additions and 5 deletions
10
docs/faq.rst
10
docs/faq.rst
|
|
@ -59,11 +59,11 @@ with the ``%if{}`` function to accomplish this::
|
|||
item_fields:
|
||||
multidisc: 1 if disctotal > 1 else 0
|
||||
|
||||
Note that the ``paths`` specification above only contains the
|
||||
``default`` key and leaves the ``comp`` and ``singleton`` keys to their
|
||||
default values as documented in :ref:`path-format-config`. The spec above
|
||||
will therefore not create "Disc N" directories for compilations or singletons
|
||||
unless you override those respective keys as well.
|
||||
This ``paths`` configuration only contains the
|
||||
``default`` key: it leaves the ``comp`` and ``singleton`` keys as their
|
||||
default values, as documented in :ref:`path-format-config`.
|
||||
To create "Disc N" directories for compilations and singletons, you will need
|
||||
to specify similar templates for those keys as well.
|
||||
|
||||
|
||||
.. _multidisc:
|
||||
|
|
|
|||
Loading…
Reference in a new issue