[RELEASE] xbmclyrics script - automatically grabs lyrics online

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Closed
ent Offline
Member
Posts: 74
Joined: Mar 2004
Reputation: 0
Post: #31
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.
find
gummismurfen Offline
Junior Member
Posts: 34
Joined: Oct 2004
Reputation: 0
Post: #32
works fine
find
incognegro Offline
Senior Member
Posts: 148
Joined: Mar 2005
Reputation: 0
Post: #33
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

[Image: prodyg.gif]
find
Nuka1195 Offline
Skilled Python Coder
Posts: 3,917
Joined: Dec 2004
Reputation: 17
Post: #34
this script rocks, no pun intended.

For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
find
ultros0 Offline
Junior Member
Posts: 6
Joined: Feb 2004
Reputation: 0
Post: #35
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?
find
Sebu42 Offline
Junior Member
Posts: 4
Joined: Jan 2004
Reputation: 0
Post: #36
now it should be working again...
find
colgate Offline
Junior Member
Posts: 10
Joined: Apr 2005
Reputation: 0
Post: #37
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?
find
EnderW Offline
Skilled Python Coder
Posts: 249
Joined: Feb 2005
Reputation: 0
Post: #38
(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.

xbmcscripts.com administrator
find
colgate Offline
Junior Member
Posts: 10
Joined: Apr 2005
Reputation: 0
Post: #39
(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=1shxa...4necvddw6p
find
smuto Offline
Senior Member
Posts: 240
Joined: Sep 2004
Reputation: 2
Post: #40
importerror: no module named tdb

any help?

[Image: 1.png]
find
Thread Closed