2015-03-19, 11:23
Ok, I'll defenitely try that!
What can I expect?
What can I expect?
(2015-03-19, 11:23)eagle72 Wrote: Ok, I'll defenitely try that!
What can I expect?
(2015-03-19, 14:22)ronie Wrote: i've added a workaround to the problem in the addon, hopefulley it'll work a bit better now for you.
please test: script.cu.lrclyrics-3.0.7.zip
xbmc.log Wrote:19:14:07 T:139937425659648 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.AttributeError'>
Error Contents: 'MyMonitor' object has no attribute 'abortRequested'
Traceback (most recent call last):
File "/home/rene/.xbmc/addons/script.cu.lrclyrics/default.py", line 40, in <module>
culrc_run('service')
File "/home/rene/.xbmc/addons/script.cu.lrclyrics/default.py", line 27, in culrc_run
gui.MAIN(mode=mode)
File "/home/rene/.xbmc/addons/script.cu.lrclyrics/resources/lib/gui.py", line 25, in __init__
self.main_loop()
File "/home/rene/.xbmc/addons/script.cu.lrclyrics/resources/lib/gui.py", line 44, in main_loop
while (not self.Monitor.abortRequested()) and (WIN.getProperty('culrc.quit') == ''):
AttributeError: 'MyMonitor' object has no attribute 'abortRequested'
-->End of Python script error report<--
(2015-03-20, 21:09)eagle72 Wrote: In summary:
1) no multi-valued artist lyrics stored and/or found and/or displayed
2) no synchronised lyrics anymore (2.0.12 works fine)
3) CULyrics displayes a new window on top of KODI/ACE screen (Started with 'm'), which I do not like.
Still hopeful though I'll get it right.
(2015-04-06, 23:39)sualfred Wrote: Bug found when CULyrics is enabled:
The MusicOSD dialog is going to be activated and focused if I'm going to open shutdownmenu right out the visualisation window. The shutdown menu is visible too but not focused.
This will happen by pressing "S" on the keyboard and even with an key mapped with ActivateWindow(shutdownmenu). Tested it on various skins on the latest Isengard nightlies.
(2015-04-12, 17:56)xurr Wrote: I'm having a strange issue with CU LRC Lyrics: it doesn't seem to be able to find my .lrc files (saved in the same SMB folder as my MP3s).
I finally tracked down the issue to "enc = chardet.detect(data)" line (in utilities.py:43), it raises a TypeError exception. Would it be possible to catch it and return data (as in the UnicodeDecodeError exception)? This way it does seem to work on my setup.
Also, a feature suggestion: I have my lyrics embedded in the MP3s using the USLT tag (rather than SYLT, as it seems to be more widely used) but the lyrics do include the timestamps in the usual [xx:yy.zz] format. Would it be possibly to load them as LRC (ie. ignore the tag but look inside the actual lyrics format, if each line starts with [xx:yy.zz] than it is LRC, otherwise pure text)?
Thanks!
X