From: Stephen Seo Date: Mon, 27 Dec 2021 02:25:56 +0000 (+0900) Subject: Update README.md X-Git-Tag: 0.2.7~2 X-Git-Url: https://git.seodisparate.com/stephenseo/LD54_Box_Survival?a=commitdiff_plain;h=d9e371b79b3eb381e9f534d37cbb7c098aa66d8b;p=mpd_info_screen Update README.md --- diff --git a/README.md b/README.md index 54f2e46..59fc3b3 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,15 @@ Also note that pressing the H key while displaying text will hide the text. - [ ] UTF-8 Non-ascii font support - [x] Support for album art not embedded but in the same directory +## MPD Version + +To get album art from the image embedded with the audio file, the "readpicture" +protocol command is queried from MPD, which was added in version 0.22 of MPD. +It is uncertain when the "albumart" protocol command was added (this command +fetches album art that resides in cover.jpg/cover.png in the same directory as +the audio file). This means that older versions of MPD may not return album art +to display. + # Legal stuff Uses dependency [ggez](https://github.com/ggez/ggez) which is licensed under the