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


- ent - 2005-03-14 05:44

this is a great script, the new feature really topped it off. it's hard to think of anything you could possibly add though. i suppose if you wanted to go all out you could add support for other lyrics sites if no results are found, but it's not really needed.


- gummismurfen - 2005-03-15 18:40

works fine


- incognegro - 2005-03-16 20:05

i got a couple features you can add.......how about a manual song look up feature, similar to how xbmc look up album info, if it finds no matches to the song you can enter the song manually and try again. maybe the ability to search another website if no match found (http://www.leoslyrics.com); but im guessing this would slow down the script. if one website was set as primary and another secondary it wouldn't be so bad. i know nothing about python so ill let you do your thing :agree: . other than this, the script would be perfect (it seems bug free!Wink


- Nuka1195 - 2005-04-14 04:54

this script rocks, no pun intended.


- ultros0 - 2005-04-28 05:46

i continuesly get an error message that says:

"unusual page layout, no parsing built in yet..."

i looked at the code tried a few times, playing around with it, i made sure i had a song playing before running script, and of course internet is working w/no port blocks or other firewall oddities.

any ideas?

>> update >>
i followed one of the links in the python script it said servers were updating, anyone able to verify this?


- Sebu42 - 2005-05-04 12:27

now it should be working again...


- colgate - 2005-05-24 20:11

why not create somekind of cache on the hd? where the lyrics already played are stored. when the same music is played again, the script just checks the cache and load the lyric from there?


- EnderW - 2005-05-24 22:59

(colgate @ may 24 2005,20:11 Wrote:why not create somekind of cache on the hd? where the lyrics already played are stored. when the same music is played again, the script just checks the cache and load the lyric from there?
sure, go ahead Tongue

seriously, it's a very nice idea but i'm busy with a more important script project right now (most of you know about it i'm sure), besides i got multiple exams coming up very soon. i will put it on the to-do, but you're better off if someone else took the challenge as i won't be able to add for quite a while.

thanks for the suggestion.


- colgate - 2005-07-26 18:24

(enderw @ may 24 2005,21:59 Wrote:
(colgate @ may 24 2005,20:11 Wrote:why not create somekind of cache on the hd? where the lyrics already played are stored. when the same music is played again, the script just checks the cache and load the lyric from there?
sure, go ahead Tongue

seriously, it's a very nice idea but i'm busy with a more important script project right now (most of you know about it i'm sure), besides i got multiple exams coming up very soon. i will put it on the to-do, but you're better off if someone else took the challenge as i won't be able to add for quite a while.

thanks for the suggestion.
so i did :-)

i modified the script to save the lyrics on the hard disk. could it be submited to xbmcscripts.com?

http://s39.yousendit.com/d.aspx?id=1shxaisjvgf1n1er4necvddw6p


- smuto - 2005-07-27 11:47

importerror: no module named tdb

any help?