Kodi Community Forum

Full Version: Set the content on a WindowXML
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In a plugin, you have
Code:
xbmcplugin.setContent(handle=int(sys.argv[ 1 ]), content='movies' )

What would you have in a WindowXML of MyVideoNav.xml?