GuardKenzie / miniplayer

A curses based mpd client with basic functionality and album art.
MIT License
120 stars 8 forks source link

Have miniplayer get embedded album art if needed #30

Closed an-prata closed 1 year ago

an-prata commented 1 year ago

This PR has miniplayer request the currently playing file's embedded image from MPD given that previous MPDClient.albumart() call had thrown CommandError in getAlbumArt(). If even this method fails it will again use the default album artwork.

GuardKenzie commented 1 year ago

Thank you, this is good work but it was already being worked on and has been implemented with #29 .