Search code examples
.net-4.0mp3c#-4.0

Parse MP3 file in .NET v4.0


How can I parse an MP3 file to get its all attributes? Also how to edit and the attributes of the MP3 file? Is there any class available in .NET v4.0?


Solution

  • Those attributes are called ID3 tags. I do not think it is the scope of the .NET framework to provide reading them.

    Here is some code from SourceForge.

    http://sourceforge.net/projects/csid3lib/