Hello,
I am trying to find a way to parse out ID3v2 tags from mp3 files so I can display song titles longer than 30 chars. Does anyone have any experience doing this? Thanks
-Jake Scaltreto
Printable View
Hello,
I am trying to find a way to parse out ID3v2 tags from mp3 files so I can display song titles longer than 30 chars. Does anyone have any experience doing this? Thanks
-Jake Scaltreto
After each "tag" that tells you the beginning of a new field you have one char(0) (or 2, can't remember) and 4 bytes that means the lenght of that specific field.