command/queue: add range parameter to plchanges and plchangesposid

This commit is contained in:
Max Kellermann
2015-10-27 20:35:40 +01:00
parent 15e432204e
commit 8acf996d90
8 changed files with 58 additions and 18 deletions

View File

@@ -1161,12 +1161,15 @@ OK
<cmdsynopsis>
<command>plchanges</command>
<arg choice="req"><replaceable>VERSION</replaceable></arg>
<arg><replaceable>START:END</replaceable></arg>
</cmdsynopsis>
</term>
<listitem>
<para>
Displays changed songs currently in the playlist since
<varname>VERSION</varname>.
<varname>VERSION</varname>. Start and end positions may
be given to limit the output to changes in the given
range.
</para>
<para>
To detect songs that were deleted at the end of the
@@ -1179,6 +1182,7 @@ OK
<cmdsynopsis>
<command>plchangesposid</command>
<arg choice="req"><replaceable>VERSION</replaceable></arg>
<arg><replaceable>START:END</replaceable></arg>
</cmdsynopsis>
</term>
<listitem>