How to read and write ID3 tags to an MP3 in C#? [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed last year . Is there a library for reading and writing ID3 tags to an MP3 in C#? I've actually seen a couple when searching, anybody using any that can be recommended? 回答1: Taglib# is the best. It's direct port of the TagLib C library to C#. To install TagLib#, run the following command in the Package Manager Console in