doc/protocol.rst: document that tag changed trigger "player" idle event

This commit is contained in:
Max Kellermann 2020-12-18 20:41:43 +01:00
parent 7ae3664c91
commit 5a4ebf8291
1 changed files with 3 additions and 1 deletions

View File

@ -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. - ``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 - ``stored_playlist``: a stored playlist has been modified, renamed, created or deleted
- ``playlist``: the queue (i.e. the current playlist) has been modified - ``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 - ``mixer``: the volume has been changed
- ``output``: an audio output has been added, removed or modified (e.g. renamed, enabled or disabled) - ``output``: an audio output has been added, removed or modified (e.g. renamed, enabled or disabled)
- ``options``: options like repeat, random, crossfade, replay gain - ``options``: options like repeat, random, crossfade, replay gain