diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/protocol.xml | 36 |
1 files changed, 28 insertions, 8 deletions
diff --git a/doc/protocol.xml b/doc/protocol.xml index cec92e180..afeffd1ae 100644 --- a/doc/protocol.xml +++ b/doc/protocol.xml @@ -1554,14 +1554,34 @@ OK 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 three special - parameters — <parameter>file</parameter> to search by - - full path (relative to the music directory), - <parameter>base</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. + parameters: + </para> + + <itemizedlist> + <listitem> + <para> + <parameter>any</parameter> checks all tag values + </para> + </listitem> + + <listitem> + <para> + <parameter>file</parameter> checks the full path + (relative to the music directory) + </para> + </listitem> + + <listitem> + <para> + <parameter>base</parameter> restricts the search to + songs in the given directory (also relative to the + music directory) + </para> + </listitem> + </itemizedlist> + + <para> + <varname>WHAT</varname> is what to find. </para> </listitem> </varlistentry> |