2014-08-05, 16:19
It's possible to set the Player.Art(thumb) in python?
listitem = xbmcgui.ListItem(video["title"]);
listitem.setArt({"thumb" : video["thumbnail"]});
xbmc.Player().play(video["url"], listitem);
opt = xbmcgui.ListItem('tmp')
opt.setThumbnailImage('path to the image')