Kodi Community Forum

Full Version: Viewing item details with xbmcplugin.addDirectoryItem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to update a video streams plugin to provide more data. It works great in "Media Info" section:

Image

but unfortunately not when listing Seasons/Episodes

Image

How can I display more information from addDirectoryItem when listing items in xbmc?
So many views and no replies? Well, to answer my own question:

xbmcplugin.setContent(int(sys.argv[1]), 'tvshows')

this allows to set content type and view details.