This source code is for Visual Basic 5 or 6, it should load and compile cleanly in either one. It was written using the MS Visual Studio IDE, and tested numerous times in production programs of both my own and others. If you use any of this and find a bug, or just want to tell me it was useful, please contact me to tell me about it.
MP3 Tagging Class
The source code for the mp3 tagging class is a class that enables you to tag MP3 files using the ID3 v1.1 standard. This is the most widely supported standard at the moment, although version 2.x is catching up quickly.
What does it do?
- Reads and writes mp3 id3v1 tags
- Reads and writes single or multiple file tags
- Contains a handly little module, modStrings, which demonstrates some more efficient ways to do common string handling functions
- Contains an MP3 class which does the file handling
- The demo program is mostly functional, I quit working on it when I had the functionality I needed for my own purposes, so there is a lot more that could be done with it.
- Contains a handy ini file class to read and write entries to and from ini files.
