XBMC Community Forum
[RELEASE] xbmclyrics script - automatically grabs lyrics online - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27)
+---- Forum: Lyrics Add-ons (/forumdisplay.php?fid=146)
+---- Thread: [RELEASE] xbmclyrics script - automatically grabs lyrics online (/showthread.php?tid=10187)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35


- xbmcuser01 - 2009-10-19 14:20

mots Wrote:Sorry I didn't do anything, but I'm currently trying to become a Rettungssanitäter, which leaves me little free time to work on scripts... I'll try to take a look at it sometime soon, though
As much as I like the lyrics script, I think that that work is much, much more important! Smile


- amet - 2009-10-23 22:33

If anyone is interested, I have managed to fix the script a bit

http://opensubtitles-osd.googlecode.com/files/XBMCLyrics_1.7.3.zip

I cant get it to auto scroll, not sure if it did scroll before.

Cheers
Zeljko


- pajretX - 2009-10-24 12:57

Nice1 Amet!
It works perfectly Smile
Thanks for the fix!

Regards,


- amet - 2009-10-24 13:28

pajretX Wrote:Nice1 Amet!
It works perfectly Smile
Thanks for the fix!

Regards,

NP Smile
did you use it before? was it ever scrolling the lyrics?


- detroitdr - 2009-10-24 14:00

No it did not auto scroll before.


- amet - 2009-10-24 14:50

detroitdr Wrote:No it did not auto scroll before.

thanks!

anyone interested to have it scrolling?what skins are supporting the lyrics button?

I am new to lyrics script and so far I only saw Transparency and PM3.HD have a lyrics button.

Zeljko


- ronie - 2009-10-24 15:40

great! thanx a bunch for fixing this!!

Amet Wrote:anyone interested to have it scrolling?

would it make sense? there's no way to sync the scrollspeed to the song, so for some songs it'll scroll too fast and for others it will scroll too slow.

just a thought. ;-)

Amet Wrote:I am new to lyrics script and so far I only saw Transparency and PM3.HD have a lyrics button.

one question, the old lyrics script was using a textbox (id=100) to display the lyrics but your new script seems to be using a list (id=110)?

the benefit of using a textbox control is that long lines of text will automatically continue on the next line when they exceed the <width> value.


- ArtVandalay7 - 2009-10-24 15:51

Awesome work Zeljko...thanks very much!


- detroitdr - 2009-10-24 16:02

Also the lyrics don't seem to be saving to the HD. every time you start the same song it pulls the lyrics from online. Can you get it to save to the directory the settings have setup for it?

A SIDE OPTION: Can you make it scrape all songs and pull all lyrics one time!?!?!
THAT would be amazing!


- amet - 2009-10-24 17:32

New, fixed version http://opensubtitles-osd.googlecode.com/files/XBMCLyrics_1.7.4.zip

@Ronie

using ID 100 now and no scroling Smile

OT, why cant we select the script path under skin settings --> scripts? It seems to be the problem in the latest builds.

@detroitdr

saving to file now, please test and let me know

I am not sure who is maintaining this on SVN repo but it wouldnt be a bad idea to update it there. I can commit there but I wouldnt want to piss off the original developers Smile

EDIT: I just looked and this is not in SVN repo Sad , it is hosted at http://code.google.com/p/xbmc-scripting/

Zeljko