You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* utils: Add get_config_action
This abstracts away the functionality to resolve a given config option
to an action in a pre-defined dict.
Co-authored-by: Christian Hoffmann <[email protected]>
* Fix PlayerMPD.prev/next() when stopped
* Avoid MPD-related crashes during all prev/next() calls.
* Explicitly handle prev() in stopped state, configurable via
`playermpd.stopped_prev_action`.
* Explicitly handle next() in stopped state, configurable via
`playermpd.stopped_next_action`.
* Explicitly handle next() when reaching the end of the playlist:
jukebox-daemon will now ignore the action by default (similar to v2).
It can also be configured to rewind the playlist instead by setting
the new config option `playermpd.end_of_playlist_next_action: rewind`
or to stop playing.
Fixes#2294Fixes#2327
Co-authored-by: pabera <[email protected]>
---------
Co-authored-by: pabera <[email protected]>
0 commit comments