helper project to extract various image formats from mp3 files with id3v2 tags
|
vor 4 Jahren | |
---|---|---|
.gitignore | vor 4 Jahren | |
LICENSE | vor 4 Jahren | |
Makefile | vor 4 Jahren | |
README.md | vor 4 Jahren | |
main.cpp | vor 4 Jahren |
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