• 1
  • 69
  • 70
  • 71(current)
  • 72
  • 73
  • 197
[RELEASE] Texture Cache Maintenance utility
my best bet it sounds like then (to automate this) is to update my movie.nfo files with the top250 (i have a script to do this already) and then to scan those in using the qax flag right? any repercussions to qax remove/add (i.e. watched flags/count gone, individual subtitle/audio settings gone, etc)/
Reply
(2014-08-16, 09:18)pgjensen Wrote: my best bet it sounds like then (to automate this) is to update my movie.nfo files with the top250 (i have a script to do this already) and then to scan those in using the qax flag right? any repercussions to qax remove/add (i.e. watched flags/count gone, individual subtitle/audio settings gone, etc)/

That would be one way, although you might lose streamdetails unless they're already present in the NFOs. Watched flags might remain, the fact they do seems to be unintentional and might be "fixed" in future (although you could back up your watched statuses before running qax with "./texturecache.py watched movies backup watched.dat", then restore afterwards with "./texturecache.py watched movies restore watched.dat").

If you're up to scripting it, another option would be to simply create the same kind of JSON data structure that "imdb movies" outputs. Just read in your movie library data using the output from texturecache.py:
Code:
./texturecache.py Jd movies @extrajson.movies=imdbnumber,top250

then match each movie with it's current top250 value, and output those movies that need to be changed, eg.:
Code:
[
  {
    "items": {
      "top250": 1
    },
    "libraryid": 793,
    "title": "The Shawshank Redemption",
    "type": "movie"
  },
  {
    "items": {
      "top250": 2
    },
    "libraryid": 566,
    "title": "The Godfather",
    "type": "movie"
  },
  {
    "items": {
      "top250": 3
    },
    "libraryid": 567,
    "title": "The Godfather: Part II",
    "type": "movie"
  },
...
  {
    "items": {
      "top250": 0
    },
    "libraryid": 999,
    "title": "A movie that was in Top250, but now is not",
    "type": "movie"
  }
]

and feed that into "./texturecache.py set" to assign the new top250 values.

Strictly speaking the "title" field isn't important, and is only present for troubleshooting purposes so could be left out if you wish.

Or set individual movies with repeated calls to texturecache.py:
Code:
./texturecache.py set movie 793 top250 1
./texturecache.py set movie 566 top250 2
./texturecache.py set movie 567 top250 3
...
./texturecache.py set movie 999 top250 0

The big problem with Top250 is not setting the information, it's obtaining the new information in the first place - once you have it, setting it on the movies is quite easy! Smile

If you have a way to reliably scrape the Top250 information, a patch (or just code) would be welcome! Smile

Note also that recent Helix builds (from 9 Aug onwards) now update movies via JSON much, much faster than before - what previously took over an hour when updating 665 movies, now takes just over 1 minute.
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
A small problem on my Prismcube Ruby:
Code:
root@elmo:/mnt/hdd0# ./texturecache.py C tvshows Cracked

Caching artwork: 0 items remaining of 21 (qs: 0, qm: 0), 18 errors, 0 threads active (00.45 downloads per second, ETA: 00:00:00)

The following items could not be downloaded:

[banner    ] [Cracked, Staffel 2                      ] http://thetvdb.com/banners/seasonswide/260947-2.jpg
[banner    ] [Cracked                                 ] http://thetvdb.com/banners/graphical/260947-g6.jpg
[poster    ] [Cracked                                 ] http://thetvdb.com/banners/posters/260947-2.jpg
[fanart    ] [Cracked                                 ] http://thetvdb.com/banners/fanart/original/260947-3.jpg
[thumb     ] [Cracked, Staffel 1 Episode 1x01         ] http://thetvdb.com/banners/episodes/260947/4369282.jpg
[thumb     ] [Cracked, Staffel 1 Episode 1x02         ] http://thetvdb.com/banners/episodes/260947/4369283.jpg
[thumb     ] [Cracked, Staffel 1 Episode 1x04         ] http://thetvdb.com/banners/episodes/260947/4369285.jpg
[thumb     ] [Cracked, Staffel 1 Episode 1x05         ] http://thetvdb.com/banners/episodes/260947/4484478.jpg
[thumb     ] [Cracked, Staffel 1 Episode 1x06         ] http://thetvdb.com/banners/episodes/260947/4493310.jpg
[thumb     ] [Cracked, Staffel 1 Episode 1x07         ] http://thetvdb.com/banners/episodes/260947/4493311.jpg
[thumb     ] [Cracked, Staffel 1 Episode 1x08         ] http://thetvdb.com/banners/episodes/260947/4503648.jpg
[thumb     ] [Cracked, Staffel 1 Episode 1x09         ] http://thetvdb.com/banners/episodes/260947/4503649.jpg
[thumb     ] [Cracked, Staffel 1 Episode 1x11         ] http://thetvdb.com/banners/episodes/260947/4520292.jpg
[thumb     ] [Cracked, Staffel 1 Episode 1x10         ] http://thetvdb.com/banners/episodes/260947/4520291.jpg
[thumb     ] [Cracked, Staffel 1 Episode 1x12         ] http://thetvdb.com/banners/episodes/260947/4520293.jpg
[thumb     ] [Cracked, Staffel 1 Episode 1x13         ] http://thetvdb.com/banners/episodes/260947/4520294.jpg
[thumb     ] [Cracked, Staffel 2 Episode 2x01         ] http://thetvdb.com/banners/episodes/260947/4656487.jpg
[thumb     ] [Cracked, Staffel 2 Episode 2x02         ] http://thetvdb.com/banners/episodes/260947/4656488.jpg

