smoothcontract / mediate

Automatically exported from code.google.com/p/mediate
0 stars 0 forks source link

MCE remote control support #151

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Add support for Windows MCE remote control to remote helper.

Requirements:

1. Green button to launch mediate
2. Music, video, DVD navigation keys to jump to appropriate mediate screen
3. Volume & mute keys to invoke mediate volume & mute functions
4. Power button to shutdown mediate

Implemented as of version 1.0.12 of mediate helper.

This requires an additional DLL to be included in the distribution
(MCEIR.dll) to be placed in the regular bin directory. It also needs to use
an alternate driver to support use with products other than MCE – details
may be found in the MCE folder within SVN.

All requirements were implemented as above, except that volume & mute are
not mapped through to mediate as these control PC volume instead, so they
still work but without the nice OSD effect.

Original issue reported on code.google.com by aretman...@gmail.com on 26 Jan 2009 at 2:42