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 - merge cu and lrc lyrics scripts - johnsills1 - 2013-12-09

Ronie, can you supply the json command line to launch and disable the script? That would be awesome.


RE: [RELEASE] CU LRC Lyrics - merge cu and lrc lyrics scripts - ronie - 2013-12-09

(2013-12-09, 03:16)johnsills1 Wrote: Ronie, can you supply the json command line to launch and disable the script? That would be awesome.

no idea really.
i think you can use Addons.ExecuteAddon to start addons, but that's all i know.


RE: [RELEASE] CU LRC Lyrics - merge cu and lrc lyrics scripts - curtis-r - 2013-12-09

If someone wants to activate the script with the letter 't' for example, put this under the Visualization section of the keyboard.xml file.
Code:
<t>XBMC.RunScript(script.cu.lrclyrics)</t>



RE: [RELEASE] CU LRC Lyrics - merge cu and lrc lyrics scripts - robby1337 - 2013-12-16

(2013-12-09, 20:32)curtis-r Wrote: If someone wants to activate the script with the letter 't' for example, put this under the Visualization section of the keyboard.xml file.
Code:
<t>XBMC.RunScript(script.cu.lrclyrics)</t>

Thanks for that, i searched a while, cuz ne normal "RunScript" without XBMC. infront didnt work.

lol, while i tried that, i recognized that my cu.lrc.lyrics didnt work anymore, since i updated to 13.0 Alpha on my Pi.


I will reinstall addon...


RE: [RELEASE] CU LRC Lyrics - merge cu and lrc lyrics scripts - curtis-r - 2013-12-16

I believe you also need to uncheck the 'run as service' setting for this add-on if you want to use a key to launch lyrics.


RE: [RELEASE] CU LRC Lyrics - merge cu and lrc lyrics scripts - robby1337 - 2013-12-16

Installed the new 2.0.7 and this versions is reeeally awesome. With the version before i've added the Lyrics plugin with autostart in the musicvisualization.xml but it had the disadvantage, that it open this big lyric window each time i go in fullscreen, which really slows my Pi hard and sometimes he searched sooooo long while you couldnt do anything on the system.
Now i have this cute hint on top of my screen, that he search for a lyric. Big Grin

Amazing Ronie! Really Thanks!

@curtis

Thanks for the Tip but with the new features (run as service) i dont need the remote-bind anymore Tongue


RE: [RELEASE] CU LRC Lyrics - merge cu and lrc lyrics scripts - jrw3711 - 2013-12-29

having trouble with this script
tested on both 12.3 and 13 xbmc using version 2.07 script and default skin with same results which are:
run Pandora lyric page show that it found song but nothing is displayed on screen tried many songs to confirm that this is the case.
Am completely at a loss I am sure I am doing something wrong


RE: [RELEASE] CU LRC Lyrics - merge cu and lrc lyrics scripts - Chrobrego - 2014-01-05

Hello,

I am new to this add-on.

If I understand correctly, the add-on can read embedded lyrics. But on which tag should the lyrics be stored?

All my lyrics are on the LYRICS tag, and they are not detected...


RE: [RELEASE] CU LRC Lyrics - merge cu and lrc lyrics scripts - ronie - 2014-01-05

(2014-01-05, 00:52)Chrobrego Wrote: Hello,

I am new to this add-on.

If I understand correctly, the add-on can read embedded lyrics. But on which tag should the lyrics be stored?

All my lyrics are on the LYRICS tag, and they are not detected...

the addons supports these lyrics tags:
Lyrics3
Lyrics3 v2.00

and the following id3 v2 tags:
SYLT (Synchronised lyric/text)
USLT (Unsynchronised lyric/text transcription)
TXXX (User defined text information frame)


PM me a link where i can download one of your mp3's and i'll have a look at it.


RE: [RELEASE] CU LRC Lyrics - merge cu and lrc lyrics scripts - Chrobrego - 2014-01-05