Cache pre-load activity summary for "tvshows", filtered by "Cracked":

              |    banner   |    fanart   |    poster   |    thumb    |    TOTAL
--------------+-------------+-------------+-------------+-------------+-------------
Cached        |      -      |      -      |      2      |      1      |      3
Deleted       |      -      |      -      |      2      |      1      |      3
Duplicate     |      17     |      17     |      17     |      -      |      51
Error         |      2      |      1      |      1      |      14     |      18
Ignored       |      -      |      -      |      -      |      -      |      0
Season-all    |      -      |      -      |      -      |      -      |      0
Skipped       |      -      |      -      |      -      |      -      |      0
Undefined     |      -      |      -      |      -      |      -      |      0
====================================================================================
TOTAL         |      19     |      18     |      22     |      16     |      75
Download Time | 00:00:03.54 | 00:00:10.06 | 00:00:12.01 | 00:00:21.78 | 00:00:36.39

  Threads Used: 2
   Min/Avg/Max: 0.16 / 0.45 / 0.70

       Loading: 00:00:00.64
       Parsing: 00:00:00.07
     Comparing: 00:00:00.83
   Downloading: 00:00:37.04
TOTAL RUNTIME: 00:00:38.66
But the pictures are problemless downloadable by wget:
Code:
root@elmo:/mnt/hdd0# wget http://thetvdb.com/banners/seasonswide/260947-2.jpg
Connecting to thetvdb.com (141.101.113.81:80)
260947-2.jpg         100% |********************************************************************************************************************************************************************************************| 71301   0:00:00 ETA
root@elmo:/mnt/hdd0# ls -l 260947-2.jpg
-rw-r--r--    1 root     root         71301 Aug 16 18:07 260947-2.jpg
root@elmo:/mnt/hdd0#
Ideas?
Reply
Did you check the xbmc.log? It's XBMC/Kodi that is performing the download, not the script - when the download fails the script is only reporting the error, it has no idea why the error has occurred, that's only known to XBMC/Kodi. I suspect that some websites reject multiple/concurrent requests from the same IP, or simply don't have the capacity to handle all of the requests (ie. intermittent server issues). I see regular failures with imdb.com (mainly cast/actors) which I believe is rejecting multiple concurrent requests from the same IP. Maybe thetvdb.com had an outage during your session, or is employing similar flood protection - retry and see if the same error persists.
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
Thanks for the suggestion. Everytime the same errors on same image files, but the debug log is not very helpful:
Code:
01:18:36 T:716648448   DEBUG: Render 1
01:18:36 T:839267424   DEBUG: Previous line repeats 4 times.
01:18:36 T:839267424   DEBUG: webserver: request received for /jsonrpc
01:18:36 T:839267424   DEBUG: JSONRPC: Incoming request: {"jsonrpc": "2.0", "params": {"path": "image://http%3a%2f%2fthetvdb.com%2fbanners%2fgraphical%2f271936-g.jpg/"}, "method": "Files.PrepareDownload", "id": "preparedl"}
01:18:36 T:839267424   DEBUG: JSONRPC: Calling files.preparedownload
01:18:37 T:716648448   DEBUG: Render 1
01:18:37 T:837522528   DEBUG: webserver: request received for /jsonrpc
01:18:37 T:837522528   DEBUG: JSONRPC: Incoming request: {"jsonrpc": "2.0", "params": {"path": "image://http%3a%2f%2fthetvdb.com%2fbanners%2fseasonswide%2f271936-1.jpg/"}, "method": "Files.PrepareDownload", "id": "preparedl"}
01:18:37 T:837522528   DEBUG: JSONRPC: Calling files.preparedownload
01:18:37 T:839267424    INFO: easy_aquire - Created session to http://thetvdb.com
01:18:37 T:716648448   DEBUG: Render 1
01:18:37 T:837522528    INFO: easy_aquire - Created session to http://thetvdb.com
01:18:37 T:839267424   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:37 T:839267424   DEBUG: Loading: libopenmaxil.so
01:18:37 T:839267424   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:37 T:839267424   DEBUG: Dll libopenmaxil.so was not found in path
01:18:37 T:837522528   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:37 T:837522528   DEBUG: Loading: libopenmaxil.so
01:18:37 T:837522528   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:37 T:837522528   DEBUG: Dll libopenmaxil.so was not found in path
01:18:37 T:839267424   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:37 T:839267424   DEBUG: Loading: libopenmaxil.so
01:18:37 T:839267424   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:37 T:839267424   DEBUG: Dll libopenmaxil.so was not found in path
01:18:37 T:839267424   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:37 T:839267424   DEBUG: Loading: libopenmaxil.so
01:18:37 T:839267424   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:37 T:839267424   DEBUG: Dll libopenmaxil.so was not found in path
01:18:37 T:837522528   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:37 T:837522528   DEBUG: Loading: libopenmaxil.so
01:18:37 T:837522528   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:37 T:837522528   DEBUG: Dll libopenmaxil.so was not found in path
01:18:37 T:839267424   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:37 T:839267424   DEBUG: Loading: libopenmaxil.so
01:18:37 T:839267424   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:37 T:839267424   DEBUG: Dll libopenmaxil.so was not found in path
01:18:37 T:839267424   DEBUG: CurlFile::Open(0x1bbc1a0) http://thetvdb.com/banners/graphical/271936-g.jpg
01:18:37 T:837522528   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:37 T:716648448   DEBUG: Render 1
01:18:37 T:837522528   DEBUG: Loading: libopenmaxil.so
01:18:37 T:837522528   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:37 T:837522528   DEBUG: Dll libopenmaxil.so was not found in path
01:18:37 T:837522528   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:37 T:716648448   DEBUG: Render 1
01:18:37 T:837522528   DEBUG: Loading: libopenmaxil.so
01:18:37 T:837522528   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:37 T:837522528   DEBUG: Dll libopenmaxil.so was not found in path
01:18:37 T:837522528   DEBUG: CurlFile::Open(0x2428e88) http://thetvdb.com/banners/seasonswide/271936-1.jpg
01:18:37 T:716648448   DEBUG: Render 1
01:18:37 T:839267424   DEBUG: Previous line repeats 2 times.
01:18:37 T:839267424   DEBUG: is progressive image
01:18:37 T:716648448   DEBUG: Previous line repeats 1 times.
01:18:37 T:716648448   DEBUG: Render 1
01:18:37 T:835363936   DEBUG: Previous line repeats 6 times.
01:18:37 T:835363936   DEBUG: =========> 203, Process, LIRC.cpp : Timeout
01:18:37 T:835363936   DEBUG: =========> 208, Process, LIRC.cpp : now socket is closing
01:18:37 T:835363936   DEBUG: Thread RemoteSession 835363936 terminating
01:18:37 T:716648448   DEBUG: Render 1
01:18:37 T:839267424   DEBUG: Previous line repeats 2 times.
01:18:37 T:839267424   DEBUG: webserver: request received for /jsonrpc
01:18:37 T:839267424   DEBUG: JSONRPC: Incoming request: {"jsonrpc": "2.0", "params": {"path": "image://http%3a%2f%2fthetvdb.com%2fbanners%2fgraphical%2f271936-g.jpg/"}, "method": "Files.PrepareDownload", "id": "preparedl"}
01:18:37 T:839267424   DEBUG: JSONRPC: Calling files.preparedownload
01:18:37 T:837522528   DEBUG: webserver: request received for /jsonrpc
01:18:37 T:837522528   DEBUG: JSONRPC: Incoming request: {"jsonrpc": "2.0", "params": {"path": "image://http%3a%2f%2fthetvdb.com%2fbanners%2fseasonswide%2f271936-1.jpg/"}, "method": "Files.PrepareDownload", "id": "preparedl"}
01:18:37 T:837522528   DEBUG: JSONRPC: Calling files.preparedownload
01:18:37 T:716648448   DEBUG: Render 1
01:18:37 T:839267424   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:37 T:839267424   DEBUG: Loading: libopenmaxil.so
01:18:37 T:839267424   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:37 T:839267424   DEBUG: Dll libopenmaxil.so was not found in path
01:18:37 T:839267424   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:38 T:839267424   DEBUG: Loading: libopenmaxil.so
01:18:38 T:839267424   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:38 T:839267424   DEBUG: Dll libopenmaxil.so was not found in path
01:18:38 T:839267424   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:38 T:716648448   DEBUG: Render 1
01:18:38 T:839267424   DEBUG: Loading: libopenmaxil.so
01:18:38 T:839267424   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:38 T:839267424   DEBUG: Dll libopenmaxil.so was not found in path
01:18:38 T:837522528   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:38 T:837522528   DEBUG: Loading: libopenmaxil.so
01:18:38 T:837522528   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:38 T:837522528   DEBUG: Dll libopenmaxil.so was not found in path
01:18:38 T:839267424   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:38 T:839267424   DEBUG: Loading: libopenmaxil.so
01:18:38 T:839267424   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:38 T:839267424   DEBUG: Dll libopenmaxil.so was not found in path
01:18:38 T:837522528   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:38 T:837522528   DEBUG: Loading: libopenmaxil.so
01:18:38 T:837522528   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:38 T:837522528   DEBUG: Dll libopenmaxil.so was not found in path
01:18:38 T:837522528   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:38 T:837522528   DEBUG: Loading: libopenmaxil.so
01:18:38 T:837522528   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:38 T:837522528   DEBUG: Dll libopenmaxil.so was not found in path
01:18:38 T:837522528   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:38 T:837522528   DEBUG: Loading: libopenmaxil.so
01:18:38 T:839267424   DEBUG: CurlFile::Open(0x1bbc1a0) http://thetvdb.com/banners/graphical/271936-g.jpg
01:18:38 T:716648448   DEBUG: Render 1
01:18:38 T:837522528   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:38 T:837522528   DEBUG: Dll libopenmaxil.so was not found in path
01:18:38 T:837522528   DEBUG: CurlFile::Open(0x1e896b8) http://thetvdb.com/banners/seasonswide/271936-1.jpg
01:18:38 T:716648448   DEBUG: Render 1
01:18:38 T:839267424   DEBUG: is progressive image
01:18:38 T:716648448   DEBUG: Previous line repeats 1 times.
01:18:38 T:716648448   DEBUG: Render 1
01:18:38 T:839267424   DEBUG: Previous line repeats 10 times.
01:18:38 T:839267424   DEBUG: webserver: request received for /jsonrpc
01:18:38 T:837522528   DEBUG: Previous line repeats 1 times.
01:18:38 T:837522528   DEBUG: JSONRPC: Incoming request: {"jsonrpc": "2.0", "params": {"path": "image://http%3a%2f%2fthetvdb.com%2fbanners%2fseasonswide%2f271936-1.jpg/"}, "method": "Files.PrepareDownload", "id": "preparedl"}
01:18:38 T:837522528   DEBUG: JSONRPC: Calling files.preparedownload
01:18:38 T:839267424   DEBUG: JSONRPC: Incoming request: {"jsonrpc": "2.0", "params": {"path": "image://http%3a%2f%2fthetvdb.com%2fbanners%2fgraphical%2f271936-g.jpg/"}, "method": "Files.PrepareDownload", "id": "preparedl"}
01:18:38 T:839267424   DEBUG: JSONRPC: Calling files.preparedownload
01:18:38 T:716648448   DEBUG: Render 1
01:18:38 T:837522528   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:38 T:837522528   DEBUG: Loading: libopenmaxil.so
01:18:38 T:716648448   DEBUG: Render 1
01:18:38 T:837522528   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:38 T:837522528   DEBUG: Dll libopenmaxil.so was not found in path
01:18:38 T:839267424   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:38 T:839267424   DEBUG: Loading: libopenmaxil.so
01:18:38 T:839267424   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:38 T:839267424   DEBUG: Dll libopenmaxil.so was not found in path
01:18:38 T:837522528   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:38 T:837522528   DEBUG: Loading: libopenmaxil.so
01:18:38 T:837522528   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:38 T:837522528   DEBUG: Dll libopenmaxil.so was not found in path
01:18:38 T:837522528   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:38 T:837522528   DEBUG: Loading: libopenmaxil.so
01:18:38 T:837522528   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:38 T:837522528   DEBUG: Dll libopenmaxil.so was not found in path
01:18:38 T:839267424   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:38 T:839267424   DEBUG: Loading: libopenmaxil.so
01:18:38 T:839267424   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:38 T:839267424   DEBUG: Dll libopenmaxil.so was not found in path
01:18:38 T:839267424   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:38 T:839267424   DEBUG: Loading: libopenmaxil.so
01:18:38 T:839267424   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:38 T:839267424   DEBUG: Dll libopenmaxil.so was not found in path
01:18:38 T:837522528   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:38 T:716648448   DEBUG: Render 1
01:18:38 T:837522528   DEBUG: Loading: libopenmaxil.so
01:18:38 T:837522528   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:38 T:837522528   DEBUG: Dll libopenmaxil.so was not found in path
01:18:38 T:839267424   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:38 T:839267424   DEBUG: Loading: libopenmaxil.so
01:18:38 T:839267424   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:38 T:839267424   DEBUG: Dll libopenmaxil.so was not found in path
01:18:38 T:839267424   DEBUG: CurlFile::Open(0x24b65a8) http://thetvdb.com/banners/graphical/271936-g.jpg
01:18:38 T:837522528   DEBUG: CurlFile::Open(0x1bbc1a0) http://thetvdb.com/banners/seasonswide/271936-1.jpg
01:18:38 T:716648448   DEBUG: Render 1
01:18:39 T:837522528   DEBUG: Previous line repeats 1 times.
01:18:39 T:837522528   DEBUG: is progressive image
01:18:39 T:716648448   DEBUG: Render 1
01:18:39 T:839267424   DEBUG: is progressive image
01:18:39 T:716648448   DEBUG: Render 1
01:18:39 T:837522528   DEBUG: Previous line repeats 8 times.
01:18:39 T:837522528   DEBUG: webserver: request received for /jsonrpc
01:18:39 T:837522528   DEBUG: JSONRPC: Incoming request: {"jsonrpc": "2.0", "params": {"path": "image://http%3a%2f%2fthetvdb.com%2fbanners%2fseasonswide%2f271936-1.jpg/"}, "method": "Files.PrepareDownload", "id": "preparedl"}
01:18:39 T:837522528   DEBUG: JSONRPC: Calling files.preparedownload
01:18:39 T:716648448   DEBUG: Render 1
01:18:39 T:839267424   DEBUG: webserver: request received for /jsonrpc
01:18:39 T:839267424   DEBUG: JSONRPC: Incoming request: {"jsonrpc": "2.0", "params": {"path": "image://http%3a%2f%2fthetvdb.com%2fbanners%2fgraphical%2f271936-g.jpg/"}, "method": "Files.PrepareDownload", "id": "preparedl"}
01:18:39 T:839267424   DEBUG: JSONRPC: Calling files.preparedownload
01:18:39 T:716648448   DEBUG: Render 1
01:18:39 T:839267424   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:39 T:839267424   DEBUG: Loading: libopenmaxil.so
01:18:39 T:839267424   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:39 T:839267424   DEBUG: Dll libopenmaxil.so was not found in path
01:18:39 T:839267424   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:39 T:839267424   DEBUG: Loading: libopenmaxil.so
01:18:39 T:839267424   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:39 T:839267424   DEBUG: Dll libopenmaxil.so was not found in path
01:18:39 T:837522528   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:39 T:716648448   DEBUG: Render 1
01:18:39 T:837522528   DEBUG: Loading: libopenmaxil.so
01:18:39 T:837522528   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:39 T:837522528   DEBUG: Dll libopenmaxil.so was not found in path
01:18:39 T:839267424   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:39 T:839267424   DEBUG: Loading: libopenmaxil.so
01:18:39 T:839267424   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:39 T:839267424   DEBUG: Dll libopenmaxil.so was not found in path
01:18:39 T:839267424   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:39 T:839267424   DEBUG: Loading: libopenmaxil.so
01:18:39 T:839267424   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:39 T:839267424   DEBUG: Dll libopenmaxil.so was not found in path
01:18:39 T:837522528   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:39 T:837522528   DEBUG: Loading: libopenmaxil.so
01:18:39 T:837522528   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:39 T:837522528   DEBUG: Dll libopenmaxil.so was not found in path
01:18:39 T:837522528   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:39 T:839267424   DEBUG: CurlFile::Open(0x157ef40) http://thetvdb.com/banners/graphical/271936-g.jpg
01:18:39 T:837522528   DEBUG: Loading: libopenmaxil.so
01:18:39 T:837522528   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:39 T:837522528   DEBUG: Dll libopenmaxil.so was not found in path
01:18:39 T:837522528   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:39 T:837522528   DEBUG: Loading: libopenmaxil.so
01:18:39 T:837522528   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:39 T:837522528   DEBUG: Dll libopenmaxil.so was not found in path
01:18:39 T:837522528   DEBUG: CurlFile::Open(0x1811558) http://thetvdb.com/banners/seasonswide/271936-1.jpg
01:18:39 T:716648448   DEBUG: Render 1
01:18:39 T:839267424   DEBUG: is progressive image
01:18:39 T:716648448   DEBUG: Previous line repeats 1 times.
01:18:39 T:716648448   DEBUG: Render 1
01:18:39 T:837522528   DEBUG: webserver: request received for /jsonrpc
01:18:39 T:837522528   DEBUG: JSONRPC: Incoming request: {"jsonrpc": "2.0", "params": {"path": "image://http%3a%2f%2fthetvdb.com%2fbanners%2fposters%2f271936-2.jpg/"}, "method": "Files.PrepareDownload", "id": "preparedl"}
01:18:39 T:837522528   DEBUG: JSONRPC: Calling files.preparedownload
01:18:39 T:716648448   DEBUG: Render 1
01:18:39 T:839267424   DEBUG: webserver: request received for /jsonrpc
01:18:39 T:839267424   DEBUG: JSONRPC: Incoming request: {"jsonrpc": "2.0", "params": {"path": "image://http%3a%2f%2fthetvdb.com%2fbanners%2fseasons%2f271936-1-2.jpg/"}, "method": "Files.PrepareDownload", "id": "preparedl"}
01:18:39 T:839267424   DEBUG: JSONRPC: Calling files.preparedownload
01:18:39 T:716648448   DEBUG: Render 1
01:18:39 T:837522528   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:39 T:837522528   DEBUG: Loading: libopenmaxil.so
01:18:39 T:837522528   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:39 T:837522528   DEBUG: Dll libopenmaxil.so was not found in path
01:18:39 T:837522528   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:39 T:716648448   DEBUG: Render 1
01:18:39 T:837522528   DEBUG: Loading: libopenmaxil.so
01:18:39 T:837522528   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:39 T:837522528   DEBUG: Dll libopenmaxil.so was not found in path
01:18:39 T:839267424   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:39 T:839267424   DEBUG: Loading: libopenmaxil.so
01:18:39 T:839267424   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:39 T:839267424   DEBUG: Dll libopenmaxil.so was not found in path
01:18:39 T:837522528   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:39 T:837522528   DEBUG: Loading: libopenmaxil.so
01:18:39 T:837522528   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:39 T:837522528   DEBUG: Dll libopenmaxil.so was not found in path
01:18:39 T:837522528   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:40 T:837522528   DEBUG: Loading: libopenmaxil.so
01:18:40 T:837522528   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:40 T:837522528   DEBUG: Dll libopenmaxil.so was not found in path
01:18:40 T:839267424   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:40 T:839267424   DEBUG: Loading: libopenmaxil.so
01:18:40 T:839267424   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:40 T:839267424   DEBUG: Dll libopenmaxil.so was not found in path
01:18:40 T:839267424   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:40 T:837522528   DEBUG: CurlFile::Open(0x218f040) http://thetvdb.com/banners/posters/271936-2.jpg
01:18:40 T:716648448   DEBUG: Render 1
01:18:40 T:839267424   DEBUG: Loading: libopenmaxil.so
01:18:40 T:839267424   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:40 T:839267424   DEBUG: Dll libopenmaxil.so was not found in path
01:18:40 T:839267424   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:40 T:839267424   DEBUG: Loading: libopenmaxil.so
01:18:40 T:839267424   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:40 T:839267424   DEBUG: Dll libopenmaxil.so was not found in path
01:18:40 T:839267424   DEBUG: CurlFile::Open(0x25e0178) http://thetvdb.com/banners/seasons/271936-1-2.jpg
01:18:40 T:716648448   DEBUG: Render 1
01:18:40 T:839267424   DEBUG: Previous line repeats 2 times.
01:18:40 T:839267424   DEBUG: is progressive image
01:18:40 T:716648448   DEBUG: Render 1
01:18:40 T:837522528   DEBUG: Previous line repeats 2 times.
01:18:40 T:837522528   DEBUG: is progressive image
01:18:40 T:716648448   DEBUG: Render 1
01:18:40 T:839267424   DEBUG: Previous line repeats 6 times.
01:18:40 T:839267424   DEBUG: webserver: request received for /jsonrpc
01:18:40 T:839267424   DEBUG: JSONRPC: Incoming request: {"jsonrpc": "2.0", "params": {"path": "image://http%3a%2f%2fthetvdb.com%2fbanners%2fseasons%2f271936-1-2.jpg/"}, "method": "Files.PrepareDownload", "id": "preparedl"}
01:18:40 T:839267424   DEBUG: JSONRPC: Calling files.preparedownload
01:18:40 T:839267424   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:40 T:716648448   DEBUG: Render 1
01:18:40 T:839267424   DEBUG: Loading: libopenmaxil.so
01:18:40 T:839267424   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:40 T:839267424   DEBUG: Dll libopenmaxil.so was not found in path
01:18:40 T:839267424   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:40 T:839267424   DEBUG: Loading: libopenmaxil.so
01:18:40 T:839267424   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:40 T:839267424   DEBUG: Dll libopenmaxil.so was not found in path
01:18:40 T:839267424   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:40 T:839267424   DEBUG: Loading: libopenmaxil.so
01:18:40 T:839267424   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:40 T:839267424   DEBUG: Dll libopenmaxil.so was not found in path
01:18:40 T:839267424   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:40 T:839267424   DEBUG: Loading: libopenmaxil.so
01:18:40 T:839267424   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:40 T:839267424   DEBUG: Dll libopenmaxil.so was not found in path
01:18:40 T:839267424   DEBUG: CurlFile::Open(0x18115e8) http://thetvdb.com/banners/seasons/271936-1-2.jpg
01:18:40 T:716648448   DEBUG: Render 1
01:18:40 T:837522528   DEBUG: Previous line repeats 1 times.
01:18:40 T:837522528   DEBUG: webserver: request received for /jsonrpc
01:18:40 T:837522528   DEBUG: JSONRPC: Incoming request: {"jsonrpc": "2.0", "params": {"path": "image://http%3a%2f%2fthetvdb.com%2fbanners%2fposters%2f271936-2.jpg/"}, "method": "Files.PrepareDownload", "id": "preparedl"}
01:18:40 T:837522528   DEBUG: JSONRPC: Calling files.preparedownload
01:18:40 T:716648448   DEBUG: Render 1
01:18:40 T:839267424   DEBUG: is progressive image
01:18:40 T:716648448   DEBUG: Render 1
01:18:40 T:837522528   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:41 T:837522528   DEBUG: Loading: libopenmaxil.so
01:18:41 T:837522528   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:41 T:837522528   DEBUG: Dll libopenmaxil.so was not found in path
01:18:41 T:837522528   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:41 T:837522528   DEBUG: Loading: libopenmaxil.so
01:18:41 T:837522528   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:41 T:837522528   DEBUG: Dll libopenmaxil.so was not found in path
01:18:41 T:837522528   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:41 T:837522528   DEBUG: Loading: libopenmaxil.so
01:18:41 T:837522528   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:41 T:837522528   DEBUG: Dll libopenmaxil.so was not found in path
01:18:41 T:837522528   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:41 T:837522528   DEBUG: Loading: libopenmaxil.so
01:18:41 T:837522528   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:41 T:837522528   DEBUG: Dll libopenmaxil.so was not found in path
01:18:41 T:837522528   DEBUG: CurlFile::Open(0x24b65a8) http://thetvdb.com/banners/posters/271936-2.jpg
01:18:41 T:716648448   DEBUG: Render 1
01:18:41 T:837522528   DEBUG: Previous line repeats 4 times.
01:18:41 T:837522528   DEBUG: is progressive image
01:18:41 T:716648448   DEBUG: Render 1
01:18:41 T:839267424   DEBUG: Previous line repeats 2 times.
01:18:41 T:839267424   DEBUG: webserver: request received for /jsonrpc
01:18:41 T:839267424   DEBUG: JSONRPC: Incoming request: {"jsonrpc": "2.0", "params": {"path": "image://http%3a%2f%2fthetvdb.com%2fbanners%2fseasons%2f271936-1-2.jpg/"}, "method": "Files.PrepareDownload", "id": "preparedl"}
01:18:41 T:839267424   DEBUG: JSONRPC: Calling files.preparedownload
01:18:41 T:716648448   DEBUG: Render 1
01:18:41 T:839267424   DEBUG: Previous line repeats 1 times.
01:18:41 T:839267424   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:41 T:839267424   DEBUG: Loading: libopenmaxil.so
01:18:41 T:839267424   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:41 T:839267424   DEBUG: Dll libopenmaxil.so was not found in path
01:18:41 T:839267424   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:41 T:839267424   DEBUG: Loading: libopenmaxil.so
01:18:41 T:839267424   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:41 T:839267424   DEBUG: Dll libopenmaxil.so was not found in path
01:18:41 T:839267424   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:41 T:839267424   DEBUG: Loading: libopenmaxil.so
01:18:41 T:839267424   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:41 T:839267424   DEBUG: Dll libopenmaxil.so was not found in path
01:18:41 T:839267424   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:41 T:839267424   DEBUG: Loading: libopenmaxil.so
01:18:41 T:839267424   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:41 T:839267424   DEBUG: Dll libopenmaxil.so was not found in path
01:18:41 T:839267424   DEBUG: CurlFile::Open(0x24b65a8) http://thetvdb.com/banners/seasons/271936-1-2.jpg
01:18:41 T:716648448   DEBUG: Render 1
01:18:41 T:839267424   DEBUG: Previous line repeats 1 times.
01:18:41 T:839267424   DEBUG: is progressive image
01:18:41 T:716648448   DEBUG: Render 1
01:18:41 T:837522528   DEBUG: Previous line repeats 3 times.
01:18:41 T:837522528   DEBUG: webserver: request received for /jsonrpc
01:18:41 T:837522528   DEBUG: JSONRPC: Incoming request: {"jsonrpc": "2.0", "params": {"path": "image://http%3a%2f%2fthetvdb.com%2fbanners%2fposters%2f271936-2.jpg/"}, "method": "Files.PrepareDownload", "id": "preparedl"}
01:18:41 T:837522528   DEBUG: JSONRPC: Calling files.preparedownload
01:18:41 T:716648448   DEBUG: Render 1
01:18:41 T:837522528   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:41 T:716648448   DEBUG: Render 1
01:18:41 T:837522528   DEBUG: Loading: libopenmaxil.so
01:18:41 T:837522528   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:41 T:837522528   DEBUG: Dll libopenmaxil.so was not found in path
01:18:41 T:837522528   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:41 T:837522528   DEBUG: Loading: libopenmaxil.so
01:18:41 T:837522528   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:41 T:837522528   DEBUG: Dll libopenmaxil.so was not found in path
01:18:41 T:837522528   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:41 T:837522528   DEBUG: Loading: libopenmaxil.so
01:18:41 T:837522528   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:41 T:837522528   DEBUG: Dll libopenmaxil.so was not found in path
01:18:41 T:837522528   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:41 T:837522528   DEBUG: Loading: libopenmaxil.so
01:18:41 T:837522528   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:41 T:837522528   DEBUG: Dll libopenmaxil.so was not found in path
01:18:41 T:837522528   DEBUG: CurlFile::Open(0x24b65a8) http://thetvdb.com/banners/posters/271936-2.jpg
01:18:42 T:716648448   DEBUG: Render 1
01:18:42 T:839267424   DEBUG: Previous line repeats 3 times.
01:18:42 T:839267424   DEBUG: webserver: request received for /jsonrpc
01:18:42 T:839267424   DEBUG: JSONRPC: Incoming request: {"jsonrpc": "2.0", "params": {"path": "image://http%3a%2f%2fthetvdb.com%2fbanners%2fseasons%2f271936-1-2.jpg/"}, "method": "Files.PrepareDownload", "id": "preparedl"}
01:18:42 T:839267424   DEBUG: JSONRPC: Calling files.preparedownload
01:18:42 T:716648448   DEBUG: Render 1
01:18:42 T:839267424   DEBUG: Previous line repeats 1 times.
01:18:42 T:839267424   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:42 T:839267424   DEBUG: Loading: libopenmaxil.so
01:18:42 T:839267424   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:42 T:839267424   DEBUG: Dll libopenmaxil.so was not found in path
01:18:42 T:839267424   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:42 T:839267424   DEBUG: Loading: libopenmaxil.so
01:18:42 T:839267424   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:42 T:839267424   DEBUG: Dll libopenmaxil.so was not found in path
01:18:42 T:839267424   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:42 T:716648448   DEBUG: Render 1
01:18:42 T:839267424   DEBUG: Loading: libopenmaxil.so
01:18:42 T:839267424   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:42 T:839267424   DEBUG: Dll libopenmaxil.so was not found in path
01:18:42 T:839267424   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:42 T:837522528   DEBUG: is progressive image
01:18:42 T:839267424   DEBUG: Loading: libopenmaxil.so
01:18:42 T:839267424   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:42 T:839267424   DEBUG: Dll libopenmaxil.so was not found in path
01:18:42 T:839267424   DEBUG: CurlFile::Open(0x2198910) http://thetvdb.com/banners/seasons/271936-1-2.jpg
01:18:42 T:716648448   DEBUG: Render 1
01:18:42 T:839267424   DEBUG: is progressive image
01:18:42 T:716648448   DEBUG: Render 1
01:18:42 T:837522528   DEBUG: Previous line repeats 8 times.
01:18:42 T:837522528   DEBUG: webserver: request received for /jsonrpc
01:18:42 T:837522528   DEBUG: JSONRPC: Incoming request: {"jsonrpc": "2.0", "params": {"path": "image://http%3a%2f%2fthetvdb.com%2fbanners%2fposters%2f271936-2.jpg/"}, "method": "Files.PrepareDownload", "id": "preparedl"}
01:18:42 T:837522528   DEBUG: JSONRPC: Calling files.preparedownload
01:18:42 T:837522528   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:42 T:837522528   DEBUG: Loading: libopenmaxil.so
01:18:42 T:837522528   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:42 T:837522528   DEBUG: Dll libopenmaxil.so was not found in path
01:18:42 T:837522528   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:42 T:837522528   DEBUG: Loading: libopenmaxil.so
01:18:42 T:837522528   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:42 T:837522528   DEBUG: Dll libopenmaxil.so was not found in path
01:18:42 T:837522528   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:42 T:716648448   DEBUG: Render 1
01:18:42 T:837522528   DEBUG: Loading: libopenmaxil.so
01:18:42 T:837522528   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:42 T:837522528   DEBUG: Dll libopenmaxil.so was not found in path
01:18:42 T:837522528   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
01:18:42 T:837522528   DEBUG: Loading: libopenmaxil.so
01:18:42 T:837522528   ERROR: Unable to load libopenmaxil.so, reason: libopenmaxil.so: cannot open shared object file: No such file or directory
01:18:42 T:837522528   DEBUG: Dll libopenmaxil.so was not found in path
01:18:42 T:837522528   DEBUG: CurlFile::Open(0x1bbc1a0) http://thetvdb.com/banners/posters/271936-2.jpg
01:18:42 T:716648448   DEBUG: Render 1
01:18:43 T:837522528   DEBUG: Previous line repeats 5 times.
01:18:43 T:837522528   DEBUG: is progressive image
01:18:43 T:716648448   DEBUG: Render 1
01:18:44 T:845943904   DEBUG: Previous line repeats 14 times.
01:18:44 T:845943904    INFO: JSONRPC Server: Disconnection detected
Further ideas?
EDIT:
libopenmaxil.so is nowhere in my image, not necessary?
Reply
(2014-08-17, 01:26)markuschen Wrote: libopenmaxil.so is nowhere in my image, not necessary?

