[RELEASE] Texture Cache Maintenance utility
(2014-05-01, 22:16)mcarni Wrote: I see that you wake some of your xbmc non scraping clients, I assume you use some kind of Wake On Lan.

Yes, it's built-in to texturecache.py.

Code:
./texturecache,py wake @network.mac=d0:27:88:0e:7a:42

or configure an appropriate "section" in your texturecache.cfg and specify the section name (@section=name) eg.
Code:
#globals
qaperiod=9999
download.threads = 10

#use the following section as the default
section = rpi

[rpi]
xbmc.host = 192.168.0.8
network.mac=d0:27:88:0e:7a:42

[lounge]
xbmc.host = 192.168.0.12
network.mac=ab:cd:ef:12:34:45
then
Code:
./texturecache,py @section=lounge wake

to wake the "lounge" PC, and
Code:
./texturecache,py @section=lounge power suspend
to suspend it.

(2014-05-01, 22:16)mcarni Wrote: I am not sure if all your non scraping clients are x86 machine, just in case one is a raspberry, since I tried waking over lan my raspberry through wol and etherwake but I couldn't do it, is there any recommendation you could give me?

The Pi doesn't support a suspend mode - once it's powered down (only red light visible) you need to power cycle it to restart and there is no WOL support (just leave it on 24x7).
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 - 2014-05-01, 22:58
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