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.
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.
Zachary WilliamsPosted Jul 27, 2017, 4:17 AM
For an extended library with ID3 tagging capabilities, you can try ATL.net (https://github.com/Zeugma440/atldotnet) or TagLibSharp(https://github.com/mono/taglib-sharp)
Htoon KyawPosted Dec 5, 2015, 11:32 AM
Very good!
lestermorenoPosted Jan 23, 2013, 12:36 PM
Super nice!, How can I change this to edit the tags of a movie file?
Guillermo TornellPosted Oct 23, 2009, 7:41 PM
Thanks buddy, learning from you. I'm interested on an ID3v2 editorbut this is a great start point.