[RELEASE] Texture Cache Maintenance utility
(2013-12-11, 13:05)kl1k Wrote: Another thing I've noticed is that some of the paths are incorrect.

Code:
11:38:29 T:2842686528   ERROR: NFS: Failed to stat(home/disk1/TV/2 Broke Girls/season02.tbn) stat call failed with "NFS: Lookup of //2 Broke Girls failed with NFS3ERR_NOENT(-2)"

It should be home/disk2/TV......

You'll need to fix your media library so that it is using the correct path for all the artwork. You can "dump" the media library ("jd movies" or "jd tvshows" etc.) and find all shows/episodes with references to the incorrect paths, then fix them via the GUI. Or try running a QA check:
Code:
./texturecache.py qa tvshows @qa.fail.urls=+/home/disk1/

(2013-12-11, 13:05)kl1k Wrote: Is there a way to completely start over while keeping the flags of what episodes have been watched?

I dont mind trashing all the tbn's if I have to but dont want to lose the watched flags.

As long as the names of your movies and tv shows remain the same before/after the library rescrape, you can backup then restore your watched status.

Backup your watched statuses with:
Code:
./texturecache.py watched movies backup movies.dat
./texturecache.py watched tvshows backup tvshows.dat

Trash and rescrape your library, then finally restore the watched statuses:
Code:
./texturecache.py watched movies restore movies.dat
./texturecache.py watched tvshows restore tvshows.dat

(2013-12-11, 13:05)kl1k Wrote: I've tried the the C flag but then i get other errors:

Code:
11:44:25 T:2834297920  NOTICE: LoadJpeg: unable to load nfs://192.168.1.202/home/disk2/TV/2 Broke Girls/Season 03/2.Broke.Girls.S03E07.HD.TV.tbn

I've verified the file and it does exist.

It's not that the file doesn't exist, is it actually a valid jpg? The xbmc errors you posted previously would suggest that several of your tbn files are not in fact valid jpeg files.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Reply


Messages In This Thread
RE: [RELEASE] Texture Cache Maintenance utility - by Milhouse - 2013-12-12, 19:12
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