[RELEASE] Texture Cache Maintenance utility
(2015-06-12, 14:46)Milhouse Wrote:
(2015-06-12, 11:36)Enlightened Wrote: I know it does the art. But what about episode/Tv show nfo files

If you want it to reload NFOs that have been recently modified:

Code:
./texturecache.py qax tvshows @qaperiod=9999 @qa.nfo.refresh=0

where qa.nfo.refresh is the number of days relative to today since an NFO is modified, so qa.nfo.refresh=0 would reload all episodes where the NFO has been modified today, qa.nfo.refresh=1 where the NFO had been modified since yesterday etc.

I've included @qaperiod=9999 as the default is 30 days, which means that qa/qax only processes episodes (or movies, or songs etc.) added to the library within the last 30 days - setting it to 9999 should ensure that all your episodes/movies/songs are processed by qa/qax, no matter when they were added to the library.

Similarly:
Code:
./texturecache.py C @cache.refresh=0
will force re-load only artwork modified today, @cache.refresh=1 would force re-load only artwork modified since yesterday etc.

If you add @cache.refresh or @qa.nfo.refresh to the "config" option, you will be able to view the calculated date/time after which modified NFO/artwork will be reloaded.

You can also specify an absolute date/time, eg. @qa.nfo.refresh="2015-02-28 15:16:17" - any NFOs/artwork modified after that date/time will be reloaded.

Thank you. was just about to remove source and readd. Does this also work for episodes? or only tv show nfos
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 Enlightened - 2015-06-12, 15:06
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