The equivlent macro that stops BeyondTV and starts XBMC seems to work correctly. Is this a bug?
Code: Select all
<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="1462">
<Macro Name="Close XBMC" Expanded="True">
<Event Name="MceRemote.TV" />
<Action>
Window.FindWindow(u'XBMC.exe', None, None, None, None, None, True, 0.0, 2)
</Action>
<Action>
Window.Close()
</Action>
<Action>
System.Execute(u'C:\\Program Files\\SnapStream Media\\Beyond TV\\BTVD3DShell.exe', u'', 0, False, 2, u'')
</Action>
</Macro>
</EventGhost>