[RELEASE] Texture Cache Maintenance utility
Version 0.6.5
  • Added @config=filename so that alternative property files can be specified at run time. Specify either an absolute path and filename, or just the filename to be searched in current directory and then the directory of the script.
  • Added @section=name so that properties from a specific property section will be used. Sections are processed in addition to the "global" (default, un-named) section.

@config and @section can be used in conjunction.

Example properties file "./cache.cfg":
Code:
webserver.port = 8080
webserver.username = username
webserver.password = password
extrajson.movies = streamdetails, file, mpaa, rating, plot
  
[lounge]
xbmc.host = htpc
userdata = /mnt/share/xbmc/htpc/storage/.xbmc/userdata/
download.threads = 10
cache.castthumb = yes
lastrunfile=/tmp/lrf_lounge.dat
  
[bedroom]
xbmc.host = rpi1
userdata = /mnt/share/xbmc/rpi1/storage/.xbmc/userdata/
download.threads = 2
cache.castthumb = no
lastrunfile=/tmp/lrf_bedroom.dat

then ./texturecache.py lc movies @config=./cache.cfg @section=lounge would perform an incremental cache pre-load against the htpc client.
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
RE: [RELEASE] Texture Cache Maintenance utility - by Milhouse - 2013-05-22, 20:44
Crash on Gotham on OS X - by desepticon - 2014-05-29, 17:57
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