[RELEASE] Texture Cache Maintenance utility
Hi Milhouse, thanks for your tool!
I have a simple question, but I can't figure it out on my own.
I need help.
With this command
 
Code:
texturecache.py jd movies "2012"
this is the result:
 
Code:
[
  {
    "art": {
      "fanart": "image://http://image.tmdb.org/t/p/original/ywxrdkfbr8Dg3SBW2gi4kC59qOb.jpg/",
      "poster": "image://http://image.tmdb.org/t/p/original/iYQd1u03APB67e8NYaQiUetxaIu.jpg/"
    },
    "file": "smb://192.168.178.21/Film/2FilmHD/2012 (2009) [1080p] HEVC.mkv",
    "label": "2012",
    "movieid": 797,
    "title": "2012"
  }
]
The problem is that url http://image.tmdb.org/t/p/original/iYQd1...txaIu.jpg/ of the poster image does not exist.
So I execute the command:
 
Code:
texturecache.py c movies "2012"
But this is the error
 
Code:
Need to cache: [  fanart  ] for movie: 2012
Need to cache: [  poster  ] for movie: 2012

Caching artwork: 2 items remaining of 2 (qs: 0, qm: 0), 0 errors, 2 threads active (00.00 downloads per second, ETA: **:Caching artwork: 0 items remaining of 2 (qs: 0, qm: 0), 2 errors, 0 threads active (02.00 downloads per second, ETA: 00:00:00)

The following items could not be downloaded:

[poster    ] [2012                                    ] http://image.tmdb.org/t/p/original/iYQd1u03APB67e8NYaQiUetxaIu.jpg
[fanart    ] [2012                                    ] http://image.tmdb.org/t/p/original/ywxrdkfbr8Dg3SBW2gi4kC59qOb.jpg

Cache pre-load activity summary for "movies", filtered by "2012":

              |    fanart   |    poster   |    TOTAL
--------------+-------------+-------------+-------------
Cached        |      -      |      -      |      0
Deleted       |      -      |      -      |      0
Duplicate     |      -      |      -      |      0
Error         |      1      |      1      |      2
Ignored       |      -      |      -      |      0
Skipped       |      -      |      -      |      0
Undefined     |      -      |      -      |      0
========================================================
TOTAL         |      1      |      1      |      2
Download Time | 00:00:00.18 | 00:00:00.12 | 00:00:00.18
Any help is appreciated.
Thanks
Reply


Messages In This Thread
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
RE: [RELEASE] Texture Cache Maintenance utility - by xbmandrea - 2021-09-03, 22:21
Logout Mark Read Team Forum Stats Members Help
[RELEASE] Texture Cache Maintenance utility17