aboutsummaryrefslogtreecommitdiff
path: root/doc/protocol.xml
diff options
context:
space:
mode:
authorAnton Khirnov <wyskas@gmail.com>2009-08-23 10:43:46 +0200
committerMax Kellermann <max@duempel.org>2009-08-24 22:19:05 +0200
commitedb2fce616c119f1edc2e13569717e8a6990751b (patch)
treebd52822fdb0618e5861a36fe0dc392470461443d /doc/protocol.xml
parent408f723701526926a2eba3435a079f0a91b0df66 (diff)
Document nextsong and nextsongid.
Diffstat (limited to 'doc/protocol.xml')
-rw-r--r--doc/protocol.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/protocol.xml b/doc/protocol.xml
index 792227a1..5418ea8f 100644
--- a/doc/protocol.xml
+++ b/doc/protocol.xml
@@ -272,6 +272,24 @@
</listitem>
<listitem>
<para>
+ <varname>nextsong</varname>:
+ <footnoteref linkend="since_0_15"/>
+ <returnvalue> playlist song number of the next
+ song to be played
+ </returnvalue>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <varname>nextsongid</varname>:
+ <footnoteref linkend="since_0_15"/>
+ <returnvalue>playlist songid of the next song
+ to be played
+ </returnvalue>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
<varname>time</varname>:
<returnvalue>total time elapsed (of current
playing/paused song)</returnvalue>