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: [RELEASE] CU LRC Lyrics - ronie - 2016-03-05 (2016-03-05, 17:22)IgorA100 Wrote: Hello! does the lrc file have a .lrc extension? to create a debug log, you also need to enable logging in the cu lrc addon settings. RE: [RELEASE] CU LRC Lyrics - IgorA100 - 2016-03-05 (2016-03-05, 17:25)ronie Wrote: does the lrc file have a .lrc extension?Yes. Liric: 00001_ulitsa_roz.lrc mp3:00001_ulitsa_roz.mp3 mp3 & lrc are in the same folder (2016-03-05, 17:25)ronie Wrote: to create a debug log, you also need to enable logging in the cu lrc addon settings.Yes I know. I mean that there are no errors in the log files or some helpful information Log file is available at the following link: http://kentavr.com.ru/_pub_files/kodi.log Settings: Code: <settings> RE: [RELEASE] CU LRC Lyrics - YeeP - 2016-03-05 Ronnie, I just wanted to say i like the addon and it works great. I have used it multiple times with Pandora playing in the background when we have a party. People are always super impressed by it. RE: [RELEASE] CU LRC Lyrics - ronie - 2016-03-05 can you please create a new debug log, using the instructions in the first post? (you did not restart kodi after enabling the logging, which is important!) RE: [RELEASE] CU LRC Lyrics - IgorA100 - 2016-03-05 (2016-03-05, 21:05)ronie Wrote: using the instructions in the first post?Sorry New log: http://xbmclogs.com/pwfuwcpud# RE: [RELEASE] CU LRC Lyrics - ronie - 2016-03-05 ok, i think the format of your .lrc file is not valid. every line of text should start of a new line, like this: Code: [00:12.8]Жан RE: [RELEASE] CU LRC Lyrics - IgorA100 - 2016-03-05 If I write each phrase on a new line, everything works If to write each word on a new line, so it is not very nice. Wiki says that it is possible to write a single line: http://kodi.wiki/view/How-to:Create_LRC_karaoke_lyrics_files#Formatting_lyrics RE: [RELEASE] CU LRC Lyrics - ronie - 2016-03-05 i'm afraid that method is not supported by the cu lrc addon. only this standard will work: https://en.wikipedia.org/wiki/LRC_%28file_format%29#Simple_format it's the same standard as all the external lrc sites use that are supported by this addon. RE: [RELEASE] CU LRC Lyrics - IgorA100 - 2016-03-05 (2016-03-05, 22:41)ronie Wrote: only this standard will work:Heh..... Enhanced format is not supported? I tried - the enhanced format does not work Code: [mm:ss.xx] <mm:ss.xx> line 1 word 1 <mm:ss.xx> line 1 word 2 <mm:ss.xx> ... line 1 last word <mm:ss.xx> Best regards! RE: [RELEASE] CU LRC Lyrics - ronie - 2016-03-05 nope, not be me at least. RE: [RELEASE] CU LRC Lyrics - Syon25 - 2016-03-05 what do you think about integrating musixmatch as scrapper? I think they have a big database but i havent found any scraper to download the *.lrc files into the musicfile folder. and if youre not promoting my suggestion, what do you think about a way like in the musixmatch android app where you can make from normal lyrics, synchronized lyrics. But in Kodi with your addon. I would say, many ppl listening in Kodi with your addon, if they hear a song without synchronized lyrics they use the cursor buttons to jump line for line to highlight the spoken line. You could add a button "Synchronize now" (which is deactivatable) and then the ppl do all the same, they would do anyway. And the script just writes the timings of jumping from line to line into a *.lrc file. RE: [RELEASE] CU LRC Lyrics - IgorA100 - 2016-03-05 (2016-03-05, 22:55)ronie Wrote: nope, not be me at least.I am very sad This is is difficult to make? RE: [RELEASE] CU LRC Lyrics - ronie - 2016-03-05 (2016-03-05, 22:58)Syon25 Wrote: what do you think about integrating musixmatch as scrapper? I think they have a big database but i havent found any scraper to download the *.lrc files into the musicfile folder.sure, they only charge $25.000 a year to use their database ;-) https://developer.musixmatch.com/ (2016-03-05, 22:58)Syon25 Wrote: and if youre not promoting my suggestion, what do you think about a way like in the musixmatch android app where you can make from normal lyrics, synchronized lyrics. i'm not familiar with musixmatch, so no idea how they do it. as far as i know, it's not possible to automatically convert normal lyrics into synchronized lyrics. RE: [RELEASE] CU LRC Lyrics - Syon25 - 2016-03-05 (2016-03-05, 23:08)ronie Wrote:(2016-03-05, 22:58)Syon25 Wrote: what do you think about integrating musixmatch as scrapper? I think they have a big database but i havent found any scraper to download the *.lrc files into the musicfile folder.sure, they only charge $25.000 a year to use their database ;-) its not automatically. its with user interact. look at the pics how its done: ---> 1. You wanna synchronize your lyrics? Press the purple button: 2. Get ready to synchronize (maybe optionally in kodi): 3. Wait til its get spoken: 4. Press the Down-Button to highlight the first spoken line of the music: 5. and so on... So it has to notice the timings when the down/up button is pressed respectively a line gets highlighted and writes it into a file. thats it (the second way with line highlightning would be nice for ppl. who scroll the lines using (android) app like Yatse or Kore or with keyboard, and not conventional by pressing the up/down button ;-).) RE: [RELEASE] CU LRC Lyrics - ronie - 2016-03-05 i'm not sure how easy it would be to implement that in cu lrc, but i like the idea. can't make any promises, but i'll look into it. it's a real shame though we don't have a site where we can upload our own synced lyrics files though. |