ID3v2 help :)

BlitzMax Forums/BlitzMax Programming/ID3v2 help :)

Thareh(Posted 2009) [#1]
Hi,
I'm working on an application which will read the ID3 tags of my MP3 files, and sort them in directories after Artist/Album etc.
ID3v1 was easy to understand, but ID3v2 tags are alot harder and I'm currently stuck.. So I'd appritiate some help with this :)

Here's my current code:


And here's the documentation I've been using:
http://www.id3.org/id3v2.4.0-structure
http://en.wikipedia.org/wiki/Synchsafe

Currently it does read some information from the MP3 ID3v2 tag, but it skips ALOT for some reason, Either it's the UnSynch() function that doesn't work as intented, or there's some other bug in the code :P

Change the FromDir to a diretory where you have some MP3s ;P

Thanks :)


Retimer(Posted 2009) [#2]
Looks like brucey came to the rescue, as he tends to do all too often =p

http://blitzmax.com/Community/posts.php?topic=83139#938334


Thareh(Posted 2009) [#3]
Oh, great! :)
Thanks Retimer, and Thanks Brucey! :)