Search code examples
c#.netmp3musicbrainz

Finding names to songs in .NET


I have a collection of mp3, wma's etc that may or may not have the correct song information.

Is there a service or an API that I can use in .NET to find the correct song title / artist for each file?


Solution

  • I know of Last.fm Fingerprint API. That should help you.

    You could call their client app from within a C# app to automate the whole process of going through your media library and storing the returned results. You can even change your mp3 metadata on the fly.

    More links to the stack:

    25 Music APIs