[RELEASE] Texture Cache Maintenance utility
(2014-07-22, 11:30)Milhouse Wrote:
(2014-07-22, 01:33)theowiesengrund Wrote: just a quick question. I was browsing my library and looking for "obscure/rare" movies, therefore i would love to sort/list my movies according to the imdb vote numbers. Is this somehow possibile with your script, for example with a json query?

If you want a list of your movies sorted by imdb votes, the following should work (in *nix):
Code:
./texturecache.py query movies 'votes != ""' | sed 's/"//g' | sort -t= -k2n

Awesome! Thank you.
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 theowiesengrund - 2014-07-22, 23:13
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