[RELEASE] Texture Cache Maintenance utility
Hi Milhouse, thx.
I think that my cache doesn't work properly for this reason:

every time that I browse my movies library, I see the big poster (on the right of GUI) and fanart (like background)... so, ideally now they should be downloaded in my Thumbails folder cache, right?

But if I use "./texturecache.py jd movies any_media", seems that Kodi continues to search posters and fanarts on the Web, and not from my local path:

Code:
"fanart": "image:[b]//http://[/b]
"poster": "image:[b]//http:// [/b]

To solve, I have to locally download all the artworks, with a command like this?

Code:
./texturecache.py jd movies | mklocal.py --local [b]/storage/.kodi/userdata/Thumbnails[/b] --prefix [b]nfs://192.168.1.68/volume1/FILM/[/b] --artwork fanart poster clearlogo clearart --output fixup.dat

Milhouse Wrote:This type of artwork can only be extracted (and eventually cached) by a GUI process, ie. navigate using the GUI to the item in your library and display it - the artwork should be extracted/cached.
I tryed to solve the "Ignored" issue. I opened the albums informations to see a big image of it, but restarting "./texturecache.py c", I still have 36 ignored.

Code:
|    banner   |    fanart   |    poster   |    thumb    |  thumbnail  |    TOTAL
--------------+-------------+-------------+-------------+-------------+-------------+-------------
Cached        |      -      |      1      |      -      |      -      |      1      |      2
Deleted       |      -      |      -      |      -      |      -      |      -      |      0
Duplicate     |     868     |     1929    |     861     |      -      |      58     |     3716
Error         |      -      |      2      |      1      |      -      |      2      |      5
Ignored       |      -      |      -      |      -      |      -      |      36     |      36
Season-all    |      -      |      -      |      5      |      -      |      -      |      5
Skipped       |      52     |     788     |     538     |     805     |     1488    |     3671
Undefined     |      -      |     284     |      -      |      -      |     358     |     642
==================================================================================================
TOTAL         |     920     |     3004    |     1405    |     805     |     1943    |     8077
Download Time |      -      | 00:00:01.54 | 00:00:01.57 |      -      | 00:00:00.03 | 00:00:03.82

And please, another noob question Big Grin
why I have a so high number in "Duplicate" and "Skipped"? It's normal?
Thx a lot
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 lollo78 - 2015-08-22, 18:24
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