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
I think that this can not work from protocol perspective. After sending the first idle playlist it is not allowed to send any other command than noidle. MPD should log errors.
Thanks, the idea was to move the state (of playing the 3 songs, eliminate them and then revert back to random of the entire queue) from the client into the mpd server.
The more I have more clients (linux, Mac, android etc.) I understand I really want to go protocol rather than mpc. I was just finishing migrating this logic into protocol and then the command_list came to mind, and I thought to myself - why the hell not?
Bug report
Describe the bug
the use case is to create a scenario for mpd to execute....
Expected Behavior
mpd will play the 3 songs one after another and then resume playing the other songs of the queue randomly
Actual Behavior
mpd plays the 3 added songs, then stops and do nothing, in any variation it seems it does not honor the command list starting the idle commands
Version
23.16
The text was updated successfully, but these errors were encountered: