[RELEASE] Texture Cache Maintenance utility
Using this tool the first time to cache my albumart for faster scrolling in the album list. Looks like it should do this.

Below the result from running "nc":

Cache pre-load activity summary for "addons/agenres/vgenres/albums/artists/movies/sets/tvshows":

| banner | fanart | poster | season.banner | season.poster | thumb | thumbnail | TOTAL
--------------+-------------+-------------+-------------+---------------+---------------+-------------+-------------+-------------
Cached | - | - | - | - | - | - | - | 0
Deleted | - | - | - | - | - | - | - | 0
Duplicate | 16087 | 17553 | 16094 | 5676 | 15086 | 277 | - | 70773
Error | - | - | - | - | - | - | - | 0
Ignored | - | - | - | - | - | 78 | 3153 | 3231
Not in Cache | 165 | 5 | 691 | 309 | 313 | 13150 | 63 | 14696
Season-all | 163 | - | 163 | - | - | - | - | 326
Skipped | 175 | 8680 | 8083 | - | 2 | 2451 | 307 | 19698
Undefined | - | 8211 | - | - | - | - | 8244 | 16455
==================================================================================================================================
TOTAL | 16590 | 34449 | 25031 | 5985 | 15401 | 15956 | 11767 | 125179

Loading: 00:01:47.23
Parsing: 00:00:18.94
Comparing: 00:00:14.29
TOTAL RUNTIME: 00:02:35.87


And below the error message when running "c":

C:\>texturecache.py c
Traceback (most recent call last):
File "C:\texturecache.py", line 8618, in <module>
main(sys.argv[1:])
File "C:\texturecache.py", line 8311, in main
if not checkConfig(argv[0]): sys.exit(2)
File "C:\texturecache.py", line 7851, in checkConfig
data = wcomms.sendJSON(REQUEST, "libPing", checkResult=False, useWebServer=True)
File "C:\texturecache.py", line 2223, in sendJSON
return self.sendWeb("POST", "/jsonrpc", id, request, {"Content-Type": "application/json"}, timeout=timeout)
File "C:\texturecache.py", line 2210, in sendWeb
return json.loads(data) if data != "" else ""
File "C:\Python27\lib\json\__init__.py", line 339, in loads
return _default_decoder.decode(s)
File "C:\Python27\lib\json\decoder.py", line 364, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Python27\lib\json\decoder.py", line 382, in raw_decode
raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded


Thanks in advance!
Server: Asus Sabertooth Z77 | Intel Core i5 3.4 GHz | 16 GB DDR3 | 128 GB SSD, 82 TB (9 x 6 TB, 7 x 4 TB)
HTPC 1: Raspberry Pi 2 | HTPC 2: Raspberry Pi 2 | HTPC 3: Raspberry Pi
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 steve1977 - 2017-07-09, 04:51
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