Search code examples
blackberrymp3id3-tag

Extract Song Information from Embedded Mp3 file, ID3 classes


I am building an application whereby streams live online radio, everything is working fine.

I just need a few tips on how to extract the song information from the embedded mp3 file and display it on the application i.e now playing with the song information.

I have done my research on ID3 but didn't find any good resource. can anyone help out please

thanks


Solution

  • Check this web-site for the ID3 format specification.

    ID3 information specified in the header of mp3 file, read the header, parse it and voila, you have the ID3 information on the playing song.