2015-11-18, 06:22
Seems i can't sort by adding date since i went to : Jarvis B1 / AZ with the last git release
(2015-11-18, 06:22)Flubber Wrote: Seems i can't sort by adding date since i went to : Jarvis B1 / AZ with the last git releaseCan you do it in other skins with the same content? More likely to be a kodi bug than a skin issue.
(2015-11-18, 12:54)rsoares Wrote: In the customize main menu - widget where do i select the custom widget?On the Jarvis version from git? You don't... Custom widgets are unnecessary with the new widget selection dialog as you can navigate and select any kodi path through the dialog
(2015-11-18, 22:33)jurialmunkey Wrote:I saw that has well, but can't find the next aired widget and when I choose none it always brings the spotlight widget. I used to use a custom blank widget for those cases.(2015-11-18, 12:54)rsoares Wrote: In the customize main menu - widget where do i select the custom widget?On the Jarvis version from git? You don't... Custom widgets are unnecessary with the new widget selection dialog as you can navigate and select any kodi path through the dialog
(2015-11-18, 22:33)jurialmunkey Wrote:(2015-11-18, 12:54)rsoares Wrote: In the customize main menu - widget where do i select the custom widget?On the Jarvis version from git? You don't... Custom widgets are unnecessary with the new widget selection dialog as you can navigate and select any kodi path through the dialog
(2015-11-18, 22:50)Cornolius Wrote:Read the FAQ. You need to set a background image for those menu items and then they will display the background instead of a widget.(2015-11-18, 22:33)jurialmunkey Wrote:I saw that has well, but can't find the next aired widget and when I choose none it always brings the spotlight widget. I used to use a custom blank widget for those cases.(2015-11-18, 12:54)rsoares Wrote: In the customize main menu - widget where do i select the custom widget?On the Jarvis version from git? You don't... Custom widgets are unnecessary with the new widget selection dialog as you can navigate and select any kodi path through the dialog
(2015-11-18, 23:28)BobCratchett Wrote: Ah, ok. Skin - or quite possibly Kodi - issue, rather than Skin Shortcuts script oneJust tested a movies source widget, seems to be no artwork. Guess its a kodi issue then because I doubt its a skin issue. My poster image var is pretty simple:
<variable name="PosterImage">
<value condition="Container.Content(seasons)">$INFO[ListItem.Icon]</value>
<value condition="!IsEmpty(ListItem.Art(tvshow.poster))">$INFO[ListItem.Art(tvshow.poster)]</value>
<value condition="!IsEmpty(ListItem.Art(poster))">$INFO[ListItem.Art(poster)]</value>
<value>$INFO[ListItem.Icon]</value>
</variable>
(2015-11-18, 22:59)rsoares Wrote:What exactly do you need to use the sources widget for? Just create a smart playlist with your needs and use that as the widget instead... The only benefit I can think of using a sources widget is to separate content according to file path, which you can do with a smart playlist (assuming your content is scanned to the library...)(2015-11-18, 22:33)jurialmunkey Wrote:In my case I want to select sources widget, dont work(2015-11-18, 12:54)rsoares Wrote: In the customize main menu - widget where do i select the custom widget?On the Jarvis version from git? You don't... Custom widgets are unnecessary with the new widget selection dialog as you can navigate and select any kodi path through the dialog