SongFilter: add special keyword "base"

Restores the features from the previous draft commands "findin" /
"searchin".
This commit is contained in:
Max Kellermann
2013-10-29 18:54:34 +01:00
parent b5fc21b9f4
commit 2aee1b86f3
6 changed files with 57 additions and 5 deletions

View File

@@ -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>