Posts: 2
Joined: Mar 2011
Reputation:
0
Just given this a shot and, while it works great, even on my tablet, the thumbnails are refusing to load. I skimmed through this thread for possible solutions, but so far none of them have fixed it. I don't suppose anyone has any new suggestions on getting this fixed? The software is great, but the lack of thumbnails is really annoying.
Posts: 2
Joined: Aug 2012
Reputation:
0
I had the same problem. It has something to do with python. I don't remember at the moment what was missing in my python setup but once I added that, the thumbnails started working.
Posts: 1,251
Joined: Aug 2007
Reputation:
11
2012-08-04, 01:09
(This post was last modified: 2012-08-04, 01:16 by Aenima99x.)
I'm also seeing issues with thumbnails, but it's only some thumbnails. I've found no pattern to the missing thumbs. I'm running HTPC-Manager on Ubuntu and XBMC git updated every night with a MySQL db.
EDIT - Looks like it's having problems with only images that point to the local server, but not if they point to a TVDB or TMDB url?
Traceback (most recent call last):
File "/home/xbmc/Software/HTPC-Manager/libs/cherrypy/_cprequest.py", line 656, in respond
response.body = self.handler()
File "/home/xbmc/Software/HTPC-Manager/libs/cherrypy/lib/encoding.py", line 188, in __call__
self.body = self.oldhandler(*args, **kwargs)
File "/home/xbmc/Software/HTPC-Manager/libs/cherrypy/_cpdispatch.py", line 34, in __call__
return self.callable(*self.args, **self.kwargs)
File "/home/xbmc/Software/HTPC-Manager/modules/xbmc.py", line 61, in GetThumb
fileObject = urllib2.urlopen(request)
File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 386, in open
protocol = req.get_type()
File "/usr/lib/python2.7/urllib2.py", line 248, in get_type
raise ValueError, "unknown url type: %s" % self.__original
ValueError: unknown url type: /home/xbmc/Media/TV/School Spirits/fanart.jpg
Posts: 48
Joined: Mar 2011
Reputation:
2
My Frodo support was broken and the javascript for loading thumbs for series when using posters was broken aswell (I use banners myself).
Both should be fixed in latest commit. Can anyone confirm?
Posts: 48
Joined: Mar 2011
Reputation:
2
Latest commit now has support for setting datadir, pid and port through commandline parameters.
Posts: 48
Joined: Mar 2011
Reputation:
2
Are you using the latest commit? I don't see any changes that should have impact.
I tried the latest windows version and it seems to work fine.
Posts: 1,251
Joined: Aug 2007
Reputation:
11
Yes, using the latest commit. The Recently Added Music disappeared for me.