I'm trying to build an application that can be used to automatically get music tag information from the web and rename my music library. I have been searching on google for any API available to help me out. So far, it seems like Discogs, Freedb, Last.fm, MusicBrainz, amazon and yahoo music are all good options for this. However, I am wondering if there is any .NET library that can be easily used to access any of the above libraries. Please help if you know any .DLL file that I can easily include to my C# project.
P.S: I have little knowledge with xml. It would help much if this API is a dll file as they are easy to work with than xml
Thanks in advance for your much appreciated help!