Author Topic: TuneWiki Import  (Read 4226 times)

ionut

  • Guest
Is there a way to import synchronized lyrics from TuneWiki? The service seems to have an API, but I couldn't find any information about the licensing terms.

Here's an example of lyric file:
http://lyrics.tunewiki.com/tunewiki/services/getLyric.php?apiPass=4830694444b61e9b67d87fd387d2fb1e&apiKey=4addf7b7012c2c4eec92e54feedef1d4&user=&device=9025&lang=&artist=Beyonce&title=Halo&album=&videoId=bnVUHWCynig&vidSrc=youtube

ionut

  • Guest
Another interesting source is Evil Lyrics, which uses a special format for karaoke files and has a database of 90782 files:

http://www.evillabs.sk/evillyrics/karaoke.php

There's also a great database of karaoke lyrics:

http://www.lyrdb.com/
Last Edit: February 10, 2010, 11:50:13 PM by ionut

Steven

  • Administrator
  • Sr. Member
  • *****
  • Posts: 34362
thanks very much for the pointers. I think i can make use of http://www.lyrdb.com/ and will attempt that on the weekend

evil lyrics i cant see a way to access the data through an API and i gather they would want to add a player to their product rather than me adding them

tunewiki looks great but i cant see any documentation on the api at all - where did you find that link?

Steven

  • Administrator
  • Sr. Member
  • *****
  • Posts: 34362
it was easy to implement LYRDB so if anyone wants to try this out:
http://www.mydatanest.com/files/stevenmmm/59834_quy3f/MusicBee.zip

you need to add in the Auto-Tag preferences/ Lyrics Providers

ionut

  • Guest
TuneWiki is a cool mobile app for iPhone and Android.

Tunewiki.com has a searchable database of songs and it shows YouTube videos next to synchronized lyrics. I used a Firefox extension (Live HTTP Headers) to get the URL of the lyrics file.

ionut

  • Guest
Here's an unofficial way to use TuneWiki's API (I installed their WMP toolbar and obtained the URLs with a packet sniffer):

http://www.tunewiki.com/tunewiki/services/getLyricXML_2?lang=&artist=Madonna&title=Celebration&album=Celebration&videoId=&vidSrc=&user=twtemp~ebf4ba930c172393cd7c2fde153a6102&device=1000&resolution=1280x800

(change the values for artist, title, album and it should work)

I'm not sure if the "user" parameter is really necessary, I got an XML file without using that value.