aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-02-09 23:52:51 +0100
committerMax Kellermann <max@duempel.org>2012-02-09 23:55:34 +0100
commitb9673fc521c453f8729544541ba48fcafefcf4e9 (patch)
tree18136164865bdf238900065aa2ee6d4d520f3d63 /doc
parentb0ea3f42619d4d831830502f12340105937bf533 (diff)
command: add optional range parameter to "load"
Diffstat (limited to 'doc')
-rw-r--r--doc/protocol.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/protocol.xml b/doc/protocol.xml
index f665c583..dbc60f40 100644
--- a/doc/protocol.xml
+++ b/doc/protocol.xml
@@ -1312,12 +1312,14 @@ OK
<cmdsynopsis>
<command>load</command>
<arg choice="req"><replaceable>NAME</replaceable></arg>
+ <arg choice="opt"><replaceable>START:END</replaceable></arg>
</cmdsynopsis>
</term>
<listitem>
<para>
Loads the playlist into the current queue. Playlist
- plugins are supported.
+ plugins are supported. A range may be specified to load
+ only a part of the playlist.
</para>
</listitem>
</varlistentry>