summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2020-12-18 20:41:43 +0100
committerMax Kellermann <max@musicpd.org>2020-12-18 20:41:43 +0100
commit5a4ebf829173333dade9c9c40e72f8d1364b1728 (patch)
treea780762cbebbbe1e7c3d8f354d7445b5f1ca5144 /doc
parent7ae3664c912d926d2fc9dca2935b56a51e9a217d (diff)
doc/protocol.rst: document that tag changed trigger "player" idle event
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 185113b69..73f810210 100644
--- a/doc/protocol.rst
+++ b/doc/protocol.rst
@@ -412,7 +412,9 @@ Querying :program:`MPD`'s status
- ``update``: a database update has started or finished. If the database was modified during the update, the ``database`` event is also emitted.
- ``stored_playlist``: a stored playlist has been modified, renamed, created or deleted
- ``playlist``: the queue (i.e. the current playlist) has been modified
- - ``player``: the player has been started, stopped or seeked
+ - ``player``: the player has been started, stopped or seeked or
+ tags of the currently playing song have changed (e.g. received
+ from stream)
- ``mixer``: the volume has been changed
- ``output``: an audio output has been added, removed or modified (e.g. renamed, enabled or disabled)
- ``options``: options like repeat, random, crossfade, replay gain