From 751995ab95298bbc0afad6958bfccce535edf53c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 12 Jul 2014 03:00:01 +0200 Subject: QueueCommands: new command "rangeid" Manipulates the playback range of a queued song. --- doc/protocol.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'doc') diff --git a/doc/protocol.xml b/doc/protocol.xml index 360d2d22a..cec92e180 100644 --- a/doc/protocol.xml +++ b/doc/protocol.xml @@ -1213,6 +1213,28 @@ OK + + + + rangeid + ID + START:END + + + + + Since MPD + 0.19 Specifies the portion of the + song that shall be played. START and + END are offsets in seconds + (fractional seconds allowed); both are optional. + Omitting both (i.e. sending just ":") means "remove the + range, play everything". A song that is currently + playing cannot be manipulated this way. + + + + -- cgit v1.2.3