explain shorthand query keys

This commit is contained in:
Adrian Sampson 2011-12-28 19:06:15 -08:00
parent d73c133a53
commit ca6df97ee9

View file

@ -165,6 +165,11 @@ will place soundtrack albums in a separate directory. The queries are tested in
the order they appear in the configuration file, meaning that if an item matches
multiple queries, beets will use the path format for the *first* matching query.
Note that the special ``singleton`` and ``comp`` path format conditions are, in
fact, just shorthand for the explicit queries ``singleton_true`` and
``comp_true``. In contrast, ``default`` is special and has no query equivalent:
the ``default`` format is only used if no queries match.
Example
-------