[RELEASE] LRC Lyrics - Addon based on XBMC Lyrics

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
taxigps Offline
Team-XBMC Python Developer
Posts: 397
Joined: Jan 2009
Reputation: 0
Post: #11
fixed timer issue and update to v1.11
find quote
panzaeron Offline
Junior Member
Posts: 38
Joined: Jun 2009
Reputation: 0
Post: #12
Great script a big thank you Big Grin

But I have a problem with music titles with a ', ´ or ` in the song title, because no lyrics would be found. Is ist possible to integrate a more fault tolerant search?

And another issus: under Ubuntu 9.10, in some files I have many □ in the text, I think it's a problem with UTF-8 or with the font, but what could I do?

And the last question: Is it possible to integrate something like a reload or lyrics change button, to switch between different lyrics for one file or to make a new search to switch after this the lyrics? For some songs your great script found more than one lyric and the one I selected is sometimes not the best...
find quote
taxigps Offline
Team-XBMC Python Developer
Posts: 397
Joined: Jan 2009
Reputation: 0
Post: #13
panzaeron Wrote:Great script a big thank you Big Grin

But I have a problem with music titles with a ', ´ or ` in the song title, because no lyrics would be found. Is ist possible to integrate a more fault tolerant search?
Please give me some samples to test. the .mp3 file or download link.

panzaeron Wrote:And another issus: under Ubuntu 9.10, in some files I have many □ in the text, I think it's a problem with UTF-8 or with the font, but what could I do?
the script only get lyrics from a chinese site now, so maybe have some chinese charaters can't display without chinese font file.

panzaeron Wrote:And the last question: Is it possible to integrate something like a reload or lyrics change button, to switch between different lyrics for one file or to make a new search to switch after this the lyrics? For some songs your great script found more than one lyric and the one I selected is sometimes not the best...
add a button to scrape lyrics again is a good idea. but in order to do this, I have to hack the default skin of xbmc.
find quote
mvdaat Offline
Member
Posts: 50
Joined: Sep 2006
Reputation: 0
Post: #14
Thanks for the great script! the only problem I have with this script is that a lot of my music is dutchmusic and the site you are using doesn't have that it did found some english songs.
Is it also possible to use http://lyrics.wikia.com ? or does that site don't support the scrolling?
I know there is an other script CU Lyircs that is finding almost all my dutchsongs but it doesn't scroll

I hope there is a way to have both (scrolling and dutchsongs)
find quote
taxigps Offline
Team-XBMC Python Developer
Posts: 397
Joined: Jan 2009
Reputation: 0
Post: #15
mvdaat Wrote:Thanks for the great script! the only problem I have with this script is that a lot of my music is dutchmusic and the site you are using doesn't have that it did found some english songs.
Is it also possible to use http://lyrics.wikia.com ? or does that site don't support the scrolling?
I know there is an other script CU Lyircs that is finding almost all my dutchsongs but it doesn't scroll

I hope there is a way to have both (scrolling and dutchsongs)

LRC Lyrics need LRC file which have timestamps to let lyrics synchronized scroll. the site lyrics.wikia.com haven't LRC type lyrics.

If you can find some site provide LRC lyrics in dutch, then you can make a scraper for LRC Lyrics with that site, like what lrc lyrics/resources/scrapers/ttplayer/lyricsScraper.py to do.
find quote
theironyuppie Offline
Member
Posts: 52
Joined: Apr 2010
Reputation: 0
Location: Australia
Post: #16
ive just got onto this from cu lyrics, i like this better, seems to have more options. a couple of requests.
1. is it possible to get the lyrics to scroll in the middle of the screen with a transparent background rather than in a window on the side. i have a $2000 plasma and i dont really wanna have lrc lyrics burnt into my screen.No

and 2. i have about 4000 song lyrics on my computer from a program i use with wmp called minilyrics, only problem is that it saves the files all in 1 folder as:
artist - song.lrc
lrc lyrics wont recognize them. is it possible to set file save name type ie. artist - song.lrc
or
make the lookup in the library more general so it searches for root dir -> artist folder -> song.lrc AND root dir -> artist - song.lrc. i dont really fancey renaming 4000 files.
cheersBig Grin
find quote
taxigps Offline
Team-XBMC Python Developer
Posts: 397
Joined: Jan 2009
Reputation: 0
Post: #17
theironyuppie Wrote:1. is it possible to get the lyrics to scroll in the middle of the screen with a transparent background rather than in a window on the side. i have a $2000 plasma and i dont really wanna have lrc lyrics burnt into my screen.No
I'll think about that

theironyuppie Wrote:and 2. i have about 4000 song lyrics on my computer from a program i use with wmp called minilyrics, only problem is that it saves the files all in 1 folder as:
artist - song.lrc
lrc lyrics wont recognize them. is it possible to set file save name type ie. artist - song.lrc
or
make the lookup in the library more general so it searches for root dir -> artist folder -> song.lrc AND root dir -> artist - song.lrc. i dont really fancey renaming 4000 files.
cheersBig Grin
I'll add support for it. Need to find time to do it. wait
find quote
theironyuppie Offline
Member
Posts: 52
Joined: Apr 2010
Reputation: 0
Location: Australia
Post: #18
taxigps Wrote:I'll think about that


I'll add support for it. Need to find time to do it. wait


cool, looking forward 2 it!
find quote
taxigps Offline
Team-XBMC Python Developer
Posts: 397
Joined: Jan 2009
Reputation: 0
Post: #19
theironyuppie Wrote:cool, looking forward 2 it!

please test v1.22

setting "Save lyrics files in artist folder"
disable: save lyrics as root dir -> artist - song.lrc
enable: save lyrics as root dir -> artist folder -> song.lrc
find quote
theironyuppie Offline
Member
Posts: 52
Joined: Apr 2010
Reputation: 0
Location: Australia
Post: #20
love 2 mate but my htpc is offline at the moment.
soon as it gets back up and runnin ill check it our for ya.

taxigps Wrote:please test v1.22

setting "Save lyrics files in artist folder"
disable: save lyrics as root dir -> artist - song.lrc
enable: save lyrics as root dir -> artist folder -> song.lrc
find quote
Post Reply