Search code examples
c#.netmp3id3

ID3v2 writing source for C#?


I'm currently using ID3v1, but it has 30 characters limit for Title. So I'm forced to use ID3v2 I think.. Can someone give me proper link or library for that, cause I couldn't find it in Google.


Solution

  • ID3.org has an up to date list with different implementations. Scroll to the .NET section.

    https://id3.org/Implementations