2014-05-18, 15:04
thanks, all I needed to know
(2014-05-18, 16:43)wyrm Wrote: Hi Ronie,
Just had a bug reported for my skin that involves this script. Even when the path to the script is set to None in my skin settings the script-XBMC_Lyrics-main.xml file that I have included in my skin is still displayed (this problem also can be seen in your own skin, so not a skin problem as such). Even when I include a <visible> tag checking if the skin setting is Empty, this window is still displayed.
My user reported that this was occurring on a Raspberry Pi, but it also occurs on my Win7 dev system running Gotham 13.0. I have tried also disabling the script thru its addon info screen, but another skin in my system has included it as a requirement, so XBMC won't let me do that.
Could you please take a look at your script and see what is going on from your end?
Wyrm (xTV-SAF)
(2014-05-21, 01:17)ronie Wrote:Ronie,(2014-05-18, 16:43)wyrm Wrote: Hi Ronie,
Just had a bug reported for my skin that involves this script. Even when the path to the script is set to None in my skin settings the script-XBMC_Lyrics-main.xml file that I have included in my skin is still displayed (this problem also can be seen in your own skin, so not a skin problem as such). Even when I include a <visible> tag checking if the skin setting is Empty, this window is still displayed.
My user reported that this was occurring on a Raspberry Pi, but it also occurs on my Win7 dev system running Gotham 13.0. I have tried also disabling the script thru its addon info screen, but another skin in my system has included it as a requirement, so XBMC won't let me do that.
Could you please take a look at your script and see what is going on from your end?
Wyrm (xTV-SAF)
the addon now runs as a service.
it will auto pop-up when needed (user switches to fullscreen and lyrics are available for the current song)
and will also auto-hide (users exits fullscreen or no lyrics are found for the current song).
users can disable this behaviour in the addon settings: Options > Run as service
that will get them the old way back, where the script gets run by the button on the osd in the skin.
(2014-05-22, 18:24)ronie Wrote: this seems the most logic way to proceed in my opinion:Ronie,
- remove the option to select a lyrics script in the skin (there's not much to select anyway since we only have one lyrics addon)
- hardcode the lyrics button on the osd to run cu lrc lyrics
- hide this button if the addon is not installed
(2014-05-26, 09:53)rob_webset Wrote: Hi All,
I have to say, this addon caught my eye. The issue is, I'm having a little bit of trouble finding much information about it. The Wiki is a little sparse:
http://wiki.xbmc.org/index.php?title=Add...LRC_Lyrics
I was hoping to be able to use it a little bit like Artist Slideshow, and embed it into my Sonos addon.
Is it able to do this - or is it supported only for the built in player in XBMC?
Thanks
Rob
(2014-05-26, 17:36)ronie Wrote: the README file included with the addon has some more info.
basically, the addon exposes the lyrics through a window property,
that could be used by other addons.