]> git.seodisparate.com - mpd_info_screen/commitdiff
Update README.md
authorStephen Seo <seo.disparate@gmail.com>
Mon, 27 Dec 2021 02:25:56 +0000 (11:25 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Mon, 27 Dec 2021 02:25:56 +0000 (11:25 +0900)
README.md

index 54f2e46dea9ecac793fff209945083e1af243f64..59fc3b3651e226c2ed1987b8a58b2dce32bba4e5 100644 (file)
--- 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