diff options
author | Anton Khirnov <wyskas@gmail.com> | 2009-08-25 13:43:22 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-08-25 13:43:22 +0200 |
commit | df0c26a394be7dd4137c9614dd867122019d78f8 (patch) | |
tree | 7f7806e251104c6d473e6bba5be4a50ca6e84ffc /doc/protocol.xml | |
parent | 1e56c7b8629f5c11eee0680e4584030cac939ce8 (diff) | |
download | mpd-df0c26a394be7dd4137c9614dd867122019d78f8.tar.gz mpd-df0c26a394be7dd4137c9614dd867122019d78f8.tar.xz mpd-df0c26a394be7dd4137c9614dd867122019d78f8.zip |
command: add "findadd" command.
Diffstat (limited to '')
-rw-r--r-- | doc/protocol.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/protocol.xml b/doc/protocol.xml index 7c93df50f..a08f95f1a 100644 --- a/doc/protocol.xml +++ b/doc/protocol.xml @@ -1100,6 +1100,23 @@ OK </para> </listitem> </varlistentry> + <varlistentry id="command_findadd"> + <term> + <cmdsynopsis> + <command>findadd</command> + <arg choice="req"><replaceable>TYPE</replaceable></arg> + <arg choice="req"><replaceable>WHAT</replaceable></arg> + </cmdsynopsis> + </term> + <listitem> + <para> + Finds songs in the db that are exactly + <varname>WHAT</varname> and adds them to current playlist. + <varname>TYPE</varname> can be any tag supported by MPD. + <varname>WHAT</varname> is what to find. + </para> + </listitem> + </varlistentry> <varlistentry id="command_list"> <term> <cmdsynopsis> |