From ca6df97ee98653aa555fbee64cf55caaae08de66 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Wed, 28 Dec 2011 19:06:15 -0800 Subject: [PATCH] explain shorthand query keys --- docs/reference/config.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/reference/config.rst b/docs/reference/config.rst index 34c2572c3..5a99de0e6 100644 --- a/docs/reference/config.rst +++ b/docs/reference/config.rst @@ -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 -------