2015-08-22, 18:24
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:
To solve, I have to locally download all the artworks, with a command like this?
And please, another noob question
why I have a so high number in "Duplicate" and "Skipped"? It's normal?
Thx a lot
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

why I have a so high number in "Duplicate" and "Skipped"? It's normal?
Thx a lot