Yes it's necessary, and most likely why XBMC is failing to cache (decode/encode => download) any artwork. I'd suggest opening a separate thread with the hope that someone can help you fix your system - do try and mention the full details of your install, for instance whether this is Raspbmc or Raspbian or something else, and which specific build/version.
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
So far, thanks for your help. The libopenmaxil.so is made by Broadcom for the Raspberry Pi, but i have a Prismcube Ruby - a STB with xbmc 12.1 onboard. WTF?
Reply
Version 1.7.2

I have now added Top 250 movie support to the "imdb movies". The top250 movie rankings are extracted from this RSS feed which seems fairly accurate, although I'm not entirely sure how often it updates. I've also now added the "top250" field to the default @imdb.fields list, in addition to ratings and votes. Add additional fields with "@imdb.fields=+<field1>,<field2>", and replace the existing default fields with "@imdb.fields=<field1>,<field2>".
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
Version 1.7.3

Looks like the Top250 RSS feed is a bit stale, so I've switched to using this page as a source, which I *think* is accurate and appears to update daily - the quoted "01:00" seems to be CDT in the US, which is UTC -5, so the page updates at ~06:00 UTC. Unfortunately it's an HTML page, so could break at any time... fingers crossed it doesn't change for a while yet.
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
Do you think your Script can help me on this issue? http://forum.xbmc.org/showthread.php?tid=202670
Reply
I have run the script which completed successfully over a library of 2500+ movies, it ran for around 6 hours with some errors on some rows, not sure what the error were meant for.