(2014-01-05, 02:07)ronie Wrote: the addons supports these lyrics tags:
Lyrics3
Lyrics3 v2.00

and the following id3 v2 tags:
SYLT (Synchronised lyric/text)
USLT (Unsynchronised lyric/text transcription)
TXXX (User defined text information frame)


PM me a link where i can download one of your mp3's and i'll have a look at it.

Thanks ,it seems I do not use any of those tags. Strange enough the LYRICS tag is recognized by the squeezebox system where it is commonly used. I have PMed you one of my tracks


RE: [RELEASE] CU LRC Lyrics - merge cu and lrc lyrics scripts - ronie - 2014-01-05

(2014-01-05, 11:33)Chrobrego Wrote: Thanks ,it seems I do not use any of those tags. Strange enough the LYRICS tag is recognized by the squeezebox system where it is commonly used. I have PMed you one of my tracks

thanx, you're using 'FLAC tags' (aka Vorbis comments).

i've added support for those tag types, if you would be willing to test it:

script.cu.lrclyrics-2.0.8.zip


RE: [RELEASE] CU LRC Lyrics - merge cu and lrc lyrics scripts - Chrobrego - 2014-01-06

(2014-01-05, 20:15)ronie Wrote: thanx, you're using 'FLAC tags' (aka Vorbis comments).

i've added support for those tag types, if you would be willing to test it:

script.cu.lrclyrics-2.0.8.zip

Thank you very much ronie, this works very well !


RE: [RELEASE] CU LRC Lyrics - merge cu and lrc lyrics scripts - Chrobrego - 2014-01-06

Ronie, I have other wishes for enhancements.

1) Automatic vertical scrolling instead of a page browser (When the text contains many lines that cannot be all displayed on the screen). The intent is to listen to the music without any remote/keyboard at hand. Squeezebox Ipeng application manages it that way. The scrolling speed is computed according the text size and the song duration.
2) Automatic horizontal sizing. If the text contains long lines, I noticed that they were truncated with (...) at the end. Several solutions: automatic line wrapping, manual panel resizing, or automatic panel width depending on longest line.
3) The title "CU LRC Lyrics" on the top right is too much intrusive. I would prefer to have it in small letters as a footer if shown at all.
4) The footer lyric source is empty. I believe it should indicate "embedded"? Actually this could be totally hidden, or maybe just shown on debug mode

Keep up the good work!


RE: [RELEASE] CU LRC Lyrics - merge cu and lrc lyrics scripts - ronie - 2014-01-06

thanx for testing, gladd to hear it works ok. :-)

1) that's what lrc based (synchronised) lyrics are for basically. they're not always available though.
auto scrolling by length calculations is not something i'm interested in. it will be a hit and miss at best.
2) none of them are possible in xbmc. when you focus the line in question, it will start to scroll.
3) most skins provide their own layout of the lyrics window. the default included in the addon doesn't have a large cu lrc title at the top.
4) cheers, will fix that!


RE: [RELEASE] CU LRC Lyrics - merge cu and lrc lyrics scripts - brunoc - 2014-01-21

Just installed this add-on via XBMC.org add-ons and then proceeded to activate it.
Instructions on how to activate (on the 1st page) mention "System->Skin->Addon Shortcuts->Enable Lyrics Add-on in Music OSD", however i have no "Skin" option under "System".
I'm running two XBMC instances (on different computers - Debian on Frodo 12.3 and Ubuntu also on Frodo 12.3) and neither of them has "System->Skin".

On both XBMC instances, under "System" exists: Appearance, Video, Live TV, Music, Pictures, Weather, Add-ons (from where i installed this add-on), Services and System.
I've checked every single option under all those submenu entries and there's no submenu named "Skin" or any option about enabling Lyrics Add-on.

This is driving me a bit crazy and i've read through every single post on this 23 page thread and no one else seems to have this problem.

I must be going mad but what am i missing here?

Cheers.