From: Nick Bowler Date: Sun, 25 Jul 2021 17:08:11 +0000 (-0400) Subject: mpdthumb: Add support for embedded cover art. X-Git-Url: https://git.draconx.ca/gitweb/mpdhacks.git/commitdiff_plain/44faac243210fd4ab72702a9acc2ff6cf7743d55?hp=44faac243210fd4ab72702a9acc2ff6cf7743d55 mpdthumb: Add support for embedded cover art. MPD has recently gained the "readpicture" command in order to retrieve cover images embedded in files. This works very similarly to albumart. We now have the necessary features in mpdexec to implement this in mpdthumb. When the --embedded option is supplied, the script will first try readpicture, then albumart for each file specified. ---