Kodi Community Forum
[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)

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


- Nuka1195 - 2007-06-25

ok, i'll check it out.


- realjobe - 2007-06-25

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

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

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

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)



- Nuka1195 - 2007-06-28

I would like to tag this version, but I want to wait until all the language files are finished.

Note, there is now a credits page and your name will show up. You use ID#2 for that.

Note2, The language files actually work now. Smile

Sorry for anybody's name not listed, they were not in the language file.

I'll wait a week or so, then any that aren't updated, I'll have to remove.
finnish: Mikko70 completed, thanks
polish: smuto, incomplete
german: incomplete
spansih: incomplete
swedish: incomplete
french: incomplete

Also, if anybody could make sure I didn't break file saving for languages that use utf-8. That would be great.

Skinners, you may include the skin xml files with your skin. There have been changes since the last tagged version.


- LRa - 2007-06-29

Finally French song lyrics saving works.

I've mailed you the updated French string.


- Nuka1195 - 2007-06-29

LRa, the only language file I have from you is outdated. I may have added more strings since then.


- LRa - 2007-08-06

Nuka1195 Wrote:LRa, the only language file I have from you is outdated. I may have added more strings since then.

Why, is there a new version?


- mikko70 - 2007-08-06

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


- LRa - 2007-08-07

Well, the current French xml is indeed outdated. That's weird since I've sent an updated one at 29/06.
I'm forwarding you the file I've sent a month ago.


- Nuka1195 - 2007-08-07

LRa, I just committed it, since it's newer, but your missing some very recent new strings.

Also would you make sure I didn't break saving song lyrics for you. I just updated that portion of the script.

Thanks


- smuto - 2007-08-07

i was really busy, but today is a good time for update language file

but
xbmc from 06.08.07
xbmclyrics from 06.08.07

my xbmc runs with 3 profiles

- Default User(my wife) - with xMC skin
- me - with PM III
- my son - with MC360

script work only with default user profile,
here is scripts log window from my profile
http://smuto.w.interia.pl/path.JPG

smuto


- Nuka1195 - 2007-08-07

Smuto, I think that's a permissions issue. I will have to pass this on to Spiff.

Thanks for finding it.


- LRa - 2007-08-09

Done.
Anyhow where's the changelog?