Kodi Community Forum
Set the content on a WindowXML - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+--- Thread: Set the content on a WindowXML (/showthread.php?tid=125111)



Set the content on a WindowXML - HansMayer - 2012-03-09

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?