-1

I tried UltraID3Lib to read my ID3 Tags in C#, no Problem. But how can I read the rating filed (POPM)? The API has an entry for "ID3v23PopularimeterFrame" but i don't know how to use it.

Please help me ;) Thx, Ta

taa
  • 113
  • 1
  • 1
  • 5

1 Answers1

1

In Linux, if you have mid3v2 installed

mid3v2 --list-raw file.mp3 | grep POPM

shows you file POPM informations

fradeve
  • 284
  • 4
  • 15