Kodi Community Forum

Full Version: CU LRC Lyrics
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
with the 'subfolder' option enabled, cu lrc will try to save the lyrics in a folder next to the audiofile you're playing.
that obviously won't work for (online) streaming music. :-)
Hi, ronie!
Is it possible, at the beginning start of the music, the lyrics if found, it will automatically open the full screen to display the lyric?
(2017-02-17, 12:42)snblg Wrote: [ -> ]Hello,
Your addon is really useful.
...
Is there an auto scan option : I would let my computer on, and hours later, get all available lyrics ...
I found a very simple trick to auto scan :
I browse my folders, play 1st track, press to or 3 times "fast forward" so that a song lasts 15 " ... and wait.
At the end of 1st song, Kodi plays the 2nd track at same speed. And so on until last song ends.
Meanwhile, I can go and have a coffe, when back, all my lyrics ares extracted to my computer.

Again, thank you for all kodi developpers.
(2017-02-20, 10:56)IgorA100 Wrote: [ -> ]Hi, ronie!
Is it possible, at the beginning start of the music, the lyrics if found, it will automatically open the full screen to display the lyric?

This feature is skin specific, I don't believe it is there for the default skin.
Hi Ronie

Do you know if its possible to display your lyrics in other parts of the skin. On the mq 7 skin i'm using I would like the lyrics to show on main menu if its possible or is it only available in music section of skin?

Was asking manfeed the maker of the lyricsmod about it, he wasnt sure but suggested enquiring with you.

Thanks
(2017-02-20, 10:56)IgorA100 Wrote: [ -> ]Hi, ronie!
Is it possible, at the beginning start of the music, the lyrics if found, it will automatically open the full screen to display the lyric?

(2017-02-20, 17:25)the_bo Wrote: [ -> ]Do you know if its possible to display your lyrics in other parts of the skin. On the mq 7 skin i'm using I would like the lyrics to show on main menu if its possible or is it only available in music section of skin?

it's currently not possible. the lyrics will only display once you switch to the fullscreen visualization window.
(2017-02-18, 05:47)atlind01 Wrote: [ -> ]That's what I thought, but the USLT vs SYLT doesn't seems to make a difference. I tried all combinations it consistantly failing with MP3 files.

turns out your lyrics aren't in the SYLT field, but in the TXXX field.
mind testing if this works for you: script.cu.lrclyrics-5.3.7.zip
(2017-02-21, 01:55)ronie Wrote: [ -> ]
(2017-02-18, 05:47)atlind01 Wrote: [ -> ]That's what I thought, but the USLT vs SYLT doesn't seems to make a difference. I tried all combinations it consistantly failing with MP3 files.

turns out your lyrics aren't in the SYLT field, but in the TXXX field.
mind testing if this works for you: script.cu.lrclyrics-5.3.7.zip

Thanks Ronie, its working fine. Didn't realize there are multiple types of tags.
hello,

