Error while Creating Thumbnails
#1
Hello while developing the Gallery3 plugin i'am stuck again.

I'am using th epipe operator to hand over links to xbmc, like this


Code:
thumbnail = "http://gallery.raptor2101.de/index.php/rest/data/523?size=thumb|X-Gallery-Request-Key=<secret>&X-Gallery-Request-Method=get"
listItem=xbmcgui.ListItem(galleryItem.title, iconImage="DefaultImage.png", thumbnailImage=thumbnail)
    listItem.setInfo(type="image", infoLabels={ "Title": galleryItem.title } )
    return xbmcplugin.addDirectoryItem(handle=int(sys.argv[1]),url=thumbnail,listitem=listItem,isFolder=False,totalItems = itemCount)

if i open the image, it will be displayed, but the thumbnail isn't generated

interesting debug message:
Code:
GetImageHash - unable to stat url <url>
Reply

Logout Mark Read Team Forum Stats Members Help
Error while Creating Thumbnails0