ddf / Minim

A Java audio library, designed to be used with Processing.
http://code.compartmental.net/tools/minim
GNU Lesser General Public License v3.0
668 stars 136 forks source link

How to get the artwork of a mp3 file? #110

Closed Cthulhu-28 closed 4 years ago

Cthulhu-28 commented 4 years ago

Is it possible to extract the artwork of the file using the method getMetaData()?

ddf commented 4 years ago

I'm afraid it's not possible because the ID3 tag parsing code doesn't handle the tag that contains the image.