[RELEASE] Texture Cache Maintenance utility
You should be able to schedule a cmd script on the Windows PC using "at".

You don't need PuTTY for this, just configure the script to run on the Windows PC, connecting to the remote Raspberry Pi host (eg. @xbmc.host=192.168.0.8).

Or add named sections to your texturecache.cfg file and reference each section when running the script, eg:

Code:
# values common to all sections go in here...
#qaperiod=9999
#allow.recacheall=yes

[pi1]
xbmc.host=192.168.0.8

[pi2]
xbmc.host=192.168.0.9

then:
Code:
texturecache.py @section=pi1 qa
texturecache.py @section=pi1 vscan

texturecache.py @section=pi1 c movies
texturecache.py @section=pi1 c tvshows

texturecache.py @section=pi2 c movies
texturecache.py @section=pi2 c tvshows

You can run all of the above options remotely, on your Windows server.
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-01-24, 01:56
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