Release CU LRC Lyrics - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Lyrics Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=146) +---- Thread: Release CU LRC Lyrics (/showthread.php?tid=147340) |
RE: CU LRC Lyrics - Gloucester - 2018-11-27 Hi, just trying out KODI on my FLAC music library for the first time, and I can't seem to get CU LRC to display anything using Arctic Zephyr skin and Krypton. The player starts but there is no option to display lyrics! Any help greatly appreciated. RE: CU LRC Lyrics - Beercade - 2019-02-05 Great Add-on. It provides hours of entertainment for me and my friends. I have set it to save the lrc files, and that works great and is quick when changing songs too. I have a large library, so ive just been letting KODI play in Party Mode for a few days do download lyrics, but while im doing that, I was wondering if there was a way to scan my entire library to download all lrc files locally in a quick way rather than just when the song is played. Or maybe someone knows of a 3rd party application that does this? Thanks in advance RE: CU LRC Lyrics - ronie - 2019-02-05 i get the idea and it's been asked before.. the problem is many lyrics sites will ban you if you request a large number of lyrics in a short period of time. RE: CU LRC Lyrics - scott967 - 2019-02-07 Is there any way for a skin to force the cu-lrc dialog to close (while the service is still running)? I have a skin-local implementation of cu-lrclyrics-main.xml and tried things like having an "onload" check a window property and close if the property is set but the dialog doesn't close. The use case is a skin visualization window custom setting to "turn-off" lyrics. Right now I have a visible setting to hide the lyrics, but the dialog is still there. I get that I could have a "close" button on the dialog but want to avoid that if possible. scott s. . RE: CU LRC Lyrics - ronie - 2019-02-08 i couldn't figure out a way to close the dialog either. must be something special with python dialogs.. signaling the addon to close using window properties will not work reliably, if the addon is busy (with searching lyrics) it can't check for/respond to window properties. RE: CU LRC Lyrics - Hitcher - 2019-02-08 @ronie that might explain the problems I had when trying to close extended info via the skin - the dialog was 'closed' but trying to run it again never worked as if it was still running. Is there a way to properly close scripts via the skin? RE: CU LRC Lyrics - ronie - 2019-02-08 nope, i don't think there's a way to do that. RE: CU LRC Lyrics - scott967 - 2019-02-08 (2019-02-08, 02:29)ronie Wrote: i couldn't figure out a way to close the dialog either. must be something special with python dialogs..Thanks. I will go with a "plan b". scott s. . RE: CU LRC Lyrics - mark_dj - 2019-02-17 Am I correct in understanding that when you close the 'searching for lyrics' window and then open a new song it doesn't ever search again anymore? I've been trying for hours to get it to work now and after closing that very window it has never opened for me again. Is there any way to reinstall it properly or let it trigger again? RE: CU LRC Lyrics - ronie - 2019-02-17 if you stop music playback, the lyrics window should reappear when you start music playback again and go to the fullscreen visualisation window. or, during music playback, you can exit and re-enter the fullscreen visualisation window... that should work as well. and if even a restart of kodi doesn't help, then something else must be wrong. - check if the addon is still enabled - check if 'display lyrics automatically' option is still enabled in the cu lrc addon settings RE: CU LRC Lyrics - mark_dj - 2019-02-17 (2019-02-17, 12:59)ronie Wrote: if you stop music playback, the lyrics window should reappear when you start music playback again and go to the fullscreen visualisation window.I'm not sure what could be wrong really. I've restarted Kodi, uninstalled and reinstalled the add-on, checked the settings (which are correct), but whenever the artist art (not sure if that's considered fullscreen visualization; I have none installed in any case) shows CU Lyrics doesn't trigger. It happened once this morning, but I can't reproduce it. Are there any settings that should be turned on by default for this to work? RE: CU LRC Lyrics - ronie - 2019-02-17 nah that's all there's to it. please post a debug log (see instruction in the first post) and i'll have a look. RE: CU LRC Lyrics - mark_dj - 2019-02-17 Here's the log (if I did it correctly): https://paste.ubuntu.com/p/XyHFDrDQ7z/, I've tried it with 3 songs. Thanks for the help so far Edit: I am using Emby though, could that be the problem? RE: CU LRC Lyrics - ronie - 2019-02-18 nope emby should be no problem. could you briefly test one thing for me? please disable this setting: settings > player > music > play next song automatically now restart kodi and check if lyrics work. ...keep in mind it might take a bit of time for them to appear, so wait for at least 30 secs RE: CU LRC Lyrics - Karellen - 2019-02-19 @ronie CU LRC Lyrics seems to be quite stubborn. It does not like change. I have been updating some lyrics in my library, and I notice that if you have played a song that either has not lyrics, are incorrect lyrics or the lyrics need timing adjustments, then you can't seem to get the add-on to see the new lyrics once they have been added. It requires a restart of Kodi. For example, the below is an extract from the log. 1. Played a song. No lyrics were found. 2. Went to my other PC, fired up Foobar2000 and created the Lyrics 3. Saved the file next to the song file 4. No matter how many times I try to play the song, it won't find the local lyrics as it has already decided that there are no lyrics available. 5. The log shows searching files for lyrics , but it won't see them6. After a Kodi restart, they are picked up.
Same if, while playing a song and the wrong lyrics are downloaded, you then Context Menu>Delete Lyrics, if you try to re-download lyrics, it won't. It checks "memory", can't find them and seems to not go any further. In this log... https://paste.kodi.tv/izopiwahos.kodi I played Million Reasons by Lady Gaga, but deleted the lyrics as they were wrong (for the purpose of this example). But if I stop the song and start playing again, hoping to download the lyrics again, the message simply comes up as No Lyrics found even though there are 8 lyrics files available online I then played Something Just Like This by The Chainsmokers & Coldplay, again deleted the lyrics, added my own lyrics but restarting the song, they refused to be found. Just the No Lyrics found message. If I modify an existing lyrics file (say to fix timing) it won't be picked up until a restart. Any idea how to force CU Lyrics to look for new/changed files? |