different views and whats required
#1
I am wondering about the different views

list/biglist/thumbs/etc are normal views but what about mediainfo and mediainfo2 ?

what all types of information is needed to have the mediainfo views in the addon ?

Thanks
Reply
#2
You will probably get more help if you posted in here

To answer your question, you need to set the addons content type to access other views.

For example:
Code:
xbmcplugin.setContent(int(sys.argv[1]), 'episodes')

More info
http://mirrors.xbmc.org/docs/python-docs...setContent
Reply
#3
(Moved to Python Add-on Development)
Reply

Logout Mark Read Team Forum Stats Members Help
different views and whats required0