2009-06-08, 17:43
2009-06-09, 00:35
You shouldn't really be doing it via SetViewMode. Instead, you should simply be setting the content type and relying on the skin to offer the appropriate view types for the user to select from.
2009-06-09, 16:26
I didn't know that. Thanks for info. You are right, this is what i need
Code:
xbmcplugin.setContent(int(sys.argv[1]), 'episodes')