summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-11-12 12:57:53 +0100
committerMax Kellermann <max@musicpd.org>2018-11-12 12:57:53 +0100
commite4b9b67e248e4be7f5c61bad1679e8b85a21d483 (patch)
tree4e9caff3a31d40a1c359c09ff3f8d890cc61fb72 /doc
parent685b78828d948fe28e4d5c85b10e86d7df554e98 (diff)
doc/protocol.rst: deprecation
Diffstat (limited to 'doc')
-rw-r--r--doc/protocol.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/protocol.rst b/doc/protocol.rst
index e2e6f758b..f38a155de 100644
--- a/doc/protocol.rst
+++ b/doc/protocol.rst
@@ -396,7 +396,8 @@ Querying ``MPD``'s status
Reports the current status of the player and the volume
level.
- - ``volume``: ``0-100`` or ``-1`` if the volume cannot be determined
+ - ``volume``: ``0-100`` (deprecated: ``-1`` if the volume cannot
+ be determined)
- ``repeat``: ``0`` or ``1``
- ``random``: ``0`` or ``1``
- ``single`` [#since_0_15]_: ``0``, ``1``, or ``oneshot`` [#since_0_21]_
@@ -409,6 +410,7 @@ Querying ``MPD``'s status
- ``nextsong`` [#since_0_15]_: playlist song number of the next song to be played
- ``nextsongid`` [#since_0_15]_: playlist songid of the next song to be played
- ``time``: total time elapsed (of current playing/paused song)
+ (deprecated, use ``elapsed`` instead)
- ``elapsed`` [#since_0_16]_: Total time elapsed within the current song, but with higher resolution.
- ``duration`` [#since_0_20]_: Duration of the current song in seconds.
- ``bitrate``: instantaneous bitrate in kbps