I'm using debian testing now is frozen (stretch). and since the upgrade lyrics do not works.
here is the error on plugin startup :
Code:
22:54:37.143 T:140442653339776  NOTICE: special://profile/ is mapped to: special://masterprofile/
22:54:37.143 T:140442653339776  NOTICE: -----------------------------------------------------------------------
22:54:37.143 T:140442653339776  NOTICE: Starting Kodi from Debian (17.0 Debian package version: 2:17.0+dfsg1-2). Platform: Linux x86 64-bit
22:54:37.143 T:140442653339776  NOTICE: Using Release Kodi from Debian x64 build
22:54:37.143 T:140442653339776  NOTICE: Kodi from Debian compiled from 2:17.0+dfsg1-2 by GCC 6.3.0 for Linux x86 64-bit version 4.9.6 (264454)
22:54:37.143 T:140442653339776  NOTICE: Running on Debian GNU/Linux 9 (stretch), kernel: Linux x86 64-bit version 4.9.0-1-amd64
22:54:37.143 T:140442653339776  NOTICE: FFmpeg version/source: 3.2.4-1
22:54:37.143 T:140442653339776  NOTICE: Host CPU: Intel(R) Core(TM) i5-4570S CPU @ 2.90GHz, 4 cores available
22:54:37.143 T:140442653339776  NOTICE: special://xbmc/ is mapped to: /usr/share/kodi
22:54:37.143 T:140442653339776  NOTICE: special://xbmcbin/ is mapped to: /usr/lib/x86_64-linux-gnu/kodi
22:54:37.143 T:140442653339776  NOTICE: special://xbmcbinaddons/ is mapped to: /usr/lib/x86_64-linux-gnu/kodi/addons
22:54:37.143 T:140442653339776  NOTICE: special://masterprofile/ is mapped to: ****/.kodi/userdata
22:54:37.143 T:140442653339776  NOTICE: special://envhome/ is mapped to: /home/xbmc
22:54:37.143 T:140442653339776  NOTICE: special://home/ is mapped to: ****/.kodi
22:54:37.143 T:140442653339776  NOTICE: special://temp/ is mapped to: ****/.kodi/temp
22:54:37.143 T:140442653339776  NOTICE: special://logpath/ is mapped to: ****/.kodi/temp
22:54:37.143 T:140442653339776  NOTICE: The executable running is: /usr/lib/x86_64-linux-gnu/kodi/kodi.bin
22:54:37.143 T:140442653339776  NOTICE: Local hostname: ******************
22:54:37.143 T:140442653339776  NOTICE: Log File is located: ****/.kodi/temp//kodi.log
22:54:37.143 T:140442653339776  NOTICE: -----------------------------------------------------------------------
.....
22:54:40.269 T:140440987072256   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: 'module' object has no attribute '_base'
                                            Traceback (most recent call last):
                                              File "****/.kodi/addons/script.cu.lrclyrics/default.py", line 18, in <module>
                                                from scrapertest import *
                                              File "****/.kodi/addons/script.cu.lrclyrics/resources/lib/scrapertest.py", line 9, in <module>
                                                from culrcscrapers.lyricscom import lyricsScraper as lyricsScraper_lyricscom
                                              File "****/.kodi/addons/script.cu.lrclyrics/resources/lib/culrcscrapers/lyricscom/lyricsScraper.py", line 7, in <module>
                                                from bs4 import BeautifulSoup
                                              File "****/.kodi/addons/script.module.beautifulsoup4/lib/bs4/__init__.py", line 30, in <module>
                                                from .builder import builder_registry, ParserRejectedMarkup
                                              File "****/.kodi/addons/script.module.beautifulsoup4/lib/bs4/builder/__init__.py", line 311, in <module>
                                                from . import _html5lib
                                              File "****/.kodi/addons/script.module.beautifulsoup4/lib/bs4/builder/_html5lib.py", line 57, in <module>
                                                class TreeBuilderForHtml5lib(html5lib.treebuilders._base.TreeBuilder):
                                            AttributeError: 'module' object has no attribute '_base'
                                            -->End of Python script error report<--

do not think that a whole debug report will help on this problem, anyway, let me know if you need some other informations. thank you for your help.
your linux distro ships with a version of the python html5lib module that is not compatible with beautifulsoup4 from our repo.

please check if updating beautifulsoup4 fixes the issue:
script.module.beautifulsoup4-4.5.3.zip
thank you very much, it's working fine. quick response and very useful
I've try to double check if that option has been requested already in this long thread, but didn't find anything relative to that, so here it is:
Ronie, now that we have this jewel created by manfeed, could an option be added into the CU Lyrics addon to load only the synchronized lyrics?

Thanks.
if you only want synchronized lyrics you can simply disable all the regular lyrics scrapers i think?
and, if needed, delete all locally saved text based lyrics files.
Wow, why I didn't think about that? thanks Ronie, it works!
Hi ronie,

would you happen to know of anything that would stop esc or backspace to work when lyrics are showing? I have to stop the song which stop the lyrics but esc does nothing?