MP3 Tag Editor


Description

MP3 Tag Editor is a simple GUI that allows MP3 ID3 (v1.1) tags to be created or edited. This example uses .NET Beta 2 and was written using a text editor.

The source code is in two parts. GUI and non-GUI code. The non-GUI code can be used as an API to create/ edit ID3 tags. The GUI-code is throwaway. It is my intention to write an MP3 jukebox in C# once I have Visual Studio.

Screenshot 



If you use my API in your own code please send me a copy.


Similar Articles