summaryrefslogtreecommitdiff
path: root/doc/protocol.rst
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-04-10 16:38:51 +0200
committerMax Kellermann <max@musicpd.org>2019-04-10 16:38:51 +0200
commit791245dec2081c00e9175df0a205eaec64c904fe (patch)
tree6f6082fa168a7cc83735ee64c9ce0ff73294a94c /doc/protocol.rst
parent8e5e97bfeda23ab296683882ceb997098b48f567 (diff)
parentfe8621906d077344dc5439d5fc786a26a058c17e (diff)
Merge branch 'v0.21.x'
Diffstat (limited to 'doc/protocol.rst')
-rw-r--r--doc/protocol.rst12
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/protocol.rst b/doc/protocol.rst
index e1a882f9d..4eee30e53 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
@@ -599,7 +600,7 @@ Whenever possible, ids should be used.
Deletes the song ``SONGID`` from the
playlist
-:command:`move {FROM} [{START:END} | {TO}]`
+:command:`move [{FROM} | {START:END}] {TO}`
Moves the song at ``FROM`` or range of songs
at ``START:END`` [#since_0_15]_ to ``TO``
in the playlist.
@@ -1065,7 +1066,8 @@ Stickers
"Stickers" [#since_0_15]_ are pieces of
information attached to existing
:program:`MPD` objects (e.g. song files,
-directories, albums). Clients can create arbitrary name/value
+directories, albums; but currently, they are only implemented for
+song). Clients can create arbitrary name/value
pairs. :program:`MPD` itself does not assume
any special meaning in them.