[RELEASE] Texture Cache Maintenance utility
I thought my script usages where running fine, but I wonder if this can be achieved with texture cache

I do remove tv shows from the HDD. it is expected that these items and shows are removed from the library. But a clean is not the way
./texturecache.py remove tvshows [id] is working, but it should be automatically during a daily maintenance job .. 

all these commands I am using already:

echo "Start Scanning Video Library vscan"
/home/kodi/texturecache.py vscan
sleep 5
echo "Start Cleaning Video Library vclean"
/home/kodi/texturecache.py vclean
sleep 5
echo "Start update with qax"
/home/kodi/texturecache.py qax
echo "Start scanning texturecache with function C"
/home/kodi/texturecache.py c
sleep 5
echo "Prune data missing on disk P"
/home//kodi/texturecache.py P
sleep 5
secho "Start update with Xd"
/home/kodi/texturecache.py Xd
sleep 3
echo "Start update with  ./texturecache.py R"
/home/kodi/texturecache.py R
sleep 3
echo "end"

what am I missing? Wink
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 zeroday - 2018-05-10, 21:17
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