[RELEASE] Texture Cache Maintenance utility
Port 9090 is the RPC port, not the web server port.

Kodi is probably configured with the webserver on port 80, so either change the webserver port to 8080 in Kodi, or configure texturecache.py to use "webserver.port = 80".

You can only change the RPC port by adding a setting to advancedsettings.xml, and best to leave this as 9090.

Also, in texturecache.cfg any line that begins with "#" is a comment and will be ignored - you need to remove the comment (hash) if the setting is to be used, so your texturecache.cfg should look like:
Code:
webserver.port = 80
to configure texturecache.py to connect to port 80 of the webserver on localhost (the script will try and use sensible defaults so you don't need extra settings at all in most cases).

(2015-07-09, 03:21)marhutchy Wrote: Also what's the difference between c and C?

"c" will only cache artwork that isn't already in the cache.

"C" will not only cache items that are missing from the cache, it will also re-cache existing items (ie. delete them from the cache, then cache them again) - this is useful if you have updated original artwork and now want the cache to updated with the new artwork.

You can use "nc" to see which items need to be cached.
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 - 2015-07-09, 03:28
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