diff options
author | Max Kellermann <max@duempel.org> | 2009-04-01 18:53:02 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-04-01 18:53:02 +0200 |
commit | e720b5bdf8c9943d31f217dd52555f824be5d733 (patch) | |
tree | cfb1fabaf41570305b6eb9b4cfe2d42cd87269a2 /doc/protocol.xml | |
parent | c95fa4b441a445bcbe55707e74adfa22e783f732 (diff) | |
download | mpd-e720b5bdf8c9943d31f217dd52555f824be5d733.tar.gz mpd-e720b5bdf8c9943d31f217dd52555f824be5d733.tar.xz mpd-e720b5bdf8c9943d31f217dd52555f824be5d733.zip |
command: added command "sticker find"
This command allows clients to search for stickers with a specified
name.
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 0096ed672..7910f407f 100644 --- a/doc/protocol.xml +++ b/doc/protocol.xml @@ -1288,6 +1288,25 @@ OK </para> </listitem> </varlistentry> + <varlistentry id="command_sticker_find"> + <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> + </cmdsynopsis> + </term> + <listitem> + <para> + Searches the sticker database for stickers with the + specified name, below the specified directory (URI). + For each matching song, it prints the URI and that one + sticker's value. + </para> + </listitem> + </varlistentry> </variablelist> </section> |