Skip to content

russelldavis/itunes_insert_artwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

itunes_insert_artwork

iTunes makes it really easy to download album art for an entire music library in one fell swoop (select-all, Advanced->Get Album Artwork). It's a little trickier to embed the artwork into the MP3s themselves. Teridon's itunes_insert_artwork script makes it easy.

Unfortunately, a lot of the jpegs from iTunes are ridiculously large. Some 600x600 images weigh in at over 800 KB. (Re-encoding them even at 100% quality results in much smaller files.) So, I tweaked the script to send the images through ImageMagick first. (At quality 85, those 800K images come down to 200K.)

Requirements

You'll need to have ImageMagick and PerlMagick installed. If you're using ActivePerl, you may need the older 5.8.x version to make it work.

About

Embed album art from iTunes into MP3s

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages