command: add optional range parameter to "load"

This commit is contained in:
Max Kellermann
2012-02-09 23:52:51 +01:00
parent b0ea3f4261
commit b9673fc521
3 changed files with 17 additions and 5 deletions

View File

@@ -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>