From 2b717997e2d09d18e569cd36524aef0f8a3b1716 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 2 Dec 2013 12:00:32 +0100 Subject: command: add commands "addtagid", "cleartagid" --- doc/protocol.xml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) (limited to 'doc') 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 + + + + + addtagid + SONGID + TAG + VALUE + + + + + 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. + + + + + + + + cleartagid + SONGID + TAG + + + + + Removes tags from the specified song. If + TAG is not specified, then all tag + values will be removed. Editing song tags is only + possible for remote songs. + + + -- cgit v1.2.3