Commit 7684c446 authored by Jeffrey Middleton's avatar Jeffrey Middleton Committed by Jeffrey Middleton

doc: updated ranged playlist commands

Clearly specified the format (song1:song2) for range argumentst, and added the range capability of the playlistinfo command.
parent 272a7d08
...@@ -714,14 +714,18 @@ OK ...@@ -714,14 +714,18 @@ OK
<term> <term>
<cmdsynopsis> <cmdsynopsis>
<command>playlistinfo</command> <command>playlistinfo</command>
<arg><replaceable>SONGPOS</replaceable></arg> <group>
<arg><replaceable>SONGPOS</replaceable></arg>
<arg><replaceable>START:END</replaceable></arg>
</group>
</cmdsynopsis> </cmdsynopsis>
</term> </term>
<listitem> <listitem>
<para> <para>
Displays a list of songs in the playlist. Displays a list of all songs in the playlist, or if the optional
<varname>SONGPOS</varname> is optional and specifies argument is given, displays information only for the song
a single song to display info for. <varname>SONGPOS</varname> or the range of songs
<varname>START:END</varname>
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
...@@ -782,13 +786,13 @@ OK ...@@ -782,13 +786,13 @@ OK
<term> <term>
<cmdsynopsis> <cmdsynopsis>
<command>shuffle</command> <command>shuffle</command>
<arg><replaceable>SONGRANGE</replaceable></arg> <arg><replaceable>START:END</replaceable></arg>
</cmdsynopsis> </cmdsynopsis>
</term> </term>
<listitem> <listitem>
<para> <para>
Shuffles the current playlist. Shuffles the current playlist.
<varname>SONGRANGE</varname> is optional and specifies <varname>START:END</varname> is optional and specifies
a range of songs. a range of songs.
</para> </para>
</listitem> </listitem>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment