Skip to content

Instantly share code, notes, and snippets.

@emoon
Created June 27, 2011 20:42
Show Gist options
  • Save emoon/1049782 to your computer and use it in GitHub Desktop.
Save emoon/1049782 to your computer and use it in GitHub Desktop.
Trying to get overlay icon to display
item = xbmcgui.ListItem('testing', iconImage = 'DefaultVideo.png')
item.setInfo(type='video', infoLabels={ 'title': 'testing', 'Playcount': 1, 'overlay': 7 })
xbmcplugin.addDirectoryItem(thisPlugin, 'temp.tmp', item, False)
xbmcplugin.endOfDirectory(thisPlugin)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment