aboutsummaryrefslogtreecommitdiffstats
path: root/doc/protocol.xml
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-26 16:13:35 +0200
committerMax Kellermann <max@duempel.org>2013-10-26 16:13:35 +0200
commita577944ab5a1f4d688e5901fa3efaf7cd1673588 (patch)
tree5404e650f399191ca8a2f9a7b28c266e5c98d7d6 /doc/protocol.xml
parent17ec3b0c2d83da9cae3dc0e649cef2568d20e7c1 (diff)
downloadmpd-a577944ab5a1f4d688e5901fa3efaf7cd1673588.tar.gz
mpd-a577944ab5a1f4d688e5901fa3efaf7cd1673588.tar.xz
mpd-a577944ab5a1f4d688e5901fa3efaf7cd1673588.zip
command: new commands "findin", "searchin" with base URI
Diffstat (limited to 'doc/protocol.xml')
-rw-r--r--doc/protocol.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/doc/protocol.xml b/doc/protocol.xml
index 234db46db..ab88468fc 100644
--- a/doc/protocol.xml
+++ b/doc/protocol.xml
@@ -1491,6 +1491,23 @@ OK
</para>
</listitem>
</varlistentry>
+ <varlistentry id="command_findin">
+ <term>
+ <cmdsynopsis>
+ <command>findin</command>
+ <arg choice="req"><replaceable>URI</replaceable></arg>
+ <arg choice="req"><replaceable>TYPE</replaceable></arg>
+ <arg choice="req"><replaceable>WHAT</replaceable></arg>
+ <arg choice="opt"><replaceable>...</replaceable></arg>
+ </cmdsynopsis>
+ </term>
+ <listitem>
+ <para>
+ Like <command>find</command>, but allows specifying a
+ base URI for the find.
+ </para>
+ </listitem>
+ </varlistentry>
<varlistentry id="command_findadd">
<term>
<cmdsynopsis>
@@ -1626,6 +1643,23 @@ OK
</para>
</listitem>
</varlistentry>
+ <varlistentry id="command_searchin">
+ <term>
+ <cmdsynopsis>
+ <command>searchin</command>
+ <arg choice="req"><replaceable>URI</replaceable></arg>
+ <arg choice="req"><replaceable>TYPE</replaceable></arg>
+ <arg choice="req"><replaceable>WHAT</replaceable></arg>
+ <arg choice="opt"><replaceable>...</replaceable></arg>
+ </cmdsynopsis>
+ </term>
+ <listitem>
+ <para>
+ Like <command>search</command>, but allows specifying a
+ base URI for the search.
+ </para>
+ </listitem>
+ </varlistentry>
<varlistentry id="command_searchadd">
<term>
<cmdsynopsis>