Posts: 17
Joined: Apr 2021
Reputation:
0
Hey all,
Having some strange issue with CU LRC. Im using Tidal2 Addon + Aeon Nox Silvo skin.
Namely when lyrics are first displayed and are off sync, when i call the context menu i cant see "manually sync" option there, only "delete lyrics" or "select different lyrics". If i press "delete the lyrics" and then restart CU LRC the manual sync option appears, same if i select different lyrics.
Any pointers of how to fix this?
Posts: 15,282
Joined: Jan 2009
Reputation:
738
ronie
Team-Kodi Member
Posts: 15,282
yup, that's an issue indeed. it should be fixed in the next version.
Posts: 67
Joined: Jun 2013
Reputation:
2
I use this wonderful addon a lot. Thanks.
It used tro be that when I was playing a song, the bar would remain at the bottom of the screen showing artist, song name, and playing progress. Optionally with my skin(xonfluence), there was also a scrolling list of the next 5 songs. Both would remain always on the screen. Lately the bar and upcoming songs only lasts a few secconds and then all disappear ecxcept for the fanart and lyrics. I've searched all the settings for this addon and see nothing that would toggle this behaviour to my preferred state which would show the bar and upcoming songs.
I have recently update kodi to 19.5 from 19.4. It is possible it was a change there that is the culprit.
Please advise if there is a way to get it back to my preferred state. I may try reverting to 19.4 and see if it changes anything.
Thanks.
Posts: 15,282
Joined: Jan 2009
Reputation:
738
ronie
Team-Kodi Member
Posts: 15,282
thanx all at your translation to the next version!
Posts: 172
Joined: Sep 2009
Reputation:
0
Was wondering why “select alternate lyrics” absolutely never works-I just get a hyphen. No matter which alternate source I select. Any way to fix this?
Posts: 8
Joined: May 2021
Reputation:
0
Hello, I've a problem after updating Kodi to 20.1 (and now 20.2) on a (sort of) Linux (QNAP Addon), CU LRC Lyrics throws this error when Kodi starts:
2023-08-20 10:49:52.232 T:24119 error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'SyntaxError'>
Error Contents: future feature annotations is not defined (__init__.py, line 28)
Traceback (most recent call last):
File "/opt/Kodi20/.kodi/addons/script.cu.lrclyrics/default.py", line 11, in <module>
from lib.scrapertest import *
File "/opt/Kodi20/.kodi/addons/script.cu.lrclyrics/lib/scrapertest.py", line 8, in <module>
from lib.culrcscrapers.lyricscom import lyricsScraper as lyricsScraper_lyricscom
File "/opt/Kodi20/.kodi/addons/script.cu.lrclyrics/lib/culrcscrapers/lyricscom/lyricsScraper.py", line 6, in <module>
from bs4 import BeautifulSoup
File "/opt/Kodi20/.kodi/addons/script.module.beautifulsoup4/lib/bs4/__init__.py", line 37, in <module>
from .builder import (
File "/opt/Kodi20/.kodi/addons/script.module.beautifulsoup4/lib/bs4/builder/__init__.py", line 9, in <module>
from bs4.element import (
File "/opt/Kodi20/.kodi/addons/script.module.beautifulsoup4/lib/bs4/element.py", line 12, in <module>
from bs4.css import CSS
File "/opt/Kodi20/.kodi/addons/script.module.beautifulsoup4/lib/bs4/css.py", line 5, in <module>
import soupsieve
File "/opt/Kodi20/.kodi/addons/script.module.soupsieve/lib/soupsieve/__init__.py", line 28
from __future__ import annotations
^
SyntaxError: future feature annotations is not defined
-->End of Python script error report<--
I don't know where to find the debug log I've enabled in the addon settings
Can somebody help?
Thank you,
Alex
Posts: 15,282
Joined: Jan 2009
Reputation:
738
ronie
Team-Kodi Member
Posts: 15,282
it's just a guess (tried googling the error you get) and i think Ubuntu 18.04, which is installed on your NAS) is a bit too old.
the soupsieve addon module needs at least python 3.7 as far as i could find.
i think Ubuntu 18.04 only ships with python 3.6....