rust-mpd icon indicating copy to clipboard operation
rust-mpd copied to clipboard

feature request: add `readpicture` support

Open DanceMore opened this issue 1 year ago • 0 comments

HomeAssistant mpd client supports album art and I wanted to know how that worked. tcpdump of port 6600 showed readpicture calls on the wire before headers like:

type: image/jpeg
binary: 1837

followed by obvious binary blob that's probably an album art.

upstream docs: https://www.musicpd.org/doc/libmpdclient/readpicture_8h.html

DanceMore avatar Feb 18 '25 10:02 DanceMore