[RELEASE] Texture Cache Maintenance utility
(2016-04-11, 01:03)Milhouse Wrote: To remove a movie from the library:
Code:
texturecache.py remove movie #
where # is the movie id (in your case either 23 or 126).

Rather than search using SQL, you can "dump" all movies (as "file" isn't a filter field)
Code:
texturecache.py jd movies >/tmp/movies.dat
then search for instances of "El último hombre... viv".

I'm thinking about doing this automatically. Is there a "parsed date field", than contains when the nfo was read, somewhere in the database? I will happily delete the oldest entry when two movies share the same file.

(2016-04-11, 01:03)Milhouse Wrote: Alternatively, if both movies have the same imdbnumber, the following should list them both:
Code:
texturecache.py duplicates

Not this time Sad, the two entries have different imdbnumber.

Thanks for all the info!
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 ifsnop - 2016-04-11, 07:37
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