2019-12-21, 08:10
im New one here. and i have a question where i can find the update skin. i still have 1.0.2
(2019-12-20, 09:57)Uatschitchun Wrote:(2019-12-01, 05:38)AbRASiON Wrote: Guys I have a strange request.Have you tried creating a node or a smart playlist that displays what you'd like to have and set that as widget?
Can I add a front page entry which shows "recently added TV shows"
Not "recently added episodes" but actual shows? Is this possible?
(2020-01-01, 03:00)AbRASiON Wrote:(2019-12-20, 09:57)Uatschitchun Wrote:(2019-12-01, 05:38)AbRASiON Wrote: Guys I have a strange request.Have you tried creating a node or a smart playlist that displays what you'd like to have and set that as widget?
Can I add a front page entry which shows "recently added TV shows"
Not "recently added episodes" but actual shows? Is this possible?
Do you think a smart playlist could actually do that? I am more than willing to give it a shot if you think it can be done.
xml:<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="tvshows">
<name>new series, no limit </name>
<match>all</match>
<order direction="descending">dateadded</order>
</smartplaylist>
(2019-12-02, 13:23)Nazgulled Wrote: This skin is lovely but there's one very annoying thing that I can't seem to find a way to disable, the startup sound. How can I turn it off?
I can't seem to find any skin option in the GUI to turn it off nor I can't seem to find a sound file inside the "skin.aura" folder relative to this.
Any ideas?
(2020-01-02, 20:38)Nazgulled Wrote:(2019-12-02, 13:23)Nazgulled Wrote: This skin is lovely but there's one very annoying thing that I can't seem to find a way to disable, the startup sound. How can I turn it off?
I can't seem to find any skin option in the GUI to turn it off nor I can't seem to find a sound file inside the "skin.aura" folder relative to this.
Any ideas?
Any one?
(2020-01-05, 06:41)roliverosc Wrote: Hi @jurialmunkey Artist Slideshow not working properly with you skin.I tried modifying the skin without prevail. If you install version 2.7 ArtistSlideshow it works just fine. Version 3.0 has changes that a lot of skins don't work with yet, including the default skin.
(2019-12-08, 15:41)ray2301 Wrote: regarding artist slideshow, does anyone know what changes need to be made to aura for this to be implemented?
https://forum.kodi.tv/showthread.php?tid...pid2905238
Quote:Code:<variable name="Image_ArtistFanartVis">
<value condition="!Skin.HasSetting(ArtistSlideShow.Disabled) + !String.IsEmpty(Window(Home).Property(SkinHelper.Player.Art.ExtraFanArt))">$INFO[Window(Home).Property(SkinHelper.Player.Art.ExtraFanArt)]</value>
<value condition="System.HasAddon(script.artistslideshow) + !Skin.HasSetting(ArtistSlideShow.Disabled) + !String.IsEmpty(Window(Visualisation).Property(ArtistSlideshow.Image))">$INFO[Window(Visualisation).Property(ArtistSlideshow.Image)]</value>
<value condition="[!System.HasAddon(script.artistslideshow) | Skin.HasSetting(ArtistSlideShow.Disabled)] + Skin.HasSetting(musicvis.fanartfallback) + !String.IsEmpty(Player.Art(fanart))">$INFO[Player.Art(fanart)]</value>
<value>common/null.png</value>
</variable>