aboutsummaryrefslogtreecommitdiff
path: root/doc/protocol.xml
diff options
context:
space:
mode:
authorRomain Bignon <romain@peerfuse.org>2009-02-13 10:38:32 +0100
committerMax Kellermann <max@duempel.org>2009-02-13 10:43:30 +0100
commit9fe459f62581be39228dfbd69c1151df04fb6abe (patch)
tree18bcaacf8c814e249ede958c30a4f2a5db424549 /doc/protocol.xml
parentbeaf860a17eeae561c5e197274533b72b8f5398c (diff)
added the shufflerange command
This command shuffles a range of songs.
Diffstat (limited to 'doc/protocol.xml')
-rw-r--r--doc/protocol.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/protocol.xml b/doc/protocol.xml
index 36ee3c35..364384e1 100644
--- a/doc/protocol.xml
+++ b/doc/protocol.xml
@@ -782,11 +782,14 @@ OK
<term>
<cmdsynopsis>
<command>shuffle</command>
+ <arg><replaceable>SONGRANGE</replaceable></arg>
</cmdsynopsis>
</term>
<listitem>
<para>
Shuffles the current playlist.
+ <varname>SONGRANGE</varname> is optional and specifies
+ a range of songs.
</para>
</listitem>
</varlistentry>