Kodi Community Forum
Shared library: thumbs not visible - 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: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: Shared library: thumbs not visible (/showthread.php?tid=199777)



Shared library: thumbs not visible - m.savazzi - 2014-07-12

I had followed the steps to share a library with mysql.

The issue is that on the second pc there are no thumbs

in this article is said it should happen authomatically:
http://wiki.xbmc.org/index.php?title=HOW-TO:Sync_multiple_libraries/Sync_thumbails_and_fanart

but it does not work


Gotham 13.1 release


RE: Shared library: thumbs not visible - Ned Scott - 2014-07-12

Most times it seems to happen right a way when setting up additional computers, but sometimes it doesn't and it seems to wait for XBMC's normal timer or whatever to check and see if new thumbs are needed. You can force this so you don't have to wait (it's something like once every 24 hours) by deleting the textures.db file from userdata/Database/ and then restarting XBMC, which will force XBMC to check and see if things need thumbs again. Or, you can pre-generate thumbnails using MilhouseVH's awesome texture cache script: http://forum.xbmc.org/showthread.php?tid=158373


RE: Shared library: thumbs not visible - m.savazzi - 2014-07-12

mhhhhhhhhhhhhhhhhhh
even if the db is on MySQL the thumbs.db are local?

M


RE: Shared library: thumbs not visible - Ned Scott - 2014-07-12

Yes. XBMC has 6 different databases, and only 3 (maybe 4) can be shared. Videos, Music, and 1 or 2 PVR DBs. View modes and thumbnails are always local to each client, and are not the kind of database you would want to share.