diff options
author | Romain Bignon <romain@peerfuse.org> | 2009-02-13 10:38:32 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-02-13 10:43:30 +0100 |
commit | 9fe459f62581be39228dfbd69c1151df04fb6abe (patch) | |
tree | 18bcaacf8c814e249ede958c30a4f2a5db424549 /doc/protocol.xml | |
parent | beaf860a17eeae561c5e197274533b72b8f5398c (diff) | |
download | mpd-9fe459f62581be39228dfbd69c1151df04fb6abe.tar.gz mpd-9fe459f62581be39228dfbd69c1151df04fb6abe.tar.xz mpd-9fe459f62581be39228dfbd69c1151df04fb6abe.zip |
added the shufflerange command
This command shuffles a range of songs.
Diffstat (limited to '')
-rw-r--r-- | doc/protocol.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/protocol.xml b/doc/protocol.xml index 36ee3c35d..364384e1f 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> |