[RELEASE] Texture Cache Maintenance utility
(2018-03-30, 11:45)Milhouse Wrote: You'll need to write a simple shell script that iterates over the movie ids (which you can extract with "jd movies") and for each movie id, set the artwork to "".

Something like...
Code:
#!/bin/bash

while read -r movieid; do
./texturecache.py set movie ${movieid} art.thumb "" art.thumb1 ""
done <<< "$(./texturecache.py jd movies | awk '/"movieid":/{ gsub(",",""); print $2}')"
should work. 

WOW @Milhouse your magic script fixed every single one of them and now I got perfect thumbs. Thanks again for helping this Noob. I really appreciate your help on this.

If it's make sense kindly make this feature part of this tool as others might make use of it as well.

Thanks million again....
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 sniferx1 - 2018-03-31, 01:08
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