What is the best/a very good meta-data reader library?

后端 未结 5 1028
夕颜
夕颜 2021-01-13 08:08

Right now, I\'m particularly interested in reading the data from MP3 files (ID3 tags?), but the more it can do (eg EXIF from images?) the better without compromising the ID3

5条回答
  •  逝去的感伤
    2021-01-13 08:15

    There is a great post on using PowerShell and TagLibSharp on Joel "Jaykul" Bennet's site. You could use TagLibSharp to read the metatdata with any .NET based language, but PowerShell is quite appropriate for what you are trying to do.

提交回复
热议问题