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