From e4b9b67e248e4be7f5c61bad1679e8b85a21d483 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 12 Nov 2018 12:57:53 +0100 Subject: doc/protocol.rst: deprecation --- doc/protocol.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/protocol.rst') 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 -- cgit v1.2.3