Skip to content

jwyllie83/mp3image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

mp3image

mp3image is an easy way to write JPEG album covers to mp3 files. It's compatible with ID3v2 tags 2.2 and above (covers virtually all mp3 files). Usage is simple:

mp3image -i image_file.jpg some.mp3 mp3.mp3 files.mp3

The above example will create or overwrite the album art in all the listed .mp3 files with image_file.jpg. It doesn't do back covers or any of the other various images that an ID3v2 tag can hold (it's actually a large list) as most software won't use it when displaying.

mp3image is written in Python and uses the pytagger library, found at http://code.google.com/p/liquidx/

mp3image was written by Jim Wyllie, with some code borrowed from Alastair Tse for his examples on how to use pytagger. Examples cited in source.

About

Easy script to add JPEG images to the ID3 tags of MP3 files from the command line

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published