libmpdclient icon indicating copy to clipboard operation
libmpdclient copied to clipboard

C library to implement a MPD client

Results 8 libmpdclient issues
Sort by recently updated
recently updated
newest added

This commit moves also some common search functions from src/search.c to src/isearch.c.

This pr provides some required modifications for the pr ["Some fixes and enhancements about cue files in satellite setup"](https://github.com/MusicPlayerDaemon/MPD/pull/1780) in the MPD repository. It adds ability to parse `real_uri`, `start_ms`...

Howdy, I develop an MPD client called [`ashuffle`](https://github.com/joshkunz/ashuffle) that uses libmpdclient. A user filed [an issue](https://github.com/joshkunz/ashuffle/issues/89) where a long comment on a track caused an `mpd_recv_song` as part of an...

Allow the internal buffer of libmpdclient to grow dynamically in size as needed by mpd_{async/sync}_send_command. Previously, the buffer was limited to 4KiB. Address issue reported downstream by Debian[1] and upstream...

@MaxKellermann: Now that MPD 0.24 has been released, should we release a new libmpdclient version to support all the goodies that MPD 0.24 incorporates?

Using `mpd_send_seek_current (mpd, 0.0, false) `with an application in french locale always gives an error from music player daemon: "Float expected: 0,000". Currently, in mpd_send_seek_current(), libmpdclient serializes the float parameter...

Hi 👋 When trying to upgrade the package on Arch Linux from 2.23 to 2.24, I noticed that the tag for 2.24, created by @jcorporation, is not signed. All previous...

Just a heads up in case this is unintentional. For all versions prior to 2.24, an accompanying source tarball was uploaded to musicpd.org, and this page was updated to reflect...