MP3 Tagging Program
An application to tag mp3 files written in VB.NET. It's set up to make it easier to tag multiple files contained in folders, but after all, this is the source code - use it to create your own vision of an mp3 tagger.
Relevant Links
MP3 Tagging
The mp3 tagging program is a fully functional mp3 tagger, which will tag both id3v1.1 and id3v2.3 standards into the audio file. The tagger uses Mitch Honnert's UltraID3Lib for reading and writing tags, a freeware library packed into a .NET DLL. The GUI and interface code are mine.
How much is it?
Zip. Zilch. Nada. It's free, but I ask that you leave the header intact in the class, so that when you celebrate the stellar programming job you've done, you'll know who to drink to. Also, if you have any comments, questions, accolades or bug fixes, please send them to me.
Compiler
MS Visual Studio 2003 with the .NET framework 1.1 were used to write the code.
ID3 v1.1 and v2.3 tagging library
If you're interested in handling id3 v2.x tags I would recommend Mitch Honnert's UltraID3 Library, which has excellent documentation and an easy API to work with, as well as being free.
