http://qs321.pair.com?node_id=573500

hoaf has asked for the wisdom of the Perl Monks concerning the following question:

... is painful.

Since I'm so cheap (and bored at work, to be honest), I've taken in upon myself to write a perl mp3 parser, tagger, and calaloger (sp?).

Extracting and modifying the text tags for the MP3's is pretty easy using MP3::Tag. Heck, I can even successfully extract the images from the "APIC" tag when I create a nice, pretty web page.

Thing is, I really want to be able to replace or add a new image to certain MP3s, but I can't for the life of me figure out HOW to a) extract the relevant binary information from my album art (jpg and png format) and b) shoehorn said information into the appropriate data slot (APIC) in the MP3 ID3v2 tag.

So ... any ideas on where to look and/or how to proceed?

Thanks a bunch!

UPDATE: Thanks for the html(ish) help, McDarren!