aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2011-12-24 11:20:02 +0100
committerMax Kellermann <max@duempel.org>2011-12-24 11:20:02 +0100
commit99949c8f6fad1e2ef6aec5b742c8048d67b8280c (patch)
tree24449ca309778f02f29fb943765dc3b39d192904 /doc
parent78c4351e04629d701a3652da9af98b080fd9f2b8 (diff)
command: new command "seekcur"
For simpler seeking within current song.
Diffstat (limited to 'doc')
-rw-r--r--doc/protocol.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/protocol.xml b/doc/protocol.xml
index d99a00b2..f665c583 100644
--- a/doc/protocol.xml
+++ b/doc/protocol.xml
@@ -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>