Release Titan skin version 3.6.x (Kodi 16 Jarvis)
(2016-06-06, 00:57)oattes Wrote:
(2016-06-06, 00:41)Simograndi Wrote: Hi marcel, I've a big issue with the just updated beta 3.6.69: most thumbnails around the skin (specially the square/banner ones) don't work anymore, a Kodi reboot or even a complete thumbnail cache erasing didn't fix the issue. Can you check that? let me know if you need a log or further details

I'm seeing similar:

18:52:40 T:10232 WARNING: Label Formating: $VAR[SquareThumb] is not defined
...
18:52:46 T:10232 WARNING: Label Formating: $VAR[SquareThumb] is not defined
18:52:55 T:10232 WARNING: Label Formating: $VAR[SquareThumb] is not defined

It looks like a typo in IncludesVariables.xml: MusicSquareThumb -> SquareThumb on line 386.

For those who can't wait for the next beta update for this fix - add the following to IncludesVariables.xml

C:\Users\xusernamex\AppData\Roaming\Kodi\addons\skin.titan.jarvisbeta\1080i\IncludesVariables.xml

(path will vary depending on system - if you don't know how to find the file you probably don't want to be edititing it Tongue )

also note that I just grabbed the variable definition from the previous commit - it may be simply a typo of the variable name (adding a prefix of Music in error)

Code:
    <variable name="SquareThumb">
        <value condition="[Container.Content(genres) | StringCompare(ListItem.DBTYPE,genre)]">DefaultMusicGenres.png</value>
        <value condition="!IsEmpty(ListItem.Thumb) + [Container.Content(episodes) | StringCompare(ListItem.DBTYPE,episode) | StringCompare(ListItem.Property(DBTYPE),episode)] + !Window.IsActive(movieinformation)">$INFO[ListItem.Thumb]</value>
        <value condition="!IsEmpty(ListItem.Property(ArtistThumb))">$INFO[ListItem.Property(ArtistThumb)]</value>
        <value condition="!IsEmpty(ListItem.Thumb)">$INFO[ListItem.Thumb]</value>
        <value condition="!IsEmpty(ListItem.Art(fanart)) + [Container.Content(movies) | Container.Content(seasons) | Container.Content(tvshows)]">$INFO[ListItem.Art(fanart)]</value>
        <value condition="StringCompare(ListItem.Label,..)">dialogs/filebrowser/DefaultFolderBack.png</value>
        <value condition="StringCompare(ListItem.Label,$LOCALIZE[21452])">dialogs/filebrowser/DefaultAddSource.png</value>
        <value condition="!IsEmpty(ListItem.Icon)">$INFO[ListItem.Icon]</value>
        <value condition="Window.IsActive(musiclibrary) | Container.Content(albums) | Container.Content(songs)">dialogs/filebrowser/DefaultAudio.png</value>
        <value condition="!IsEmpty(ListItem.Property(FanArt))">$INFO[ListItem.Property(FanArt)]</value>
    </variable>


all standard disclaimers and warnings apply - no warranty - as is - use at your own peril - etc - etc - :-)
Reply


Messages In This Thread
Link to a specific home screen? - by Hardax - 2016-03-28, 15:31
RE: Titan skin version 3.6.x (Kodi 16 Jarvis) - by mgonzales - 2016-06-10, 22:26
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