Kodi Community Forum
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 - manfeed - 2016-09-13

By chance I came across this website with lrc lyrics...

http://www.lyricslrc.com/

I don't know if it could be scraped...


RE: CU LRC Lyrics - ronie - 2016-09-13

don't think so... the search function on their site is broken.


RE: CU LRC Lyrics - ronie - 2016-09-13

(2016-09-13, 01:51)mikeSiLVO Wrote: I have a question regarding auto scrolling lyrics... I use a 3 item list and some of the time it is focused on the center and some of the time it is focused on the 1st row instead of the 2nd. It seems to happen randomly on script start or if a song has no synced lyrics and the script window closes and the next song that does have one shows and it focuses the first again.

Here is the a link to the code. Just wondering if I messed something up and it can be fixed in the xml or if it is something script side... Huh

Thanks.

thanx for the report! i was enable to reproduce it with your skin.
there's nothing wrong with your code as it is also happening in other skins i noticed.

sometimes the script doesn't focus the middle of the list, but the line just above it.
in most skins, it won't be easily noticeable, but since you only have three lines it's easy to spot.

i'll look into it, but it might take a while before i find the time to dive into this portion of the culrc code.
i think it was written by taxigps, and at first glance, the code looks pretty complex (at least for a n00b like me).


RE: CU LRC Lyrics - mikeSiLVO - 2016-09-13

(2016-09-13, 23:12)ronie Wrote: thanx for the report! i was enable to reproduce it with your skin.
there's nothing wrong with your code as it is also happening in other skins i noticed.

sometimes the script doesn't focus the middle of the list, but the line just above it.
in most skins, it won't be easily noticeable, but since you only have three lines it's easy to spot.

i'll look into it, but it might take a while before i find the time to dive into this portion of the culrc code.
i think it was written by taxigps, and at first glance, the code looks pretty complex (at least for a n00b like me).
I appreciate you looking into it when you find the time. Glad it isn't code related cause I thought it was something that I was missing, like not seeing the forest through the trees type of thing Wink

Jiminy... if your a n00b then I must be a super duper baby n00b :p

My thanks to you once again Mr. ronie Smile


RE: CU LRC Lyrics - ronie - 2016-09-14

Mr super duper, mind testing if this fixes it for you?
https://github.com/ronie/script.cu.lrclyrics/commit/14555d66cb0629e75deab2d7a71029ec94c725b9

(after modifying that line, you need to restart kodi in order to see the effect.)


RE: CU LRC Lyrics - mikeSiLVO - 2016-09-14

(2016-09-14, 00:43)ronie Wrote: Mr super duper, mind testing if this fixes it for you?
https://github.com/ronie/script.cu.lrclyrics/commit/14555d66cb0629e75deab2d7a71029ec94c725b9

(after modifying that line, you need to restart kodi in order to see the effect.)
Me? Mind? Never! Smile

Seems to work perfectly and I could not break it no matter how hard I tried.

Thinking about just adding "Thank You ronie" to my signature to save me from typing it so often Tongue


RE: CU LRC Lyrics - manfeed - 2016-09-18

Hi ronie, I have noticed that when a line of a lrc lyrics is set to be displayed for less than 0,6 seconds (more or less) that line never gets focused, it's just skipped. My problem it's that I only show the line focused on screen and then those lines never are shown... It's that behavior on purpose or is a bug?

Thanks!


RE: CU LRC Lyrics - ronie - 2016-09-19

(2016-09-18, 10:56)manfeed Wrote: Hi ronie, I have noticed that when a line of a lrc lyrics is set to be displayed for less than 0,6 seconds (more or less) that line never gets focused, it's just skipped. My problem it's that I only show the line focused on screen and then those lines never are shown... It's that behavior on purpose or is a bug?

Thanks!

no idea, i'll look into it asap


RE: CU LRC Lyrics - manfeed - 2016-09-20

Thanks! My main problem with this issue is that my code relies in $INFO[Container(110).Currentitem] always providing a consecutive number; I mean, when CurrenItem ends with 5 then do whatever, when ends with 6 do another thing, and so on... however it seems that sometimes (I think this is when one of the lines of the lyrics is set to show only for a short time) then Currentitem just skips it and the whole logic gets broken...


RE: CU LRC Lyrics - ronie - 2016-09-20

@manfeed i've updated the addon in my repo, could you test if it fixes your issue?


RE: CU LRC Lyrics - manfeed - 2016-09-21

@ronie, I'm almost crying inside... I'll do more testing, but up until now it works like a charm for the songs that were problematic before. I can't thank you enough, I've spent many hours trying to deal with that issue but now it seems it's already solved... you made my day!

THANK YOU!


RE: CU LRC Lyrics - manfeed - 2016-09-22

After testing I can confirm that the last changes work fine, even some songs have improved a lot the timing of the lyrics!

Thanks ronie!


RE: CU LRC Lyrics - ronie - 2016-09-22

yup, timings were a bit off. the addon would round times to whole seconds and ignore fractions of seconds.
as a result displaying lyrics that should be visible for less than a second would be a hit and miss.


RE: CU LRC Lyrics - Elias Alves - 2016-09-27

I am trying to send a message to manfeed but getting a not permission message . How can i solve problem about dependencies when try to install your version of lyrics addon in kodi jarvis ?


RE: CU LRC Lyrics - ronie - 2016-09-27

(2016-09-27, 23:23)Elias Alves Wrote: I am trying to send a message to manfeed but getting a not permission message . How can i solve problem about dependencies when try to install your version of lyrics addon in kodi jarvis ?

'my version' is only suitable for kodi v17 krypton.