Even after running the script the movie library scrolling performance has not improved. It is the same or maybe worst. In frodo the movie library instantly updated my "list" view with the movie posted and the movie fanart in the background. However now in Gotham, it is still very slow and poster is displayed with a gap or 7-10 sec or maybe more, and sometimes the fanart is not loaded at all.

This is a big turn down for me as the visual appeal of the whole home movie theatre is spoiled. I have tried running it with the default confluence skin , but am now using the Aeon Gotham 4.1.9.x and the issue remains the same.

Can I downgrade back to Frodo. I read that the database in the earlier version is also saved while upgrading, i still want to remain on Gotham however if the library is back with all the bling bling.

Any further ideas or guidance is appreciated.

Thanks.
Reply
@HyperEscape: I replied in the other thread where you posted this and I'm still waiting for a response.
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
Hi I usually run option "qa" to find if any episodes are missing thumbs and when I ran it today, it gave me the following result that I don't understand

Code:
Parsing Episodes: Avatar: The Last Airbender, Specials Episode S03. Chibi Short: Swamp Skiin' Throwdown.
Parsing Seasons: Banshee, Season 1...

the mentioned episode has both info and thumb correctly. The season has everything too. What am I missing?
~Web and graphic designer... Linux enthusiast... Python Fan... A Gooner~
[AMD A10-7850K 3.7 Ghz, Radeon R7]
[Fedora 27] | [Kodi - 17.6 / Skin - Grid]

Image
Reply
Probably the title is too long for the console window, so the line wrapped? Make your console wider.
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
LOL.. sorry.. that was stupid on my part ! Big Grin Big Grin
~Web and graphic designer... Linux enthusiast... Python Fan... A Gooner~
[AMD A10-7850K 3.7 Ghz, Radeon R7]
[Fedora 27] | [Kodi - 17.6 / Skin - Grid]

Image
Reply
  • 1
  • 69
  • 70
  • 71(current)
  • 72
  • 73
  • 197

Logout Mark Read Team Forum Stats Members Help
[RELEASE] Texture Cache Maintenance utility17