What's the easiest way to extract the JPG data from an MP3 header in java?

后端 未结 3 1117
不思量自难忘°
不思量自难忘° 2020-12-20 03:45

I wrote a JSP that hands my Flash front-end an XML file that describes the contents of my mp3 folder, but am stuck trying to parse the individual file headers for the album

3条回答
  •  再見小時候
    2020-12-20 04:07

    JavaMusicTag library allows you to read / write ID3 tags in mp3.

    It supports ID3v2 so getting album art should be possible.

提交回复
热议问题