[RELEASE] xbmcswift2 - plugin framework
#59
Is it possible to do something similar to setart using xbmcswift2?

Here's a snippet of my code:
Code:
current_item = []
current_item = {
'label' : current_name, 'thumbnail' : current_thumbnail,
'path' : current_page
'info' : {'genre': current_genre, 'credits': current_credits, 'date': current_date, 'plot': current_plot, 'trailer': current_trailer},
properties' : {'fanart_image' : current_fanart, 'banner' : current_banner, 'clearlogo': current_clearlogo, 'poster': current_thumbnail}
}
items.append(current_item)
The fanart image and thumbnail set correctly, but the banner, poster, clear logo, etc don't seem to be settable (if i go into the listitem in Kodi, and select info, then Choose Art, the banner, poster, etc are listed as None). Is there a way to be able to set the art for the keys listed for available info labels here: 16 Images Available in Kodi
[/align]
Thanks!
Reply


Messages In This Thread
RE: [RELEASE] xbmcswift2 - plugin framework - by zachmorris - 2015-06-04, 02:46
Logout Mark Read Team Forum Stats Members Help
[RELEASE] xbmcswift2 - plugin framework2