No movie/tv images show in (any) web interface
#1
Exclamation 
OS: Linux
XBMC Gotham 13.0

Not sure when this started, but as the post title says, no images - aside from UI images such as
Code:
http://192.168.99.11:8080/images/ajax-loader.gif
and
Code:
http://192.168.99.11:8080/images/remote.jpg
load in any web interface. I've tried fresh install, first with the old .nfo's (that were exported through the Video-preference pane) and when it still didn't work I removed those and did a new fresh install + scrape. I've tried both Firefox and Safari with the same result.

I'm using the Universal Movie Scraper for movies and TVDB for TV, and all images/posters/fanart show just fine in XBMC itself.

After enabling debugging, I restarted XBMC and did a refresh on the web page. The debug log can be found here: http://xbmclogs.com/show.php?id=197079

Using the network inspector in Firefox, I can see that it tries to load
Code:
http://192.168.99.11:8080/image/image://http%253a%252f%252fd3gtl9l2a4fn1j.cloudfront.net%252ft%252fp%252foriginal%252ffHBz5EnvLWkW2blBlWpk9M4fGVC.jpg/

Opening that URL in the browser gives "File not found".

Using the texturecache.py utility, this is what I find:
Code:
~ $ ./texturecache.py s fHBz5EnvLWkW2blBlWpk9M4fGVC.jpg
006505|9/9cc18d1a.jpg|0720|0486|0001|2014-05-09 16:53:10|                   |http://d3gtl9l2a4fn1j.cloudfront.net/t/p/original/fHBz5EnvLWkW2blBlWpk9M4fGVC.jpg
Matching row ids: 6505

~ $ find .xbmc -name 9cc18d1a.jpg
.xbmc/userdata/Thumbnails/9/9cc18d1a.jpg

~ $ file .xbmc/userdata/Thumbnails/9/9cc18d1a.jpg
.xbmc/userdata/Thumbnails/9/9cc18d1a.jpg: JPEG image data, JFIF standard 1.01


Looking at the HTML for a movie, it shows:
Code:
<div class="inner"><img alt="(500) Days of Summer" src="image/image://http%253a%252f%252fd3gtl9l2a4fn1j.cloudfront.net%252ft%252fp%252foriginal%252f5SjtNPD1bb182vzQccvEUpXHFjN.jpg/"></div>

and texturecache.py:
Code:
~ $ ./texturecache.py j movies "500"
[
  {
    "art": {
      "banner": "image://http%3a%2f%2fassets.fanart.tv%2ffanart%2fmovies%2f19913%2fmoviebanner%2f500-days-of-summer-51a86122e613d.jpg/",
      "clearart": "image://http%3a%2f%2fassets.fanart.tv%2ffanart%2fmovies%2f19913%2fhdmovieclearart%2f500-days-of-summer-52072641b19a3.png/",
      "clearlogo": "image://http%3a%2f%2fassets.fanart.tv%2ffanart%2fmovies%2f19913%2fhdmovielogo%2f500-days-of-summer-51f2109d654f3.png/",
      "discart": "image://http%3a%2f%2fassets.fanart.tv%2ffanart%2fmovies%2f19913%2fmoviedisc%2f500-days-of-summer-52e9ac1f89f47.png/",
      "fanart": "image://http%3a%2f%2fd3gtl9l2a4fn1j.cloudfront.net%2ft%2fp%2foriginal%2fwjnvCroLmiHF7r7yEPbAXYP9tpW.jpg/",
      "landscape": "image://http%3a%2f%2fassets.fanart.tv%2ffanart%2fmovies%2f19913%2fmoviethumb%2f500-days-of-summer-51a86138102cd.jpg/",
      "poster": "image://http%3a%2f%2fd3gtl9l2a4fn1j.cloudfront.net%2ft%2fp%2foriginal%2f5SjtNPD1bb182vzQccvEUpXHFjN.jpg/"
    },
    "file": "/media/Movies/500.Days.Of.Summer.BDRip.XviD-ARiGOLD/arigold-dos-xvid.avi",
    "label": "(500) Days of Summer",
    "movieid": 6,
    "title": "(500) Days of Summer"
  }
]

Does anyone have any ideas? Because I can't think of anything else to try.

Any and all input welcome.

Thanks in advance.
Reply


Messages In This Thread
No movie/tv images show in (any) web interface - by atmominds - 2014-05-09, 20:35
Logout Mark Read Team Forum Stats Members Help
No movie/tv images show in (any) web interface1