aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-12-02 12:00:32 +0100
committerMax Kellermann <max@duempel.org>2013-12-02 12:50:27 +0100
commit2b717997e2d09d18e569cd36524aef0f8a3b1716 (patch)
treeb50039f8a33b9cb4f0a758566e46900f2b909923 /doc
parent20ebacf489333933ce752d66ffb6068434a846f5 (diff)
downloadmpd-2b717997e2d09d18e569cd36524aef0f8a3b1716.tar.gz
mpd-2b717997e2d09d18e569cd36524aef0f8a3b1716.tar.xz
mpd-2b717997e2d09d18e569cd36524aef0f8a3b1716.zip
command: add commands "addtagid", "cleartagid"
Diffstat (limited to 'doc')
-rw-r--r--doc/protocol.xml38
1 files changed, 38 insertions, 0 deletions
diff --git a/doc/protocol.xml b/doc/protocol.xml
index f72cd1afd..a0211bffd 100644
--- a/doc/protocol.xml
+++ b/doc/protocol.xml
@@ -1258,6 +1258,44 @@ OK
</para>
</listitem>
</varlistentry>
+
+ <varlistentry id="command_addtagid">
+ <term>
+ <cmdsynopsis>
+ <command>addtagid</command>
+ <arg choice="req"><replaceable>SONGID</replaceable></arg>
+ <arg choice="req"><replaceable>TAG</replaceable></arg>
+ <arg choice="req"><replaceable>VALUE</replaceable></arg>
+ </cmdsynopsis>
+ </term>
+ <listitem>
+ <para>
+ Adds a tag to the specified song. Editing song tags is
+ only possible for remote songs. This change is
+ volatile: it may be overwritten by tags received from
+ the server, and the data is gone when the song gets
+ removed from the queue.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="command_cleartagid">
+ <term>
+ <cmdsynopsis>
+ <command>cleartagid</command>
+ <arg choice="req"><replaceable>SONGID</replaceable></arg>
+ <arg choice="opt"><replaceable>TAG</replaceable></arg>
+ </cmdsynopsis>
+ </term>
+ <listitem>
+ <para>
+ Removes tags from the specified song. If
+ <varname>TAG</varname> is not specified, then all tag
+ values will be removed. Editing song tags is only
+ possible for remote songs.
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</section>