joshbetz / Hypersonic

An iOS app for streaming music from a Subsonic server and other cloud services
http://joshbetz.github.com/Hypersonic
15 stars 3 forks source link

Lyrics #13

Open joshbetz opened 12 years ago

joshbetz commented 12 years ago

For songs without lyrics in their tag, we could find a lyrics site with a simple API and search by song name

via #2

joshbetz commented 12 years ago

https://developer.musixmatch.com/ - This has potential, but there's a limit of 2000 hits per day on an API key and it doesn't seem ready for wide use yet.

joshbetz commented 12 years ago

It might be a better idea to just use the getLyrics method of the Subsonic API and if there are no lyrics, then don't show any.

toloumi commented 12 years ago

working on this now, I'll keep you updated

joshbetz commented 12 years ago

I wasn't going to put this in, but if you want to I would just use the getLyrics method of the API. What I was thinking was if you tap the album art on the now playing screen, another view would show up with a dark transparent background and lyrics that can scroll in that area. Tapping again would then hide the lyrics.

toloumi commented 12 years ago

yep was thinking the same thing