From 13208bf5a7c91a6406195139f1068f173ccdac94 Mon Sep 17 00:00:00 2001 From: Jeffrey Middleton Date: Thu, 26 Mar 2009 22:02:56 +0100 Subject: queue/playlist/command: move range The move command now accepts a range for the first argument, in the same form as other range commands, e.g. move 15:17 3. The first song in the range is placed at the destination position. Note that as with other range commands, the range is inclusive on the left only; this example would move only songs 15 and 16, not 17. [mk: fixed signed/unsigned warnings; use G_MAXUINT instead of UINT_MAX] --- doc/protocol.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/protocol.xml b/doc/protocol.xml index 409f9ca0e..8f5b4b9e8 100644 --- a/doc/protocol.xml +++ b/doc/protocol.xml @@ -634,14 +634,18 @@ OK move - FROM + + FROM + START:END + TO - Moves the song at FROM to - TO in the playlist. + Moves the song at FROM or range of songs + at START:END to TO + in the playlist. -- cgit v1.2.3