2013-11-13, 20:13
First of all, thanks very much for this script. Awesome work, it makes using the Pi much more fun 
But, I've got a few problems for quite some days now. I'm very bad in understanding code ^^, so can someone tell me, what this might mean?
Thanks very much!!!

But, I've got a few problems for quite some days now. I'm very bad in understanding code ^^, so can someone tell me, what this might mean?
Quote:Caching artwork: 0 items remaining of 2 (qs: 0, qm: 0), 0 errors, 1 thread active (10.40 downloads per second, ETA: 00:00:00)
/usr/lib/python2.7/urllib.py:1268: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
Traceback (most recent call last):
File "./texturecache.py", line 5201, in <module>
main(sys.argv[1:])
File "./texturecache.py", line 5083, in main
extraFields=_extraFields, query=_query)
File "./texturecache.py", line 2652, in jsonQuery
cacheImages(mediatype, jcomms, database, data, title_name, id_name, force, nodownload)
File "./texturecache.py", line 2691, in cacheImages
parseURLData(jcomms, mediatype, mediaitems, imagecache, data, title_name, id_name)
File "./texturecache.py", line 2940, in parseURLData
parseURLData(jcomms, "seasons", mediaitems, imagecache, item["seasons"], "label", "season", showName=title)
File "./texturecache.py", line 2921, in parseURLData
(poster_url, fanart_url, banner_url) = jcomms.getSeasonAll(item["art"]["poster"])
File "./texturecache.py", line 1449, in getSeasonAll
if fname.startswith("season-all-poster."): poster_url = "image://%s%s" % (urllib2.quote(f["file"], "()"),ADD_BACK)
File "./Lib/urllib.py", line 1268, in quote
KeyError: u'\xfc'
Thanks very much!!!