diff options
author | Max Kellermann <max@duempel.org> | 2014-08-11 22:38:53 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-08-11 22:38:58 +0200 |
commit | 14908b7f285305fe4a1e0a14f8be5751027d8164 (patch) | |
tree | 764fe9d292d9b915cac595ce79e3adf27ef17523 /doc/protocol.xml | |
parent | 2e122e150928dc7cc52a77a3ebec0427146cd2af (diff) | |
download | mpd-14908b7f285305fe4a1e0a14f8be5751027d8164.tar.gz mpd-14908b7f285305fe4a1e0a14f8be5751027d8164.tar.xz mpd-14908b7f285305fe4a1e0a14f8be5751027d8164.zip |
doc/protocol: reformat the "find" types
Diffstat (limited to 'doc/protocol.xml')
-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> |