A simple utility used to extract album covers from id3v2 encoded mp3 files, used in cmus-rg.
install taglib (taglib.org) with development headers
use make
to compile cmus-rg
, or make install
to compile and install to /bin
(requires elevated permissions)
run with ./id3-extract-cover MP3
, or id3-extract-cover
if id3-extract-cover has been installed to /bin
one day for sure
Note: id3v1 header cannot encode any images
MIT