diff options
author | Max Kellermann <max@duempel.org> | 2014-12-12 22:12:19 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-12-12 22:16:00 +0100 |
commit | cc143105b884bfcaa188c6e9f93babec5958ea87 (patch) | |
tree | 46d5022fc55999ca6ec69ea9a474b682ded4b3fd /doc/protocol.xml | |
parent | fed44e95b3c4bc74c8bd96eaf6f08bc6ad01ed55 (diff) | |
download | mpd-cc143105b884bfcaa188c6e9f93babec5958ea87.tar.gz mpd-cc143105b884bfcaa188c6e9f93babec5958ea87.tar.xz mpd-cc143105b884bfcaa188c6e9f93babec5958ea87.zip |
sticker/Match: add operator "EQUALS"
Mapped to "=" in the MPD protocol. This is the first operator,
initially supporting value matches in the MPD protocol.
Diffstat (limited to '')
-rw-r--r-- | doc/protocol.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/protocol.xml b/doc/protocol.xml index 2d5979a5f..e5567c91f 100644 --- a/doc/protocol.xml +++ b/doc/protocol.xml @@ -2138,6 +2138,25 @@ OK </para> </listitem> </varlistentry> + + <varlistentry id="command_sticker_find_equals"> + <term> + <cmdsynopsis> + <command>sticker</command> + <arg choice="plain">find</arg> + <arg choice="req"><replaceable>TYPE</replaceable></arg> + <arg choice="req"><replaceable>URI</replaceable></arg> + <arg choice="req"><replaceable>NAME</replaceable></arg> + <arg choice="plain">=</arg> + <arg choice="req"><replaceable>VALUE</replaceable></arg> + </cmdsynopsis> + </term> + <listitem> + <para> + Searches for stickers with the given value. + </para> + </listitem> + </varlistentry> </variablelist> </section> |