Release Titan skin version 3.6.x (Kodi 16 Jarvis)
Hey Marcel Wink

Was checking your code to confirm my seasons landscape Arts so you did the same to fix the seasonxx-landscape.jpg when season N° < 10.
While checking this just noticed you're using in your IncludesVariables.xml :

Code:
<variable name="LandscapeImageSeason">
        <value condition="Container.Content(Seasons) + IsEmpty(ListItem.Art(landscape)) + IntegerIsGreaterThan(ListItem.Season, 9)">$INFO[ListItem.Path]$INFO[ListItem.Season,season,-landscape.jpg]</value>
        <value condition="Container.Content(Seasons) + IsEmpty(ListItem.Art(landscape)) + !IntegerIsGreaterThan(ListItem.Season, 9)">$INFO[ListItem.Path]$INFO[ListItem.Season,season0,-landscape.jpg]</value>
</variable>

Not tested myself but IntegerIsGreaterThan should be IntegerGreaterThan ? Wink

Cheers
[Skin] KOver - V1.1.0 Stable (Repo version)
[WIP] ReKOver - Skinning tool project

If I've been helpful or you like my work, hit "THANK USER" button ;) ...
Reply


Messages In This Thread
RE: Titan skin version 3.6.x (Kodi 16 Jarvis) - by Jayz2K - 2016-01-26, 13:13
Link to a specific home screen? - by Hardax - 2016-03-28, 15:31
Landscape View Scrolbar - by User 206796 - 2016-09-19, 00:54
Logout Mark Read Team Forum Stats Members Help
Titan skin version 3.6.x (Kodi 16 Jarvis)11