HOW-TO:Share libraries using MySQL: Wiki Edition
I have it working perfectly for my Windows test system, but my android player (Mach 8) isn't getting thumbnails. My disk usage is high (<70%) on the server, so I'm guessing that it's freezing/hanging while populating the thumbnails. I can't seem to figure out why, though. All I had to do on my test system was delete textures13. That doesnt work for my Mach 8 even though they all have the same advancedsettings and sources.

Code:
<advancedsettings>
  <splash>false</splash>
  <imageres>720</imageres>
  <fanartres>1080</fanartres>
  <useddsfanart>true</useddsfanart>
    <videodatabase>
        <type>mysql</type>
        <host>192.168.1.3</host>
        <port>3306</port>
        <user>kodi</user>
        <pass>kodi</pass>
    </videodatabase>
    <pathsubstitution>
        <substitute>
        <from>special://profile/Thumbnails/</from>
        <to>smb://Stream-PC/kodi/userdata/Thumbnails/</to>
        </substitute>
    </pathsubstitution>
    <video>
        <usetimeseeking>true</usetimeseeking>
        <timeseekforward>60</timeseekforward>
        <timeseekbackward>-10</timeseekbackward>
        <timeseekforwardbig>600</timeseekforwardbig>
        <timeseekbackwardbig>-180</timeseekbackwardbig>
    </video>
    <videolibrary>
        <recentlyaddeditems>50</recentlyaddeditems>
        <importwatchedstate>true</importwatchedstate>
        <importresumepoint>true</importresumepoint>
    </videolibrary>
    <network>
        <buffermode>1</buffermode>
        <cachemembuffersize>524288000</cachemembuffersize>
        <readbufferfactor>20</readbufferfactor>
        <curlclienttimeout>45</curlclienttimeout>
    </network>
    <gui>    
        <algorithmdirtyregions>3</algorithmdirtyregions>
        <nofliptimeout>0</nofliptimeout>
    </gui>
    <videoscanner>
        <ignoreerrors>true</ignoreerrors>
    </videoscanner>
</advancedsettings>

I'm guessing <from>special://profile/Thumbnails/</from> is the culprit for missing thumbs on the Mach 8. However, I am not sure since special://profile/Thumbnails/ should be universal for all Kodi installs.
Reply


Messages In This Thread
RE: HOW-TO synchronize XBMC between every room in the house: Wiki Edition - by RamboUnchained - 2015-02-21, 10:32
Logout Mark Read Team Forum Stats Members Help
HOW-TO:Share libraries using MySQL: Wiki Edition2