[RELEASE] Texture Cache Maintenance utility
Thanks for the explanation, I will take a look at auto deleting empty nfo files when I got some time to spare. I usually export the xbmc database about once a week so the nfo files should be regenerated once that happens.

edit:

Code:
find /media/Archiv/TV/ -type f -name "*.nfo" -exec grep -r -l '    <plot></plot>' '{}' \; -delete

seems to work well to find nfo files with empty plot, is it possible to run texturecache searching for missing plots only? I've had a look at the readme but excluding certain metadata doesn't seem to be covered
Reply


Messages In This Thread
RE: [RELEASE] Texture Cache Maintenance utility - by ursli - 2014-01-06, 23:52
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
Logout Mark Read Team Forum Stats Members Help
[RELEASE] Texture Cache Maintenance utility17