diff options
author | Max Kellermann <max@musicpd.org> | 2019-04-10 16:30:21 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-04-10 16:30:26 +0200 |
commit | 6cbd77fc574e6edfbaa0b3ea4878c83f0bae1b49 (patch) | |
tree | 4e521585179c195b27500e1c6d8e32ed11005605 /doc | |
parent | 1bc78e9f2c9e459a52ca7fa2d44a59b297a86d0d (diff) |
doc/protocol.rst: mention "in seconds" where it was missing
Closes https://github.com/MusicPlayerDaemon/MPD/issues/523
Diffstat (limited to 'doc')
-rw-r--r-- | doc/protocol.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/protocol.rst b/doc/protocol.rst index 47b6cabee..d07b0a4bb 100644 --- a/doc/protocol.rst +++ b/doc/protocol.rst @@ -414,9 +414,10 @@ Querying :program:`MPD`'s status - ``songid``: playlist songid of the current song stopped on or playing - ``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) + - ``time``: total time elapsed (of current playing/paused song) in seconds (deprecated, use ``elapsed`` instead) - - ``elapsed`` [#since_0_16]_: Total time elapsed within the current song, but with higher resolution. + - ``elapsed`` [#since_0_16]_: Total time elapsed within the + current song in seconds, but with higher resolution. - ``duration`` [#since_0_20]_: Duration of the current song in seconds. - ``bitrate``: instantaneous bitrate in kbps - ``xfade``: ``crossfade`` in seconds @@ -437,7 +438,7 @@ Querying :program:`MPD`'s status - ``albums``: number of albums - ``songs``: number of songs - ``uptime``: daemon uptime in seconds - - ``db_playtime``: sum of all song times in the db + - ``db_playtime``: sum of all song times in the database in seconds - ``db_update``: last db update in UNIX time - ``playtime``: time length of music played |