Normal
MP Config - section "Remote" - tab "Microsoft MCE" - button "Mapping". Under "Microsoft MCE Remote" is "Power TV" as first entry, which contains the function "End MP".Use the "Power TV" kay for end MP or copy parameters to another selected entry for another key ("My Radio" as you mentioned). Another possibility is to directly edit a "Microsoft MCE.xml" file. It's faster, but you must know the codes and do it correctly, otherwise the MP will not work. Carefully edit the file in the data part of the MP, not in the program! I recommend you read the Wiki ...End MP should be in the "Microsoft MCE.xml" as follows (default for "Power TV" key):<button name="Power TV" code="101"> <action layer="0" condition="*" conproperty="-1" command="POWER" cmdproperty="EXIT" sound="back.wav" /></button>If you want set end MP to "My Radio" key, try edit "My Radio" entry similarly (new for "My Radio" key):<button name="My Radio" code="80"> <action layer="0" condition="*" conproperty="-1" command="POWER" cmdproperty="EXIT" sound="back.wav" /></button>JiRo.
MP Config - section "Remote" - tab "Microsoft MCE" - button "Mapping". Under "Microsoft MCE Remote" is "Power TV" as first entry, which contains the function "End MP".
Use the "Power TV" kay for end MP or copy parameters to another selected entry for another key ("My Radio" as you mentioned). Another possibility is to directly edit a "Microsoft MCE.xml" file. It's faster, but you must know the codes and do it correctly, otherwise the MP will not work. Carefully edit the file in the data part of the MP, not in the program! I recommend you read the Wiki ...
End MP should be in the "Microsoft MCE.xml" as follows (default for "Power TV" key):
<button name="Power TV" code="101">
<action layer="0" condition="*" conproperty="-1" command="POWER" cmdproperty="EXIT" sound="back.wav" />
</button>
If you want set end MP to "My Radio" key, try edit "My Radio" entry similarly (new for "My Radio" key):
<button name="My Radio" code="80">
JiRo.