diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/protocol.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/protocol.xml b/doc/protocol.xml index 792227a1a..5418ea8f8 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> |