03-20-2012, 12:37 AM
I have 5 XBMC systems around the the house two are Windows boxes running Eden RC2. The other 3 are openelec machines running the OpenELEC-ION.i386-devel-20120309125838-r10068 nightly. All 5 boxes are using mysql central db with a central Thumbnails folder. The thumbs are shard via:
in all 5 advancedsettings.xml. I double-checked to make sure they are all the same
I noticed some of my movies didn't have all the actor thumbs so I refreshed one of them from one of my Windows machines. After refreshing it the thumbs show correctly on both of the Windows machines, but the 3 openelec machines appear as thought the refresh never happened. If I refresh another movie from one of the openelec machines, the new actor thumbs are found, but they appear on all the machines. This only happens with actor thumbs. If I change the movie cover and refresh from a Windows machine, the change is reflected on all machines. The same is true for any other info. It's just the thumbs that have a problem when refreshed from a Windows box
I know this sounds really weird, but does anyone have any idea what the problem is?
Code:
<substitute>
<from>special://masterprofile/Thumbnails</from>
<to>smb://192.168.1.20/xbmc_stuff/Thumbnails/</to>
</substitute>
in all 5 advancedsettings.xml. I double-checked to make sure they are all the same
I noticed some of my movies didn't have all the actor thumbs so I refreshed one of them from one of my Windows machines. After refreshing it the thumbs show correctly on both of the Windows machines, but the 3 openelec machines appear as thought the refresh never happened. If I refresh another movie from one of the openelec machines, the new actor thumbs are found, but they appear on all the machines. This only happens with actor thumbs. If I change the movie cover and refresh from a Windows machine, the change is reflected on all machines. The same is true for any other info. It's just the thumbs that have a problem when refreshed from a Windows box
I know this sounds really weird, but does anyone have any idea what the problem is?