Viewing item details with xbmcplugin.addDirectoryItem
#1
Question 
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?
Reply
#2
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.
Reply

Logout Mark Read Team Forum Stats Members Help
Viewing item details with xbmcplugin.addDirectoryItem0