[RELEASE] Texture Cache Maintenance utility
Hello --

I've recently decided that it's not a good thing to have two thirds of my library not scraped properly by kodi for various reasons. In order to figure out what's missing in the library, I've been running these tasks in a daily (well, nightly) crontab:

Code:
./texturecache.py vclean
./texturecache.py vscan
./texturecache.py missing tvshows "TV_Shows"
./texturecache.py missing movies "Movies"

to help me review what's missing, so I can clean up the library.

I've got a few issues, not all of which may be related to texturecache.

On running the "missing" function, texturecache flashes these 'Loading TV show: xyz, season 8...' type of messages. When called from cron, it seems like these messages all go into the cron email, clogging up the actually wanted output of the script (the list with missing files). Is there a way to force texturecache to a terse output mode where this is just not printed to the console?

Then texturecache outputs these lines:
Code:
nfs://192.168.4.14//mnt/tank/media/video/Movies/Back In Trouble (1997)/VIDEO_TS/VTS_01_0.VOB
nfs://192.168.4.14//mnt/tank/media/video/Movies/Back In Trouble (1997)/VIDEO_TS/VTS_01_1.VOB
nfs://192.168.4.14//mnt/tank/media/video/Movies/Back In Trouble (1997)/VIDEO_TS/VTS_01_2.VOB
nfs://192.168.4.14//mnt/tank/media/video/Movies/Back In Trouble (1997)/VIDEO_TS/VTS_01_3.VOB
nfs://192.168.4.14//mnt/tank/media/video/Movies/Back In Trouble (1997)/VIDEO_TS/VTS_01_4.VOB
nfs://192.168.4.14//mnt/tank/media/video/Movies/Back In Trouble (1997)/VIDEO_TS/VTS_01_5.VOB
nfs://192.168.4.14//mnt/tank/media/video/Movies/Back In Trouble (1997)/VIDEO_TS/VTS_01_6.VOB
nfs://192.168.4.14//mnt/tank/media/video/Movies/Back In Trouble (1997)/VIDEO_TS/VTS_02_0.VOB
nfs://192.168.4.14//mnt/tank/media/video/Movies/Back In Trouble (1997)/VIDEO_TS/VTS_02_1.VOB

The corresponding movie has been properly scanned an is in kodi's database. Texturecache seems to do this for all scanned DVD's. Is there a way for me to fix this, so that these lines drop?

Lastly, I seem to have trouble generating nfo files for Movies that cannot be found by the scraper. Rather unrelated to texturecache, but if there's a good command line program to generate simple nfo's that kodi will scan, I'd love to hear about that.
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 johnnychicago - 2017-05-08, 13:47
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