Search code examples
c#.netmp3id3

Read mp3 Popularimeter in ID3.NET?


Anyone know how to get the value of the POPM frame (Popularimeter ID3 tag) in ID3.NET?

If it is not possible, is there any other easy way to read the Popularimeter of mp3 files in C# .NET?


Solution

  • If it is not possible with ID3.NET you can try to use Taglib Sharp.