Posts: 10
Joined: Apr 2012
Reputation:
0
I was thinking the exact same thing! Is this possible? Do we already have a synchronized lyrics scrolling script? Because both CU Lyrics and LC Lyrics doesn't do this..
Posts: 3,909
Joined: Dec 2004
Reputation:
20
Nuka1195
Skilled Python Coder
Posts: 3,909
i'll have to start a new thread when it's ready for testing. i have the TuneWiki scraper working. but only non lrc lyrics. where are the lrc lyrics?
though you can tag your own lyrics with the script and it does autoscroll for non lrc encoded lyrics.
Posts: 10
Joined: Apr 2012
Reputation:
0
Is there a widget of some sort to display in your home screen whenever you play music to show the scrolling lyrics by any chance? It's quite redundant to go into the music osd and clicking lyrics everytime you want to see lyrics tbh.
Posts: 3,909
Joined: Dec 2004
Reputation:
20
Nuka1195
Skilled Python Coder
Posts: 3,909
i agree, but that's all skinning. you need to customize your skin or ask a skinner to.
Posts: 14
Joined: Apr 2012
Reputation:
0
Nuka1195 -- I don't know how much you know about TuneWiki, so I apologize if I'm telling you something you already know...
The TuneWiki service is pretty protective of their timing information for lyrics -- they don't use LRC files at all, but rather you query their API server with a song and app key and they give back an XML file formatted with per-line elements that contain timing information (non-obvious timing information). I'm not sure of the requirements for getting an app key, but they do definitely require a valid key. Each request is also protected with a secondary key that is derived from the app key and the remainder of the request, so replay requests aren't straightforward.
Posts: 1
Joined: Jul 2012
Reputation:
0
PartialGestalt,
Where can I learn more about TuneWiki's API server?