command: new command "seekcur"

For simpler seeking within current song.
This commit is contained in:
Max Kellermann
2011-12-24 11:20:02 +01:00
parent 78c4351e04
commit 99949c8f6f
6 changed files with 75 additions and 0 deletions

View File

@@ -878,6 +878,23 @@
</para>
</listitem>
</varlistentry>
<varlistentry id="command_seekcur">
<term>
<cmdsynopsis>
<command>seekcur</command>
<arg choice="req"><replaceable>TIME</replaceable></arg>
</cmdsynopsis>
</term>
<listitem>
<para>
Seeks to the position <varname>TIME</varname> within the
current song. If prefixed by '+' or '-', then the time
is relative to the current playing position.
</para>
</listitem>
</varlistentry>
<varlistentry id="command_stop">
<term>
<cmdsynopsis>