MP3 Tagger

[Edit] I have found a site with a very good VB6 module so far (I haven’t really worked with it yet). Two different files to read either ID3v1 or ID3v2 MP3’s link near the bottom. Thank you Brandon again for helping me…I will still try the one you gave me if this doesn’t work [/EDIT]

Ok, off away from Team 5’s design, I’m working on a little project.

Yup, it’s a MP3 tagger ( Listen-To has a few ). The reason why I am wanting to work on my own is because I need something to do.

All I want to know right now, is how to read the MP3 data, and write it. ID3v1 is what I’m basically wanting to read/write.

I searched a few sites last night, like PSC, X-Treme VB Forum, Google, and Yahoo…with little to no luck.

I’ve also went to the offical ID-Tag website (I’m not sure on the site address right now).

If anyone has any links that might help me (this is being done in Visual Basic 6.0 [maybe .NET later], so I’d need a library like a *.dll, *.bas, or *.cls).

The only dll I’ve been able to find is :
http://id3lib.sourceforge.net/

They provide windows binaries (dll) or the actual source to compile yourself.

*Originally posted by Brandon Martus *
**The only dll I’ve been able to find is :
http://id3lib.sourceforge.net/

They provide windows binaries (dll) or the actual source to compile yourself. **

That’s only for V/C++, as far as i know, but thanks…I’ll check it out.

You can access dll’s via VB, if I’m not mistaken.

*Originally posted by Brandon Martus *
**You can access dll’s via VB, if I’m not mistaken. **

Yes, you can. I’m gonna mess w/ it for a while.