[RELEASE] Texture Cache Maintenance utility
Hey @Milhouse

I took an example from Post 2463 back on pg 165 and created a batch file to run on occasion. Things were running fine for a bit, but now seems to hang on the first vscan. I added the @Scan.showdialogs=yes you recommended for KODI 18, but get nothing to show. Here's my code below, did I forget something or throw a bad operation? (also, sleep gives me a message that it's not recognized). Any assistance would be great - or maybe I just need some serious patience.  Rofl 
Thanks in advance.

Code:
echo "Start Scanning Video Library vscan"
"C:\Users\Owner\AppData\Local\Programs\Python\Python37\python.exe" texturecache.py vscan @Scan.showdialogs=yes
sleep 3
echo "Start Cleaning Video Library vclean"
"C:\Users\Owner\AppData\Local\Programs\Python\Python37\python.exe" texturecache.py vclean @clean.showdialogs=yes
sleep 3
echo "Start Cleaning Video Library vclean"
"C:\Users\Owner\AppData\Local\Programs\Python\Python37\python.exe" texturecache.py vclean @clean.showdialogs=yes
sleep 3
echo "Start Scanning Audio Library ascan"
"C:\Users\Owner\AppData\Local\Programs\Python\Python37\python.exe" texturecache.py ascan @Scan.showdialogs=yes
sleep 3
echo "Start Cleaning Audio Library aclean"
"C:\Users\Owner\AppData\Local\Programs\Python\Python37\python.exe" texturecache.py aclean @clean.showdialogs=yes
sleep 3
echo "Start Cleaning Audio Library aclean"
"C:\Users\Owner\AppData\Local\Programs\Python\Python37\python.exe" texturecache.py aclean @clean.showdialogs=yes
sleep 3
echo "Start update with qax"
"C:\Users\Owner\AppData\Local\Programs\Python\Python37\python.exe" texturecache.py qax
sleep 3
echo "Start scanning texturecache with function C"
"C:\Users\Owner\AppData\Local\Programs\Python\Python37\python.exe" texturecache.py C
sleep 3
echo "Prune data missing on disk P"
"C:\Users\Owner\AppData\Local\Programs\Python\Python37\python.exe" texturecache.py P
sleep 3
echo "Start update with Xd"
"C:\Users\Owner\AppData\Local\Programs\Python\Python37\python.exe" texturecache.py Xd
sleep 3
echo "Start Reverse query cache update with R"
"C:\Users\Owner\AppData\Local\Programs\Python\Python37\python.exe" texturecache.py R
sleep 3
echo "end"
Reply


Messages In This Thread
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
RE: [RELEASE] Texture Cache Maintenance utility - by RonnieG3 - 2019-03-27, 00:48
Logout Mark Read Team Forum Stats Members Help
[RELEASE] Texture Cache Maintenance utility17