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: [RELEASE] CU LRC Lyrics - ronie - 2016-03-06

(2016-02-27, 00:27)markusloffler Wrote:
(2016-02-26, 22:34)ronie Wrote: nope, i don't think there is...
since i don't know how remote apps interact with the cu lrc addon, what would be the easiest way for you?
Currently the only way for remote apps to interact with the add-on is to evaluate the Window(Home).Property(...). It would be sufficient for example if you'd set "culrc.lyrics" to "notfound" or similar if your add-on couldn't find any lyrics, while leaving it empty while you are searching for lyrics. Of course the string "notfound" should be once defined then fixed.
Thanks a lot for your help!

i was looking into it today and noticed there is already some code in place for it.
Window(Home).Property(culrc.nolyrics)
will be set to 'TRUE' if no lyrics are found and empty if lyrics are found.
it isn't listed in the README, as i was only using that code internally in the addon.

just let me know if you can work with that.


RE: [RELEASE] CU LRC Lyrics - IgorA100 - 2016-03-06

(2016-03-05, 22:55)ronie Wrote: nope, not be me at least.
Why?
It is difficult to realize the enhanced LRC format support, or are there other reasons?


RE: [RELEASE] CU LRC Lyrics - ronie - 2016-03-06

(2016-03-06, 13:08)IgorA100 Wrote:
(2016-03-05, 22:55)ronie Wrote: nope, not be me at least.
Why?
It is difficult to realize the enhanced LRC format support, or are there other reasons?

non of the lrc sites we scrape uses that format, so there's no reason to add it.

i simply can't implement stuff in this addon for every individual user,
just because they think their own way of doing it should be supported.


RE: [RELEASE] CU LRC Lyrics - IgorA100 - 2016-03-06

Sorry, I in no way wish to all my wishes were implemented in this addon. Are you one of the authors, and you decide!
I just saw a lot of LRC files with extended format.
I thought it was a uniform format LRC and its support will be useful to all.
Best regards, Igor.


RE: [RELEASE] CU LRC Lyrics - Boulder - 2016-03-06

What does the scraper use to determine which song is being played? I've seen some weird mismatches but before I dig anything deeper, I'd like to know what to look at more closely. My music files are tagged properly as the audio scraper does find correct artists, albums etc.

"Tag" cannot be used as a search item, too short Smile


RE: [RELEASE] CU LRC Lyrics - ronie - 2016-03-06

(2016-03-06, 21:47)Boulder Wrote: What does the scraper use to determine which song is being played? I've seen some weird mismatches but before I dig anything deeper, I'd like to know what to look at more closely. My music files are tagged properly as the audio scraper does find correct artists, albums etc.

"Tag" cannot be used as a search item, too short Smile
it uses the artist name and song title.


RE: [RELEASE] CU LRC Lyrics - robwebset - 2016-03-15

Hi Ronie,

Sorry to ask such a stupid question, I noticed on the readme on github it says:

Code:
other addons may want to set the MusicPlayer.Property(do_not_analyze) to 'true'.
this will tell cu lrc lyrics to skip searching for embedded lyrics.

But I can't work out how to set "MusicPlayer.Property(do_not_analyze)" from within a python addon script. (Only seem to be able to find out how to get the value)

Please would you be able to help me and give me a hint?

Thanks in advance.

Rob


RE: [RELEASE] CU LRC Lyrics - ronie - 2016-03-16

the functionality was added by the author of the spotimc addon.
he's using it in this way: https://github.com/mazkolain/spotimc/blob/master/resources/libs/spotimcgui/playback.py#L193

seems to be as simple as:
Code:
item = xbmcgui.ListItem(..)
item.setProperty('do_not_analyze', 'true')



RE: [RELEASE] CU LRC Lyrics - robwebset - 2016-03-16

Thanks Ronie - works great Smile


RE: [RELEASE] CU LRC Lyrics - mihawk90 - 2016-03-19

Just out of curiosity, does the addon support the SYLT frame? Or the Lyrics3 v2 tag for that matter. It was mentioned in the thread before, but that was about not using it so... Just wondering.
I don't have any files to test with, but interested if this is supported and I can't find it Sad


RE: [RELEASE] CU LRC Lyrics - ronie - 2016-03-19

yes, both are supported.


RE: [RELEASE] CU LRC Lyrics - mihawk90 - 2016-03-19

Heh, was just reading some more and found this: http://forum.kodi.tv/showthread.php?tid=62769&pid=1241264#pid1241264
Thanks for the quick reply though Smile Should maybe add it to the main post Wink

Now I "just" need to look through my songs and import/write the LRCs...


RE: [RELEASE] CU LRC Lyrics - markusloffler - 2016-03-25

I got the CU LRC Lyrics feature of the Kodi Music Remote finished and released: http://kodimusicremote.com/news/35-kodi-xbmc-music-remote-4-2-released
View your CU LRC Lyrics on your mobile device Smile
Thanks Ronie for your help and this great add-on!


RE: [RELEASE] CU LRC Lyrics - markusloffler - 2016-03-25

Quote:i was looking into it today and noticed there is already some code in place for it.
Window(Home).Property(culrc.nolyrics)
will be set to 'TRUE' if no lyrics are found and empty if lyrics are found.
it isn't listed in the README, as i was only using that code internally in the addon.

just let me know if you can work with that.

Just added it to the app, works perfect. Thanks!


RE: CU LRC Lyrics - sagrath - 2016-04-04

(2016-03-05, 23:59)ronie Wrote: 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.

How about use a personal onedrive, googledrive or dropbox account to upload those lyrics? Or a Cu Lrc Account?