[RELEASE] xbmclyrics script - automatically grabs lyrics online - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Lyrics Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=146) +---- Thread: [RELEASE] xbmclyrics script - automatically grabs lyrics online (/showthread.php?tid=10187) |
- Tomkun - 2005-03-02 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? - EnderW - 2005-03-02 it really shouldn't. can you please post the error message? also, are you certain that lyricspanel.png is in the same folder as the script? - solexalex - 2005-03-02 hi! 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. - EnderW - 2005-03-02 (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 - Tomkun - 2005-03-03 i have it set up exactly the same way as the previous script. everything is in the same folder. there is no error message, it just won't start. just flashes 'running' for a split second. later on, i will post the log. - Tomkun - 2005-03-03 ok, here is the log. let me know if you need anything else. Quote:03-03-2005 12:25:47 info stating file q:\system\players\mplayer\steppenwolf - magic carpet ride.mp3.conf - EnderW - 2005-03-03 really weird problem. it works perfectly fine here... that error doesn't make much sense either as it points out line 1 as the place of error. i suggest you try copy the script over once again, just to make sure nothing got broken during transfer (very unlikely though). i haven't heard from anyone else getting it to run though, but then again i haven't heard from anyone who doesn't either. if anyone can run this script (latest version), please reply... please state pal or ntsc - and error message if not getting it to work... - ceomr - 2005-03-03 :thumbsup: reply -> it works fine! i never had a problem except some audio_files aren't in database newest mediacenter 03_03_2005 newest python lib lyrics.py -> last updated: march 2nd 2005 pal -> ceomr mediacenter skin -> integrated script -> mymusicplaylist.xml but with project mayhem it works fine too debug_log 03-03-2005 13:36:39 info mplayer play:f:\eigene_musik\verschiedenes\singles\auswahl\scorpions - wind of change.mp3 cachesize:256 03-03-2005 13:36:39 info flipping bi-directional subtitles disabled 03-03-2005 13:36:39 info stating file f:\eigene_musik\verschiedenes\singles\auswahl\scorpions - wind of change.mp3.conf 03-03-2005 13:36:39 info stating file q:\system\players\mplayer\f:\eigene_musik\verschiedenes\singles\auswahl\scorpions - wind of change.mp3.conf 03-03-2005 13:36:39 notice start led control 03-03-2005 13:36:44 debug loadlibrarya('_ssl.pyd') 03-03-2005 13:36:44 debug executing entrypoint at: 0x17be951 - dll: _ssl.pyd 03-03-2005 13:36:44 debug loadlibrary('_ssl.pyd') returning: 0xc06b00 03-03-2005 13:36:44 debug kernel32!getprocaddress(0xc06b00, 'init_ssl') => 0x1771aa0 03-03-2005 13:36:44 debug loadlibrarya('_sre.pyd') 03-03-2005 13:36:44 debug executing entrypoint at: 0x17fa3cb - dll: _sre.pyd 03-03-2005 13:36:44 debug loadlibrary('_sre.pyd') returning: 0xb4e1a0 03-03-2005 13:36:44 debug kernel32!getprocaddress(0xb4e1a0, 'init_sre') => 0x17fa120 - spiff - 2005-03-03 working nicely here, @ pal 16:9 xbmc cvs 010305 python from sometime ago (however, i believe there has been a while since there were any updates). - Tomkun - 2005-03-03 no way! i did as you suggested on an offchance, i copied it over again and it works perfectly!!! looks great on my ntsc tv too! - solexalex - 2005-03-03 yes ! tryed it yesterday night, and it works ! not tryed to get new lyrics automatically for 2 songs... but it works... nice product !! - EnderW - 2005-03-03 (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. - jmarshall - 2005-03-03 i'm not a python guru by any stretch (have never coded anything in python) but i'd try something like this: Quote: def run(self): reason is that the tag variable may well be invalid once the song has finished, so doing tag.gettitle() is operating on an invalid variable. cheers, jonathan - nishil - 2005-03-12 wickid script mate very very well done :bowdown: :kickass: :thumbsup: - EnderW - 2005-03-13 (nishil @ mar. 12 2005,18:09 Wrote:wickid script mate very very well done :bowdown: :kickass: :thumbsup:thanks finally another update (and probably last for a long time unless some bugs come up). this update include only one extra feature really, and that is that it will update as the song you are listening to changes. so if you change song using the remote, or the song you're listening to ends it will pick up the new one and display lyrics for that. enjoy and please report any bugs either here or by mail http://enderw.emutalk.net/xbmclyrics.rar |