[RELEASE] Texture Cache Maintenance utility
(2016-01-17, 20:42)marhutchy Wrote: The paths that you provided above no longer exists. I've cleaned numerous times, so why are they still being referenced?

Because you've got an item in your media library that still references the artwork. It tells you the names of the items in the console:
Code:
[fanart    ] [House Party Collection                  ] C:\Users\MarHutchy\AppData\Roaming\Kodi\userdata\addon_data\plugin.video.genesis\Movies\House Party (1990)\fanart.jpg
[fanart    ] [Hulk Collection                         ] C:\Users\MarHutchy\Downloads\MOVIES\Hulk Collection\The Incredible Hulk (2008)\fanart.jpg

"House Party Collection" and "Hulk Collection" - these sound like movie sets.

Assign new fanart artwork for the movie sets using either the Kodi GUI, or dump your movie sets to find the setid and change the artwork from the command line.

If ever you don't know which item an artwork path belongs to, then dump out your media items, eg. movies, to a file
Code:
texturecache.py jd movies >movies.dat
then search movies.dat for the artwork path and you should find the associated movie.

Assign new artwork for the movie using either the Kodi GUI or
Code:
texturecache.py set movie <movieid> artwork.<type> "<new artwork url>"
specifying appropriate values for <movieid>, <type> and <new artwork url>.

If when using "texturecache.py set" the new artwork url is blank it will effectively remove the artwork from the library, ie. unassociate the artwork type for the movie, allowing tools such as Artwork Downloader to find and associate new artwork.

Repeat for tvshows, movie sets, music etc.
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
Crash on Gotham on OS X - by desepticon - 2014-05-29, 17:57
Re: RE: [RELEASE] Texture Cache Maintenance utility - by Milhouse - 2016-01-17, 23:31
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