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


- Nuka1195 - 2007-06-25 00:14

I changed the script, so if no music is playing the settings dialog launches.

Translators note the language changes.

Quote:
changed: [XBMC Lyrics] Version to 1.5.4 for additional settings.
added: [XBMC Lyrics] settings (music_path, shuffle)
changed: [XBMC Lyrics] Default skin for new settings.
added: [XBMC Lyrics] playlist module. (This module can actually be used as an autoexec.py file at startup)
added: [XBMC Lyrics] New "Play Music" button to the settings window. If no music is playing it is enabled and calls create_playlist() with your settings (music_path and shuffle)
added: [XBMC Lyrics] English language strings id's(206,209)
changed: [XBMC Lyrics] English language string id(254)



- realjobe - 2007-06-25 09:18

Where can i get this new version?
xbmcscripts.com does not have it. Sad


Problems with a lyrics site. - ultima_finne - 2007-06-25 17:21

Hi. My friend have setup his own lyrics database, however we can't get it working with the recent xbmc releases, it just doesn't display the text.

If we use xbmc 2.0.1-final then it works great.
The for the lyrics site is.

http://jag.ar.efterbliven.com/lyrics/

can someone see if they can get it working with that site, would be nice to have it working with latest xbmc releases.

//
Ultima Finne


- Nuka1195 - 2007-06-25 17:25

@realjobe, http://xbmc-scripting.googlecode.com/svn/trunk/XBMC%20Lyrics

I'm currently making some changes, will be in by tomorrow.

ultima_finne, How about you post a song that's in the db, so i don't spend all day getting no results.


link for a song - ultima_finne - 2007-06-25 17:47

Hey. Here's a link for a song which will be found in the db.

http://www.lifelover.se/mp3/03-I%20Love%20(To%20Hurt)%20You.mp3

Lets hope you get it working Smile hehe

//
Ultima Finne


- Nuka1195 - 2007-06-25 18:00

ok, i'll check it out.


- realjobe - 2007-06-25 20:17

Nuka1195 Wrote:@realjobe, http://xbmc-scripting.googlecode.com/svn/trunk/XBMC%20Lyrics

I'm currently making some changes, will be in by tomorrow.

ultima_finne, How about you post a song that's in the db, so i don't spend all day getting no results.

Ok.. So that's where it got the CNN script.. Smile
with what tool is it possible to download them nicely? flashGet does not function...


- ultima_finne - 2007-06-25 22:40

ultima_finne Wrote:Hi. My friend have setup his own lyrics database, however we can't get it working with the recent xbmc releases, it just doesn't display the text.

If we use xbmc 2.0.1-final then it works great.
The for the lyrics site is.

http://jag.ar.efterbliven.com/lyrics/

can someone see if they can get it working with that site, would be nice to have it working with latest xbmc releases.

//
Ultima Finne

My friend has configured the database so that it will work perfectly with the old xbmc lyrics script.

and the xbox should search on
http://jag.ar.efterbliven.com/lyrics/lyrics.php
which is not the same page we see if we seach for ourself.


- Nuka1195 - 2007-06-26 01:02

There's nothing at that page.

Your friend had it working?

If so then he should just be able to change the base url for the lyrc.com.ar scraper:

Code:
class LyricsFetcher:
    def __init__( self ):
        self.base_url = "h ttp://jag.ar.efterbliven.com/lyrics/lyrics.php"

That did not work for me.


- Nuka1195 - 2007-06-26 15:23

Ok, I think that's it for the language strings. Translators note, you use id#2 for your name. It shows in the credits dialog.

Quote:
added: [XBMC Lyrics] Credits dialog (Translators, use id#2 for your name)(start,info,C - from the main window)
added: [XBMC Lyrics] Default skins credits xml file
added: [XBMC Lyrics] Additional credits texture (Thanks skinners)
added: [XBMC Lyrics] English language strings id's(1,2,900-903,910-914)