How Do i Show Description ?
#1

if i have (name,url,mode,iconimage) when adding a directory


is there a default name for description to show i.e (name,url,3,iconimage,description)


will that automatically put the outline of a plot under the image ??


Share





Reply
#2
(2012-08-09, 11:38)mikey1234 Wrote: if i have (name,url,mode,iconimage) when adding a directory


is there a default name for description to show i.e (name,url,3,iconimage,description)

You can name it whatever you want there. Then you must setInfo and add the description as an infoLabel.

Code:
def addLink(name,url,description,duration,iconimage):
        ok=True
        liz=xbmcgui.ListItem(name, iconImage="DefaultVideo.png", thumbnailImage=iconimage)
        liz.setInfo( type="Video", infoLabels={ "Title": name, "Plot": description, "Duration": duration })
Reply
#3
Thank you funnily enough i found your info on your googlecode lol

it working now
Reply

Logout Mark Read Team Forum Stats Members Help
How Do i Show Description ?0