2016-01-01, 02:03
You're also welcome to pick my brains if you can't get your head around templates Happy new year to you
(2016-01-05, 15:37)BobCratchett Wrote: Jarvis or later, you could use an onclick override. Otherwise look at the docs for overriding an action.Now i see i that i forgot to mention,
(2016-01-08, 11:25)Eisi2005 Wrote: hi,
installing latest version from git today and get these error after starting kodi
http://xbmclogs.com/pl781nhrt
anything i could do ?
<property name="artcontent" tag="property" attribute="name|widgetArt" value="FanArt | Landscape | ClearArt | ClearLogo">LandscapeArt</property>
<property name="artcontent" tag="property" attribute="name|widgetArt" value="FanArt">LandscapeArt</property>
<property name="artcontent" tag="property" attribute="name|widgetArt" value="Landscape">LandscapeArt</property>
<property name="artcontent" tag="property" attribute="name|widgetArt" value="ClearArt">LandscapeArt</property>
<property name="artcontent" tag="property" attribute="name|widgetArt" value="ClearLogo">LandscapeArt</property>
(2016-01-09, 02:07)Mr. V Wrote: A feature request. Is there any chance of adding this?
Code:<property name="artcontent" tag="property" attribute="name|widgetArt" value="FanArt | Landscape | ClearArt | ClearLogo">LandscapeArt</property>
At the moment my approach is to do this
Code:<property name="artcontent" tag="property" attribute="name|widgetArt" value="FanArt">LandscapeArt</property>
<property name="artcontent" tag="property" attribute="name|widgetArt" value="Landscape">LandscapeArt</property>
<property name="artcontent" tag="property" attribute="name|widgetArt" value="ClearArt">LandscapeArt</property>
<property name="artcontent" tag="property" attribute="name|widgetArt" value="ClearLogo">LandscapeArt</property>
Would cut down on a lot of code in the templates.
I'm sure bob knows what I mean with his recent skinning efforts for madnox mixed widget.
(2016-01-09, 02:22)BobCratchett Wrote: Makes sense to me to do it within skin shortcuts (and definitely makes sense to me as an idea . Here's a really quick (and untested) addition to the script, though without support for the spaces either side of the pipe. Bear in mind it won't make it to the repo before we're done with MadNox
(2016-01-12, 01:10)BobCratchett Wrote: In most cases - including backgrounds - skin shortcuts doesn't have any sense of main menu/submenu. It just has a list of shortcuts and properties associated with them. So, keep gui 310 visible in the management dialog when editing a submenu and skin shortcuts will add the background property to the submenu item.