[RELEASE] Texture Cache Maintenance utility
(2017-05-08, 16:52)Simorgh Wrote: https://www.dropbox.com/s/95wog8bwm0uytc3/tc.log?dl=0

Thank you.

Thanks, although it looks correct.

You have some posters already in your cache, but not fanart. For example, Westworld/poster.jpg is in your cache:
Code:
{u'cachedurl': u'1/1baf5e73.jpg', u'url': u'smb://SIMORGHOSMC/Sohrab15/TV Showz 15/Westworld/poster.jpg', u'textureid': 3103}
but Westworld/fanart.jpg is not, so the script wants to cache your fanart:
Code:
Need to cache: [  fanart  ] for tvshow: Westworld, Season 1
This is correct.

It's the same with your Westworld thumbs, as they're not present in your cache.

If you run "texturecache.py @logfile=/tmp/tc.log c tvshows westworld" then these items (fanart and thumbs) should be cached. If not, please send me the logfile.

A lot of the items in your cache are located on your 10.0.1.20 server - it seems at one point you accessed smb using IP address then switched your library to using the SIMORGHOSMC hostname. Consequently artwork cached using the IP address will now need to be re-cached using the hostname.

For example, X-Files. This is what you have in your library for X-Files tvshow banner, poster and fanart:
Code:
{
    "art": {
      "banner": "image://smb://SIMORGHOSMC/Sohrab15/TV Showz 15/The X-Files/banner.jpg/",
      "fanart": "image://smb://SIMORGHOSMC/Sohrab15/TV Showz 15/The X-Files/fanart.jpg/",
      "poster": "image://smb://SIMORGHOSMC/Sohrab15/TV Showz 15/The X-Files/poster.jpg/"
    },
while this is what you have in your cache on your 10.0.1.122 client:
Code:
{u'cachedurl': u'2/246b7f74.jpg', u'url': u'smb://10.0.1.120:445/Sohrab15/TV Showz 15/The X-Files/fanart.jpg', u'textureid': 2793}
{u'cachedurl': u'3/33f7f870.jpg', u'url': u'smb://10.0.1.120:445/Sohrab15/TV Showz 15/The X-Files/poster.jpg', u'textureid': 1371}
Consequently, your X-Files tvshow fanart/poster/banner etc. need to be cached:
Code:
Need to cache: [  fanart  ] for tvshow: The X-Files
Need to cache: [  poster  ] for tvshow: The X-Files
Need to cache: [  banner  ] for tvshow: The X-Files
Again this looks normal - if the artwork isn't correctly cached for X-Files please send a logfile.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Reply


Messages In This Thread
Crash on Gotham on OS X - by desepticon - 2014-05-29, 17:57
RE: [RELEASE] Texture Cache Maintenance utility - by Milhouse - 2017-05-08, 22:11
Cleaning - by AleisterHH - 2018-05-28, 22:03
RE: Cleaning - by Milhouse - 2018-05-28, 22:16
qax genre not updated - by Just-Me_A-User - 2018-06-12, 22:06
RE: qax genre not updated - by Milhouse - 2018-06-12, 23:40
Logout Mark Read Team Forum Stats Members Help
[RELEASE] Texture Cache Maintenance utility17