ddeimeke Asked: 2010-11-17 21:04:34 +0800 CST2010-11-17 21:04:34 +0800 CST 2010-11-17 21:04:34 +0800 CST Command line MP3 and OGG tagger with picture support (cover fetcher) [duplicate] 772 I am searching a command-line tagging tool that supports ogg- and mp3-tagging and allows to add a picture to the tags. Currently I use lltag but that does not support pictures. dagger is the tool I use before but it is lacking picture support as well. software-recommendation command-line mp3 ogg-vorbis tag 1 Answers Voted Isaiah 2010-11-17T21:40:09+08:002010-11-17T21:40:09+08:00 eyed3 (Install eyed3) This works for mp3 files. Example usage, where image_name.jpg is the filename of the image you want for the cover art of the mp3 file test.mp3: eyeD3 --add-image=image_name.jpg:FRONT_COVER test.mp3 vorbis-tools (Install vorbis-tools) Vorbis-tools provides the command vorbiscomment which can embed images in ogg files if they are encoded correctly. Unfortunately I can't find out exactly how one can encode an image correctly. See this superuser post.
eyed3 (Install eyed3)
This works for mp3 files. Example usage, where
image_name.jpg
is the filename of the image you want for the cover art of the mp3 filetest.mp3
:vorbis-tools (Install vorbis-tools)
Vorbis-tools provides the command
vorbiscomment
which can embed images in ogg files if they are encoded correctly. Unfortunately I can't find out exactly how one can encode an image correctly. See this superuser post.