开发者

Finding names to songs in .NET [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. 开发者_运维问答

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 4 years ago.

Improve this question

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?


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


Windows Media Player (WMP) is pretty good at downloading album art and titles and such when you rip a CD, but it's far from perfect. If such an API existed in any location, let alone the highly public and well-used .NET platform, WMP would have a better track record.

Therefore it is logical to conclude that the answer is quite simply, "No."

I doubt such an API exists in any form, but if it might, it would likely be a web service.


freedb.org has what you need. I used it some years ago and it worked out great.

Download the file 'freedb howto v1.07' to get the details of how to implement this into your program.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