[RELEASE] Texture Cache Maintenance utility
(2015-07-09, 03:28)Milhouse Wrote: 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.

It's working now. Thanks Smile

It was the hash/comment.
That puzzled me because I know the hash could mean a comment, but in this case there were double hashes above the single hashes.
Yes, now that I read the top again, it did state that I should remove the hash to make a property active - silly me.

Thanks for the info.
Laptop: Dell Inspiron i7559-2512BLK | Windows 10 Pro x64 | Intel Core i7 6700HQ (2.60 GHz) | 1 TB + 8 GB SSHD
Kodi 18.3
MiniPC: LibreELEC 8.2.1
Sharing Media: SMB (HDD: 2 TB, 1 TB) | Media Manager/Organizer - Media Companion
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 marhutchy - 2015-07-09, 04:15
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