Jonh Smith
Jonh Smith

Reputation: 121

Music tag finder API .NET library

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

Upvotes: 0

Views: 740

Answers (2)

Olle89
Olle89

Reputation: 678

I recommend http://code.google.com/p/lastfm-sharp/, i haven't used it for tags. I used it in combination with the direct api to download my lastFm data to the database.

http://code.google.com/p/lastfm-sharp/wiki/Examples for examples including tags :)

Upvotes: 0

Lex Li
Lex Li

Reputation: 63244

Banshee project contains such features, and it may already have dlls for you to reference,

http://banshee.fm/download/development/

Upvotes: 0

Related Questions