From 516e52c67b0061ca98369df647fad4f49d1013c4 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 2 Jun 2009 20:47:00 +0200 Subject: doc: added "since MPD version" to commands Document which commands were introduced after MPD 0.13. --- doc/protocol.xml | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) (limited to 'doc/protocol.xml') diff --git a/doc/protocol.xml b/doc/protocol.xml index 3379fc56..4b0b8283 100644 --- a/doc/protocol.xml +++ b/doc/protocol.xml @@ -123,6 +123,7 @@ + Since MPD 0.14 Waits until there is a noteworthy change in one or more of MPD's subsystems. As soon as there is one, it lists all changed systems in a line in the format @@ -190,6 +191,9 @@ MPD will only send notifications when something changed in one of the specified subsytems. + + Since MPD 0.14 + @@ -220,12 +224,14 @@ single: 0 or 1 + Since MPD 0.15 consume: 0 or 1 + @@ -368,6 +374,7 @@ + Sets consume state to STATE, STATE should be 0 or 1. When consume is activated, each song played is removed from playlist. @@ -438,6 +445,7 @@ + Sets single state to STATE, STATE should be 0 or 1. When single is activated, playback is stopped after current song, or @@ -689,6 +697,9 @@ OK Moves the song at FROM or range of songs at START:END to TO in the playlist. + + Ranges are supported since MPD 0.15 + @@ -773,6 +784,7 @@ OK argument is given, displays information only for the song SONGPOS or the range of songs START:END + @@ -1213,10 +1225,11 @@ OK Stickers - "Stickers" are pieces of information attached to existing MPD - objects (e.g. song files, directories, albums). Clients can - create arbitrary name/value pairs. MPD itself does not assume - any special meaning in them. + "Stickers" are pieces of + information attached to existing MPD objects (e.g. song files, + directories, albums). Clients can create arbitrary name/value + pairs. MPD itself does not assume any special meaning in + them. -- cgit v1.2.3