2005-03-02, 17:57
i've just tried the new script. but it won't work. i guess as it works on yours it's a problem with the ntsc?
(solexalex @ mar. 02 2005,18:20 Wrote:hi!i was hoping that i had done that already, but if it isn't correct feel free to correct it
not tried yet !
as for the skin, if you want i can modify it to make it fit any screen size.
not very hard to do.
Quote:03-03-2005 12:25:47 info stating file q:\system\players\mplayer\steppenwolf - magic carpet ride.mp3.conf
03-03-2005 12:25:47 notice start led control
03-03-2005 12:25:52 debug loadlibrarya('zlib.pyd')
03-03-2005 12:25:52 debug executing entrypoint at: 0x16384ff - dll: zlib.pyd
03-03-2005 12:25:52 debug loadlibrary('zlib.pyd') returning: 0x81cde0
03-03-2005 12:25:52 debug kernel32!getprocaddress(0x81cde0, 'initzlib') => 0x1632210
03-03-2005 12:25:52 info -->python initialized<--
03-03-2005 12:25:52 info
03-03-2005 12:25:52 info file "
03-03-2005 12:25:52 info q:\scripts\xbmclyrics\xbmclyrics.py
03-03-2005 12:25:52 info ", line
03-03-2005 12:25:52 info 1
03-03-2005 12:25:52 info
03-03-2005 12:25:52 info
03-03-2005 12:25:52 info self.setfocus(self.textbox)
03-03-2005 12:25:52 info
03-03-2005 12:25:52 info ^
03-03-2005 12:25:52 info syntaxerror
03-03-2005 12:25:52 info :
03-03-2005 12:25:52 info invalid syntax
03-03-2005 12:25:52 info
03-03-2005 12:25:57 debug freeing fs segment @ 0x7fc8f0
03-03-2005 12:25:57 notice start led control
(solexalex @ mar. 03 2005,18:20 Wrote:yes ! tryed it yesterday night, and it works !it won't update lyrics automatically between two songs, due to that i can't load the song information twice without xbmc crashing. i have posted the update code snippet earlier here, so you can have a look at it if you like.
not tryed to get new lyrics automatically for 2 songs... but it works...
nice product !!
Quote: def run(self):
artist_name = ""
title_name = ""
while (self.running):
tag = self.overlay.get_player().getmusicinfotag()
if tag.gettitle() != title_name:
artist_name = tag.getartist()
title_name = tag.gettitle()
self.overlay.lyrics(artist_name, title_name)
time.sleep(5)
(nishil @ mar. 12 2005,18:09 Wrote:wickid script mate very very well done :bowdown: :kickass: :thumbsup:thanks