Question

I have a set of MP3 files for a podcast, and I'd like each to have an image in it. I've looked through MP3::Tag but it isn't clear exactly how to do this.

Was it helpful?

Solution

You need to set the APIC frame of the id3v2 data. I found a script online that shows exactly how to do this using MP3::Tag: http://perl.thiesen.org/scripts/id3image

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top