Kodi Community Forum
Storage of imported thumbnails - 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: Storage of imported thumbnails (/showthread.php?tid=156143)



Storage of imported thumbnails - User 99988 - 2013-02-14

When using the export to a single file option in XBMC, upon importing the thumbnails are saved in the table 'texture' of the Texture DB with the path of the export files, for example:

/home/xbmc/export/xbmc_videodb_2013-02-12/tvshows/Californication/s01e03-thumb.jpg

This results in the following log entry:
Code:
xbmc@HTPC:~# 09:07:47 T:3054335808   ERROR: Texture manager unable to load file: /home/xbmc/e/xbmc_videodb_2013-02-12/tvshows/Californication/s01e03-thumb.jpg

Have I done something wrong when importing my database? I didn't think I'd need to leave the export in place and deleted it after successful import.


RE: Storage of imported thumbnails - jmarshall - 2013-02-14

On import it doesn't actually cache all images directly - it caches them in the background - we presume you leave it around long enough for everything to be cached. Looks like you deleted it a little too soon.


RE: Storage of imported thumbnails - User 99988 - 2013-02-15

Got it.
I still had the database files from the export. My plan was to export and then import so everything's fresh for Frodo. But I guess the old DB will do Wink