[RELEASE] Texture Cache Maintenance utility
(2013-09-16, 04:46)CaptainKen Wrote: Well according to Tag&Rename they didn't have embedded artwork, although some others do. BTW, I haven't done anything with artwork for any of my music library, so there aren't any local artwork files.

The XBMC scraper seems to think those albums have embedded artwork.

(2013-09-16, 04:46)CaptainKen Wrote: Strange as the cache.ignore.types was missing the music option, but I'm pretty sure I didn't remove it as I make a note of every change to defaults so I can back track. Could have been one I skipped though.

So with the music option in cache.ignore.types it's fine, without it the can't download still appears.

It may not have been included originally, or whenever you created your properties file, which is why I suggest not adding properties unnecessarily to the properties file. Unless you specifically mean to override a property it's always best to not include it in your properties file and instead allow it to use the default value (which may change from one version to the next as new features are added - I try to choose sensible defaults!)

If you want to add additional ignore types while also keeping the standard defaults, then prefix your list with a + (plus) sign, ie:
Code:
cache.ignore.types = + ^image://http

which would cause urls beginning with image://video, image://music and also image://http to be ignored when caching artwork.

Whereas:
Code:
cache.ignore.types = ^image://http

would remove the standard defaults, and only urls beginning with image://http would be ignored.

(2013-09-16, 04:46)CaptainKen Wrote: Here's the log without the music option in the cfg file.
log

When using the standard default ignore types (ie. with image://music added), you would see "Ignored image due to rule ..." messages present in the log for each ignored artwork item.
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-09-16, 05:40
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