Iphone - Writing a media player with lyrics

2019-03-31 18:47发布

I want to write a simple media player which displays lyrics that are retrieved from the web.

I know once LyricWiki was such a source, but now no longer exists. Does a new API or source for lyrics exist that I can use ? When I do get the lyrics, how do I sync them with song ?

I know the MPMediaItem class has the MPMediaItemPropertyLyrics but this is cleary not enough for me cause this is only for songs from Itunes and not all of them have lyrics available.

I would appreciate any help or links that can I use to sort this issue.

3条回答
看我几分像从前
2楼-- · 2019-03-31 19:23

https://developer.musixmatch.com

it's an Official and Authorized lyrics api

查看更多
Root(大扎)
3楼-- · 2019-03-31 19:33

A little Googling and I found a few options that might solve your problem:

  1. First, LyricWiki does still exist. It's moved to lyrics.wikia.com. It seems that their API, however crops the lyrics, due to licensing.
  2. LyricsFly
  3. ChartLyrics. Looks the most promising to me, though I haven't actually tried any of the services myself (yet).

I'd like to hear which works for you the best, should any of them.

查看更多
虎瘦雄心在
4楼-- · 2019-03-31 19:35

The synced lyrics api are expensive. following do the job but dont know how expensive they are.

http://www.lyricfind.com
http://developer.echonest.com/sandbox/lyricfind.html

查看更多
登录 后发表回答