[RELEASE] Texture Cache Maintenance utility
@Milhouse, I hate to ask, but I was wondering if you could tell me if I missed something here. I have a batch file to do maintenance on my library, but it either hangs on scan or clean - in fact, it doesn't clean video or audio anymore. here's the batch file I shamelessly stole from someone else and updated when I migrated tp Python 3. Also, i have @clean.scan / showdialogs=yes, but get nothing. Can you suggest a tweak to get get it to work? Thanks in advance!
Quote:echo "Start Scanning Video Library vscan"
"C:\Users\rongr\AppData\Local\Programs\Python\Python39\python.exe" texturecache.py vscan @clean.showdialogs=yes
timeout /t 3
echo "Start Cleaning Video Library vclean"
"C:\Users\rongr\AppData\Local\Programs\Python\Python39\python.exe" texturecache.py vclean @clean.showdialogs=yes
timeout /t 3
echo "Start Cleaning Video Library vclean"
"C:\Users\rongr\AppData\Local\Programs\Python\Python39\python.exe" texturecache.py vclean @clean.showdialogs=yes
timeout /t 3
echo "Start Scanning Audio Library ascan"
"C:\Users\rongr\AppData\Local\Programs\Python\Python39\python.exe" texturecache.py ascan @Scan.showdialogs=yes
timeout /t 3
echo "Start Cleaning Audio Library aclean"
"C:\Users\rongr\AppData\Local\Programs\Python\Python39\python.exe" texturecache.py aclean @clean.showdialogs=yes
timeout /t 3
echo "Start Cleaning Audio Library aclean"
"C:\Users\rongr\AppData\Local\Programs\Python\Python39\python.exe" texturecache.py aclean @clean.showdialogs=yes
timeout /t 3
echo "Start update with qax"
"C:\Users\rongr\AppData\Local\Programs\Python\Python39\python.exe" texturecache.py qax
timeout /t 3
echo "Start scanning texturecache with function C"
"C:\Users\rongr\AppData\Local\Programs\Python\Python39\python.exe" texturecache.py C
timeout /t 3
echo "Prune data missing on disk P"
"C:\Users\rongr\AppData\Local\Programs\Python\Python39\python.exe" texturecache.py P
timeout /t 3
echo "Start update with Xd"
"C:\Users\rongr\AppData\Local\Programs\Python\Python39\python.exe" texturecache.py Xd
timeout /t 3
echo "Start Reverse query cache update with R"
"C:\Users\rongr\AppData\Local\Programs\Python\Python39\python.exe" texturecache.py R
timeout /t 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 - 2021-03-16, 20:11
Logout Mark Read Team Forum Stats Members Help
[RELEASE] Texture Cache Maintenance utility17