I'm making an mp3 player. I'm using the Java mp3 id3 tag library. I understand that album artwork is encoded as a ID3v2 tag.
I can access the ID3v2 tag of a mp3 file however I cannot get the artwork! None of the methods in the AbstractID3v2 class, in the API seem to retrieve a picture.
How does one use this library?
id3-1.6.0d9.jar
andjid3lib-0.5.4.jar
, but neither hasMp3File
. – Sain