I'm running 12.2 with a mysql 5.5 db on two systems, my desktop and a HTPC (OpenElec).The db seems fine, but my tv episode thumbnails aren't in sync. My desktop (linux) which does xbmc admin is fine. The problem is the htpc where only some tv ep thumbnails, are present; however if I refresh an episode with a missing thumbnail, it suddenly appears.
I tried a centralized Thumnails directory:
With this, all is well on the desktop, still missing thumbs on the htpc.
I tried placing a copy of my Thumbnail directory from the desktop pc on the htpc ... no joy, still missing thumbnails on many tv episodes.
What I have done that works is export the library. Is this the only solution? I dislike having the individual nfo and jpg files. Thanks for any help.
I tried a centralized Thumnails directory:
Code:
<pathsubstitution>
<substitute>
<from>special://masterprofile/Thumbnails/</from>
<to>smb://myshare/media/video/Thumbnails/</to>
</substitute>
</pathsubstitution>
With this, all is well on the desktop, still missing thumbs on the htpc.
I tried placing a copy of my Thumbnail directory from the desktop pc on the htpc ... no joy, still missing thumbnails on many tv episodes.
What I have done that works is export the library. Is this the only solution? I dislike having the individual nfo and jpg files. Thanks for any help.