4

I want to know about the id3 metadata, I am eager in extracting the album art from the mp3 file.

Can u help me in suggesting a page which says about the id3 tag information (especially the images). I cant able to access the id3 developer info website.

John Saunders
  • 160,644
  • 26
  • 247
  • 397
Dinesh
  • 111
  • 6

3 Answers3

2

http://id3lib.sourceforge.net/

id3lib provides a nice API for reading id3 info from MP3s, it's used quite widely as well.

Xorlev
  • 8,561
  • 3
  • 34
  • 36
2

The best way to know the internal structure of the ID3 Tags are to take some time in hand and read the specifications. I have a write up in this topic, you might want to read that too.

What Are ID3 Tags All About

Synchronization Safe Integers

And ofcourse the Developer Information: http://www.id3.org/Developer_Information

phoxis
  • 60,131
  • 14
  • 81
  • 117
0

You can't access this page? http://www.id3.org/Developer_Information
If you can't access that page you're almost dead in the water.

jonescb
  • 22,013
  • 7
  • 46
  • 42