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 - Dave.B - 2017-04-07 @rONniE I have the same problem with songs containing the word "feat.". It keeps downloading the wrong lyrics for these songs. RE: CU LRC Lyrics - manfeed - 2017-04-09 I'm slowly starting to build my music video collection and I can't help imagining how wonderful it would be to display the lyrics with them too... is there any chance of getting that? I suppose it must be hard, so sorry if I'm asking too much... Thanks! RE: CU LRC Lyrics - curtis-r - 2017-04-09 (2017-04-09, 22:03)manfeed Wrote: I'm slowly starting to build my music video collection and I can't help imagining how wonderful it would be to display the lyrics with them too... A few years ago my videos would show lyrics, but I wasn't sure if it was supposed to work that way. It stopped after some revisions. RE: CU LRC Lyrics - sagrath - 2017-04-10 (2017-04-09, 22:03)manfeed Wrote: I'm slowly starting to build my music video collection and I can't help imagining how wonderful it would be to display the lyrics with them too... is there any chance of getting that? I suppose it must be hard, so sorry if I'm asking too much... And if the addon transform the .lrc file into a .srt file? I wondering, if it's a video, kodi itself can display the subtitles like it do in a movie. The addon collect the .lrc and transform into a .srt and saves into de music video folder. The DVD shows has subtitles for the music. RE: CU LRC Lyrics - horstepipe - 2017-04-21 (2017-01-12, 19:27)ronie Wrote:(2017-01-12, 16:20)horstepipe Wrote: hey A little late but here we go :-) The problem occurs on Kodi 16 and 17, LibreElec (Raspberry Pi 3) and Windows. I tested it with a fresh Kodi installation, so the problem has to be in the lyrics addon or in the way Kodi handles AirPlay content I guess. Here is the log from starting Kodi, start a song from my iPhone via Airplay to Kodi, switching to Fullscreeen, wait for the lyrics and skip to the next song. The lyrics window from the first song remains on the screen. As I said, the other information (title, artist, cover) is being updated fine) http://paste.ubuntu.com/24423447/ Thank you! RE: CU LRC Lyrics - leejk - 2017-04-21 So if the addon simply gets the wrong lyrics, how can I manually fix it? Ex. Dokken In My Dreams RE: CU LRC Lyrics - ronie - 2017-05-07 (2017-04-21, 06:24)leejk Wrote: So if the addon simply gets the wrong lyrics, how can I manually fix it? there are a few options: - there may be multiple lyrics available, if so, you can use the context menu to select different lyrics - if there are no alternative lyrics available, you can use the context menu to delete the current ones RE: CU LRC Lyrics - ronie - 2017-05-07 (2017-04-21, 01:05)horstepipe Wrote: A little late but here we go :-) it's the latter. there is no notification in the log the next song starts. the addon depends on kodi telling it when music starts / the next song starts / etc.. RE: CU LRC Lyrics - Angelinas - 2017-05-07 @ronie can you check offset for radio (internet stream)...not working as should. 1.) When I move slider in addon settings (value -2.7), only work for first playing song.For next offset is back to 0. Same is for value from context menu...only working for that song.For library item is ok...., but when play radio stream, fake player duration (on label changes) is back to 0 without offset.In radio stream all song are with offset -2.7...... If I set in addon settings offset in 2.7 sec all mine next song need to start with that offset ( now back to 0 ) 2.)In Internet stream some Song are more then 5 sec for offset....can you raise to "+20 0 -20" just in addon settings (leave fine tuning in context "+5 0 -5"). 3.)Ihave duration in lyrics (it will be nice to have fake duration here, to create new Property for see in skin as duration for song) Code: Container(110).ListItem.Property(duration.stream) RE: CU LRC Lyrics - ronie - 2017-05-10 (2017-05-07, 19:08)Angelinas Wrote: @ronie can you check offset for radio (internet stream)...not working as should. i can't reproduce this, i've also double-checked the code and see no issues. you mean after playing 1 song you go back to the addon settings and the value is reset to 0 there? (2017-05-07, 19:08)Angelinas Wrote: Same is for value from context menu...only working for that song.For library item is ok...., but when play radio stream, fake player duration (on label changes) is back to 0 without offset.In radio stream all song are with offset -2.7...... that is intended behaviour, the manual offset is on a per song basis (2017-05-07, 19:08)Angelinas Wrote: 2.)In Internet stream some Song are more then 5 sec for offset....can you raise to "+20 0 -20" just in addon settings (leave fine tuning in context "+5 0 -5"). sure, no problem. i'll change it to 20 in the next version. (2017-05-07, 19:08)Angelinas Wrote: 3.)Ihave duration in lyrics (it will be nice to have fake duration here, to create new Property for see in skin as duration for song) hmm...is this something you add yourself to the .lrc files? RE: CU LRC Lyrics - Gracus - 2017-05-11 Hi, Got an issue with this addon. It seems that some lrc files grab on internet by this addon come with [offset:] instead of [offset:0] When it grab this type of lrc file, it seems that the addon simply freeze trying to read the offset value and never display the lyrics If I open the lrc file and remove [offset:] or simply change it to [offset:0] then it works properly Is there something you can do in the addon to fix that or will I have to edit all the lrc files with wrong [offset:]? RE: CU LRC Lyrics - ronie - 2017-05-11 thanx for the heads-up! will be fixed in the next version. RE: CU LRC Lyrics - Gracus - 2017-05-15 (2017-05-11, 19:07)ronie Wrote: thanx for the heads-up! Just got the new 5.3.9 update and it now works flawlessly even with these badly made offset tag Thanks for your work and for the time you spend on this RE: CU LRC Lyrics - cantrella - 2017-05-22 The Addon seems to have problems to download lyrics from genius.com. It found the correct url but no lyrics are shown and an error is seen. Code: 20:43:28.828 T:1778381728 DEBUG: script.cu.lrclyrics: searching files for lyrics RE: CU LRC Lyrics - ronie - 2017-05-22 thanx for the heads-up! the issues should be fixed in the next update. |