v14 Thumbnails not showing
#1
Fairly new to this Kodi lark having invested in a couple of Amazon Fire TV devices this past week.

I have setup mySql on my home server (Windows Server 2008 R2) (where my media is also hosted) and also installed Kodi on it for configuration purposes. I have pushed an advancdsettings.xml file to my AFTV Stick and it appears to be working in as much as it's pulling the list of movies and TV shows I have on my server. However, what it's not doing is pulling the thumbnails in the list. The thumbnails all show up fine on the server install of Kodi.

My advancedsettings.xml file is below, is there anything else I need to consider to get the thumbnails working? I am using the Xperience1080 skin which appears to use the Artwork Downloader add-on.

Code:
<advancedsettings>
    <videodatabase>
        <type>mysql</type>
        <host>ipaddress</host>
        <port>3306</port>
        <user>user</user>
        <pass>pass</pass>
    </videodatabase>
    <musicdatabase>
        <type>mysql</type>
        <host>ipaddress</host>
        <port>3306</port>
        <user>user</user>
        <pass>pass</pass>
    </musicdatabase>
    <videolibrary>
        <importwatchedstate>true</importwatchedstate>
        <importresumepoint>true</importresumepoint>
    </videolibrary>
    <pathsubstitution>
        <substitute>
            <from>special://profile/Thumbnails/</from>
            <to>nfs://ipaddress/KodiMaster/userdata/Thumbnails/</to>
        </substitute>
        <substitute>
            <from>special://profile/playlists/</from>
            <to>nfs://ipaddress/KodiMaster/userdata/playlists/</to>
        </substitute>
        <substitute>
            <from>special://profile/sources.xml</from>
            <to>nfs://ipaddress/KodiMaster/userdata/sources.xml</to>
        </substitute>
        <substitute>
            <from>special://profile/mediasources.xml</from>
            <to>nfs://ipaddress/KodiMaster/userdata/mediasources.xml</to>
        </substitute>
    </pathsubstitution>
</advancedsettings>
Reply
#2
http://kodi.wiki/view/Path_substitution

You cannot share thumbnails
Reply

Logout Mark Read Team Forum Stats Members Help
Thumbnails not showing0