Eden beta - no thumbnail syncing
#1
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>
Reply
#2
full log please.
Reply
#3
the entire log:
http://pastebin.com/rRVihJ0W
Reply
#4
Looks like you're using 10.1. v11 (Eden) Beta 1 is needed for thumbnail sync (or any non-playlist use of pathsubs).
Reply
#5
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
Reply

Logout Mark Read Team Forum Stats Members Help
Eden beta - no thumbnail syncing0