player/Listener: add virtual method OnPlayerState(), wrapping IDLE_PLAYER

This eliminates most of the remaining global "player" idle events.
This commit is contained in:
Max Kellermann
2022-07-13 13:34:45 +02:00
parent 047561dc22
commit 64f84d5468
5 changed files with 18 additions and 6 deletions

1
NEWS
View File

@@ -2,6 +2,7 @@ ver 0.24 (not yet released)
* protocol
- "playlistfind"/"playlistsearch" have "sort" and "window" parameters
- filter "prio" (for "playlistfind"/"playlistsearch")
- limit "player" idle events to the current partition
* archive
- add option to disable archive plugins in mpd.conf
* decoder