aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-29 18:54:34 +0100
committerMax Kellermann <max@duempel.org>2013-10-29 21:13:40 +0100
commit2aee1b86f364dfc9d897939081eb4f0403f9a729 (patch)
tree1ba3e441ad69018153e266900777b2eb85b47b40 /doc
parentb5fc21b9f442904608a73e3c705e498c55769843 (diff)
downloadmpd-2aee1b86f364dfc9d897939081eb4f0403f9a729.tar.gz
mpd-2aee1b86f364dfc9d897939081eb4f0403f9a729.tar.xz
mpd-2aee1b86f364dfc9d897939081eb4f0403f9a729.zip
SongFilter: add special keyword "base"
Restores the features from the previous draft commands "findin" / "searchin".
Diffstat (limited to 'doc')
-rw-r--r--doc/protocol.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/protocol.xml b/doc/protocol.xml
index 234db46db..2068b6925 100644
--- a/doc/protocol.xml
+++ b/doc/protocol.xml
@@ -1483,9 +1483,13 @@ OK
<para>
Finds songs in the db that are exactly
<varname>WHAT</varname>. <varname>TYPE</varname> can
- be any tag supported by MPD, or one of the two special
+ be any tag supported by MPD, or one of the three special
parameters — <parameter>file</parameter> to search by
- full path (relative to database root), and
+
+ full path (relative to the music directory),
+ <parameter>in</parameter> to restrict the search to
+ songs in the given directory (also relative to the music
+ directory) and
<parameter>any</parameter> to match against all
available tags. <varname>WHAT</varname> is what to find.
</para>