Kodi Community Forum
Eden beta - no thumbnail syncing - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Mac OS X (https://forum.kodi.tv/forumdisplay.php?fid=56)
+---- Thread: Eden beta - no thumbnail syncing (/showthread.php?tid=117938)



Eden beta - no thumbnail syncing - ipodfan - 2011-12-28

Trying to setup database & thumbnail syncing on my QNAP Nas, database syncing works perfectly from both my Mac & ATV2, however, after following all the instructions, adding a path substitute in the advanced.xml, the thumbnails are still local, not on the server;
<pathsubstitution>
<substitute>
<from>special://masterprofile/Thumbnails/</from>
<to>smb://192.168.1.17/Public/xbmc/thumbnails/</to>
</substitute>
</pathsubstitution>

I tried adding an user-id/password in the smb line: no luck.
The xbmc log file doesn't show an error, it shows its loading the advanced settings.xml, but the thumbnails are still created in my local dir, not on the server. Any ideas ?

from the log

15:43:49 T:2894144192 M:4476305408 NOTICE: Loaded advancedsettings.xml from special://profile/advancedsettings.xml
15:43:49 T:2894144192 M:4476305408 NOTICE: Contents of special://profile/advancedsettings.xml are...
<advancedsettings>
<videodatabase>
<type>mysql</type>
<host>192.168.1.17</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
<name>xbmc_video</name>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>192.168.1.17</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
<name>xbmc_music</name>
</musicdatabase>
<pathsubstitution>
<substitute>
<from>special://masterprofile/Thumbnails/</from>
<to>smb://192.168.1.17/Public/xbmc/thumbnails/</to>
</substitute>
</pathsubstitution>
</advancedsettings>


- ppic - 2011-12-28

full log please.


- ipodfan - 2011-12-28

the entire log:
http://pastebin.com/rRVihJ0W


- Ned Scott - 2011-12-28

Looks like you're using 10.1. v11 (Eden) Beta 1 is needed for thumbnail sync (or any non-playlist use of pathsubs).


. - ipodfan - 2011-12-28

hm, must have screwed up on the Mac download, ok its Eden now, and the thumbnails do get updated on the share. So that part is working. I'll reinstall and retest the ATV2 part as well, as that also didn't use the share

thx