braswimmer
2006-02-05, 08:04
hi
i managed to get my 880 to shutdown my xbox when pressing the off button on the remote and wanted to share this in case anyone is interested.
i followed the advice of kraqh3d and jmarshall on a different keymap forum post to get the desired result.
1. harmony880 - obtain the xbox dvd remote codes on your remote by interfacing from the harmony site. those with this remote (hopefully) know what i mean here. also ensure that you set the harmony to turn off the xbox on shutdown;
2. edit your xbmediacenter.xml - by changing the condition on the "displayremotecodes" to "true". re boot xbox. what this does is display the code that the remote is sending to the xbox.
3. get your harmony880 - select it to control your xbox and push all the buttons - you will note various remote codes displaying in the top lhs of the screen. you can select any code - however one code i found the harmony transmits that does not appear to be mapped in the xbmc keymap.xml file is "remotecode 58"
4. suggest that you test this out first to make sure for some reason code 58 is not assigned to your keymap.xml. im using the 1.0 version of xbmc so perhaps this has changed;
5. now, edit the keymap.xml file. you will find in the first section of this file (global settings area) an action that contains "xbmc.sutdown ()" - this is the xbmc shutdown command;
6. edit the action to read the following:
<action>
<description>shutdown power</description>
<id>xbmc.shutdown()</id>
<remotecode>58</remotecode>
</action>
7. enjoy! now you dont have to get off your ass to switch everything off!
:idea:
i managed to get my 880 to shutdown my xbox when pressing the off button on the remote and wanted to share this in case anyone is interested.
i followed the advice of kraqh3d and jmarshall on a different keymap forum post to get the desired result.
1. harmony880 - obtain the xbox dvd remote codes on your remote by interfacing from the harmony site. those with this remote (hopefully) know what i mean here. also ensure that you set the harmony to turn off the xbox on shutdown;
2. edit your xbmediacenter.xml - by changing the condition on the "displayremotecodes" to "true". re boot xbox. what this does is display the code that the remote is sending to the xbox.
3. get your harmony880 - select it to control your xbox and push all the buttons - you will note various remote codes displaying in the top lhs of the screen. you can select any code - however one code i found the harmony transmits that does not appear to be mapped in the xbmc keymap.xml file is "remotecode 58"
4. suggest that you test this out first to make sure for some reason code 58 is not assigned to your keymap.xml. im using the 1.0 version of xbmc so perhaps this has changed;
5. now, edit the keymap.xml file. you will find in the first section of this file (global settings area) an action that contains "xbmc.sutdown ()" - this is the xbmc shutdown command;
6. edit the action to read the following:
<action>
<description>shutdown power</description>
<id>xbmc.shutdown()</id>
<remotecode>58</remotecode>
</action>
7. enjoy! now you dont have to get off your ass to switch everything off!
:idea: