diff options
author | Max Kellermann <max@duempel.org> | 2013-10-29 18:54:34 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-29 21:13:40 +0100 |
commit | 2aee1b86f364dfc9d897939081eb4f0403f9a729 (patch) | |
tree | 1ba3e441ad69018153e266900777b2eb85b47b40 /doc/protocol.xml | |
parent | b5fc21b9f442904608a73e3c705e498c55769843 (diff) | |
download | mpd-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/protocol.xml')
-rw-r--r-- | doc/protocol.xml | 8 |
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> |