]> git.draconx.ca Git - mpdhacks.git/commit
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)
commit44faac243210fd4ab72702a9acc2ff6cf7743d55
tree69ad3335d1cbdc7c85af6137b5c3336e061a4731
parent5227a49aa2672e4fae2b118926fa84bb7af6fa24
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.
mpdthumb.sh