hi everybody!
I am experiencing big problems regarding the ID3v2 Tags in mp3 files. I tried Erels example which reads the old format from the last 128 bytes at the end of the file. But this won't help me when I want to display the album cover/art in my app.
So I've read specifications of the newer ID3v2 tag but I must admit that I'm a little overstrained with that. As the documentation describes it, I am reading the first ten bytes of the file which contains the ID3v2 header. The size of the whole ID3v2 tag is encoded with four bytes. But I do not know what to do with this information? How can I calculate how much bytes I have to read from the file to get all the information stored in the ID3v2 tag?
I am sure that there will appear a lot more questions - i am not used to manipulate files on such a level. But so far i would really appreciate if somebody could help me with some hints.
Thanks a lot,
drloosi
I am experiencing big problems regarding the ID3v2 Tags in mp3 files. I tried Erels example which reads the old format from the last 128 bytes at the end of the file. But this won't help me when I want to display the album cover/art in my app.
So I've read specifications of the newer ID3v2 tag but I must admit that I'm a little overstrained with that. As the documentation describes it, I am reading the first ten bytes of the file which contains the ID3v2 header. The size of the whole ID3v2 tag is encoded with four bytes. But I do not know what to do with this information? How can I calculate how much bytes I have to read from the file to get all the information stored in the ID3v2 tag?
I am sure that there will appear a lot more questions - i am not used to manipulate files on such a level. But so far i would really appreciate if somebody could help me with some hints.
Thanks a lot,
drloosi
Last edited: