2008-10-01, 13:23
Working on a remote event client and have noticed that ActivateWindow(ShutdownMenu) crashes XBMC hard (tested on both Window and OS X). All other ActivateWindow actions work as expected.
Using d4rk's XBMCClient Python class:
Using d4rk's XBMCClient Python class:
PHP Code:
xbmc = XBMCClient("Test")
xbmc.connect()
xbmc.send_action("ActivateWindow(ShutdownMenu)")