helper project to extract various image formats from mp3 files with id3v2 tags
strlst c162bbfc13 updated usage info | пре 3 година | |
---|---|---|
.gitignore | пре 3 година | |
LICENSE | пре 3 година | |
Makefile | пре 3 година | |
README.md | пре 3 година | |
main.cpp | пре 3 година |
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