diff options
author | Anton Khirnov <wyskas@gmail.com> | 2009-08-23 10:43:46 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-08-24 22:19:05 +0200 |
commit | edb2fce616c119f1edc2e13569717e8a6990751b (patch) | |
tree | bd52822fdb0618e5861a36fe0dc392470461443d /doc | |
parent | 408f723701526926a2eba3435a079f0a91b0df66 (diff) | |
download | mpd-edb2fce616c119f1edc2e13569717e8a6990751b.tar.gz mpd-edb2fce616c119f1edc2e13569717e8a6990751b.tar.xz mpd-edb2fce616c119f1edc2e13569717e8a6990751b.zip |
Document nextsong and nextsongid.
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> |