Results 61 comments of Jürgen Mang

I think this project is abandoned. The fork https://github.com/SuperBFG7/ympd is full of bugfixes for ympd. If you like, you can also try https://github.com/jcorporation/myMPD. I started it as a fork, but...

I fixed it in my bootstrap4 branche. You must change line 372 in mpd_client.c - if(s->song_id != mpd.song_id) + if(s->song_id != mpd.song_id || s->queue_version != mpd.queue_version)

Great new rfc! I could help implementing the client side of this protocol.

Streaming from an outplug plugin seems easier for me to handle on clientside than getting timeframes and parsing binary responses. My idea is to build a output visualizer like cava...

myMPD has a jukebox mode that inserts random songs from the database in the queue. It uses reservoir sampling while iterating in steps through the database. This method avoids reading...

This would be great for a client who stores additional data for songs in the sticker database. In my own myMPD client, I use a sticker cache to workaround this...

As a mpd client developer I would prefer your approach.

> As it stands, partitions feel like an add-on feature not part of the main MPD ecosystem I agree with it. I opened two other discussions (#1521 and #1520) with...

I would vote for a window parameter instead of a limit parameter.

Exactly this was possible with this enhancement. In the actual implementation we have only one client instance connected to mpd and this instance can only control one partition at a...