From 7684c446c6f9b699ae4ea30b59cde81ec31efa53 Mon Sep 17 00:00:00 2001 From: Jeffrey Middleton Date: Thu, 26 Mar 2009 09:47:51 -0500 Subject: doc: updated ranged playlist commands Clearly specified the format (song1:song2) for range argumentst, and added the range capability of the playlistinfo command. --- doc/protocol.xml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/doc/protocol.xml b/doc/protocol.xml index 238f896b2..409f9ca0e 100644 --- a/doc/protocol.xml +++ b/doc/protocol.xml @@ -714,14 +714,18 @@ OK playlistinfo - SONGPOS + + SONGPOS + START:END + - Displays a list of songs in the playlist. - SONGPOS is optional and specifies - a single song to display info for. + Displays a list of all songs in the playlist, or if the optional + argument is given, displays information only for the song + SONGPOS or the range of songs + START:END @@ -782,13 +786,13 @@ OK shuffle - SONGRANGE + START:END Shuffles the current playlist. - SONGRANGE is optional and specifies + START:END is optional and specifies a range of songs. -- cgit v1.2.3