ronie Wrote:latest available nightly was build on may 8.
the bug i was refering to was fixed on may 3.
Ronie, i'm an idiot and you are completely right.
Thanks heaps for your help - much appreciated
oddity
Junior Member Posts: 26 Joined: Nov 2008 Reputation: 0 |
2011-05-11 06:32
Post: #321
ronie Wrote:latest available nightly was build on may 8. Ronie, i'm an idiot and you are completely right. Thanks heaps for your help - much appreciated
|
| find quote |
xbmcuser01
Senior Member Joined: Jun 2009 Reputation: 0 Location: The Netherlands |
2011-06-08 22:50
Post: #322
Okay, hmm, get it, hmmmmm.
So a bug in pre-May 3 versions makes the CULyrics pluging not work. Hmmmm. Any idea when a post May 8 version will be available for Ubuntu Lucid 10.04 then?And when did the plugin still work? January? March? Because I'll downgrade then... I thought I'd frozen the XBMC version that worked and was stable for me. But I didn't. I appears that I accidentally updated XBMC together w/ a system update (w/ Synaptic). Unfortunately the XBMC version that's currently available for Lucid is the March 9 (2011) build. Aaarrgghh! P.S. Why does XBMC update and update and update all the time whilst breaking some piece of functionality every darn time? |
| find quote |
amet
I wave my private parts at your aunties! Joined: Jul 2009 Reputation: 18 Location: Novi Sad / Dubai |
2011-06-08 23:09
Post: #323
xbmcuser01 Wrote:Okay, hmm, get it, hmmmmm. how is this CU lyrics issue? **sigh** Always read the XBMC_Online_Manual,Frequently_Asked_Questions and search the forum before posting. For troubleshooting and bug reporting use -> Log_file. |
| find quote |
xbmcuser01
Senior Member Joined: Jun 2009 Reputation: 0 Location: The Netherlands |
amet Wrote:how is this CU lyrics issue? **sigh**What exactly do you mean? How things are w/ the issue? Or What the issue exacly is...?
|
| find quote |
ninjum
Junior Member Posts: 1 Joined: Jun 2011 Reputation: 0 Location: Spain |
2011-06-09 17:49
Post: #325
hello greetings to the forum, the first thing I feel my English I'm using a translator to post
, second I have a problem with cu lyrics that find the letters I get "fetching lyrics from ***********. com API failed "as someone else commented earlier but I can not find the solution yet. This is my logCode: 17:25:35 T:116 M:4294967295 NOTICE: -----------------------------------------------------------------------When you remove a piece log (I do not care ) because I was over 10000 characters and would not let me send ( where the **** is displayed where it is cut )thanks
(This post was last modified: 2011-06-09 21:42 by ninjum.)
|
| find quote |
Darts
Junior Member Joined: Oct 2006 Reputation: 0 Location: Ottignies |
2011-07-10 11:24
Post: #326
Hello!
I'm using 9th of July nightly on Win7 x64 and I'm quite unable to use CU lyrics : When asked to display some it hangs XBMC for about 20 seconds (music keeps playing though) then displays the lyrics but still hangs after that. I have to kill the process. The debug log does not indicate much I'm afraid : Code: 11:09:04 T:4720 M:2191634432 NOTICE: -->Python Interpreter Initialized<--- Switch from Aeon MQ2 to confluence - Uninstall the script & delete the userdata/culyrics - Deactivate all options (smooth scroll, save lyrics, use embedded) and change the scrapper. All without luck. I also quick browse the last pages of this thread, am I correct in assuming there is a bug between the last nightlies and CU Lyrics 2.0? Our greatest glory is not in never falling but in rising up every time we fall. |
| find quote |
dillinger
Junior Member Joined: Feb 2011 Reputation: 0 Location: Norway |
2011-07-24 16:40
Post: #327
Just wanted to drop by and say thanks for this great plugin. It works great on my end. Two suggestions, if I may:
Is it possible for the error-message (the one that appears when no lyrics are found) to disapear after a few seconds? As a metalhead, I usually use darklyrics.com to check up on lyrics. It's the largest site for lyrics within the genre. Any chance of incorporating that site into the plugin? I have no understanding of programming, but I'm guessing doing something like that would take a lot of time and effort. I don't wanna come off as ungrateful for your awesome work, just figured I'd put it out there in case it was not too much work. |
| find quote |
tungmeister
Fan Joined: Jan 2009 Reputation: 8 Location: Sheffield, UK |
2011-08-16 00:24
Post: #328
Would it be possible to get the script to exclude punctuation such as question marks and exclamation marks as including them results in lyric retrieval failure for example a tracks name is "Oh my Golly!" which the script will produce http://www.lyricstime.com/pixies-oh-my-g...yrics.html as the lyric URL when in actuality the correct URL is http://www.lyricstime.com/pixies-oh-my-g...yrics.html resulting in the API failed message.
Edit: Quick fix for anyone else having this issue, go to line 153 of %appdata%\roaming\XBMC\addons\script.cu.lyrics\resources\lib\scrapers\lyricstime\lyricsscraper.py and change it to: Code: song_search = urllib.urlopen(url.replace("--","-").replace("?","").replace("!","")).read()
(This post was last modified: 2011-08-16 02:13 by tungmeister.)
|
| find quote |
harryremon
Member Joined: Nov 2010 Reputation: 0 Location: Cairo,Egypt |
2011-09-03 22:14
Post: #329
I'm having a problem with special characters in the file name, I created a folder with the artist name in the lyrics folder (where I found the other lyrics) (\\XBMC\userdata\addon_data\script.cu.lyrics\lyrics)
and I placed a txt file with the lyrics in it and I named it exactly (copy & paste) like the song title (O Luce Che Brilla Nell 'Oscurita.txt) but when I lunch CU lyrics it just shows this message "Failed fetching lyrics". is it the apostrophe or something ? Not knowing is not a sin.... knowing and not sharing is XBMC-HID Bluetooth Remote Control for Sony Ericsson |
| find quote |
amet
I wave my private parts at your aunties! Joined: Jul 2009 Reputation: 18 Location: Novi Sad / Dubai |
2011-09-03 22:16
Post: #330
harryremon Wrote:I'm having a problem with special characters in the file name, I created a folder with the artist name in the lyrics folder (where I found the other lyrics) (\\XBMC\userdata\addon_data\script.cu.lyrics\lyrics) debug log might know, the folder name would be stripped of special characters Always read the XBMC_Online_Manual,Frequently_Asked_Questions and search the forum before posting. For troubleshooting and bug reporting use -> Log_file. |
| find quote |