![]() |
|
Set the content on a WindowXML - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Development (/forumdisplay.php?fid=32) +--- Forum: Python Add-on Development (/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 07:54 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? |