]> git.draconx.ca Git - mpdhacks.git/commitdiff
mpdthumb: Add support for embedded cover art.
authorNick Bowler <nbowler@draconx.ca>
Sun, 25 Jul 2021 17:08:11 +0000 (13:08 -0400)
committerNick Bowler <nbowler@draconx.ca>
Sun, 25 Jul 2021 17:08:11 +0000 (13:08 -0400)
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.


No differences found