diff options
author | Max Kellermann <max@duempel.org> | 2009-08-30 09:42:12 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-08-30 09:42:12 +0200 |
commit | f2ff2409adbd18758edfffd6f6021b521eb66c7d (patch) | |
tree | a1e6c30ece0d7259861b808fe954c77448afc47c /doc/protocol.xml | |
parent | bff4c54ece5d6ebf84c1a19a05afbeba57bf65ae (diff) | |
parent | 7a690c6b7042315d0756d0a4a45046fc21a1cad8 (diff) | |
download | mpd-f2ff2409adbd18758edfffd6f6021b521eb66c7d.tar.gz mpd-f2ff2409adbd18758edfffd6f6021b521eb66c7d.tar.xz mpd-f2ff2409adbd18758edfffd6f6021b521eb66c7d.zip |
Merged release 0.15.3 from branch 'v0.15.x'
Conflicts:
NEWS
configure.ac
Diffstat (limited to 'doc/protocol.xml')
-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 a08f95f1a..05a65de23 100644 --- a/doc/protocol.xml +++ b/doc/protocol.xml @@ -281,6 +281,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> |