XP MCE Remote with XBMC for Win?
#46
for an other way to use MCE remote under windows XP with XBMC, for free:

http://forum.xbmc.org/showthread.php?tid=36936
Reply
#47
Tested with only this remote

Image
Reply
#48
BreEil Wrote:having the same problem as anyo when using hip, the up/down/left/right
buttons do not work.

anyone got reason/solution for this? i'm using mce remote&reciever and xbmc beta 1 :confused2:
other keys work fine, and i've gone through every possible hip setting which might cause this, but no avail :mad:
Reply
#49
anyone got reason/solution for this? i'm using mce remote&reciever and xbmc beta 1 :confused2:
other keys work fine, and i've gone through every possible hip setting which might cause this, but no avail :mad:
and no, i'm not going to switch to irss or eventghost, there must be a way go get this working
Reply
#50
I just mapped the XBMC keys to the keyboard for general control.
Mappings
  • PC -> Start XBMC Full Screen
  • Esc -> Green Start Button (to get back to main menu)
  • Up -> Up Button
  • Down -> Down Button
  • Left -> Left Button
  • Right -> Right Button
  • Select -> OK Button
  • Back -> Back Button
  • Play -> Play Button
  • Rewind -> Rew Button
  • FF -> Fed Button
  • Skip Fwd -> Skip Button
  • Skip Back ->Replay Button
  • Vol Up -> Vol Up Button
  • Vol Down -> Vol Down Button
  • Vol Mute -> Mute Button
  • Page Up -> Ch\Page Up Button
  • Page Down -> Ch\Page Down Button
  • Toggle Full Screen Video -> DVD Menu Button (only thing left I could use)

Here is the xml for it. Copy it and save it to a file like MCERemote_XBMC_EventGhost.xml. Then open it in Event Ghost. If you need to add more, you can use any of the existing ones as a template.

Code:
<?xml version="1.0" encoding="UTF-8" ?>
- <EventGhost Name="Configuration Tree" Expanded="True" Version="907" Guid="{EE5718F8-A60C-40CC-9FF1-030EA57723AE}" Time="1228354797.23">
- <Autostart Name="Autostart">
  <Action Enabled="False">EventGhost.EnableExclusive(XmlIdLink(213))</Action>
  <Plugin File="MceRemote" Identifier="MceRemote">gAIpLg==</Plugin>
  </Autostart>
- <Folder Name="XBMC" id="213" Expanded="True">
- <Macro Name="Up">
  <Event Name="MceRemote.Up" />
  <Action>Window.SendKeys(u'{Up}')</Action>
  <Action>EventGhost.AutoRepeat(0.59999999999999998, 0.29999999999999999, 0.01, 3.0)</Action>
  </Macro>
- <Macro Name="Down">
  <Event Name="MceRemote.Down" />
  <Action>Window.SendKeys(u'{Down}')</Action>
  <Action>EventGhost.AutoRepeat(0.59999999999999998, 0.29999999999999999, 0.01, 3.0)</Action>
  </Macro>
- <Macro Name="Right">
  <Event Name="MceRemote.Right" />
  <Action>Window.SendKeys(u'{Right}')</Action>
  <Action>EventGhost.AutoRepeat(0.59999999999999998, 0.29999999999999999, 0.01, 3.0)</Action>
  </Macro>
- <Macro Name="Left">
  <Event Name="MceRemote.Left" />
  <Action>Window.SendKeys(u'{Left}')</Action>
  </Macro>
- <Macro Name="Ok -> Enter Key">
  <Event Name="MceRemote.Ok" />
  <Action>Window.SendKeys(u'{Enter}', False)</Action>
  </Macro>
- <Macro Name="Home -> Escape Key">
  <Event Name="MceRemote.Start" />
  <Action>Window.SendKeys(u'{Esc}')</Action>
  </Macro>
  <Macro Name="Power -> Alt+F4" />
- <Macro Name="Forward -> F">
  <Event Name="MceRemote.Forward" />
  <Action>Window.SendKeys(u'F', False)</Action>
  <Action>EventGhost.AutoRepeat(0.59999999999999998, 0.29999999999999999, 0.01, 3.0)</Action>
  </Macro>
- <Macro Name="Rewind -> R">
  <Event Name="MceRemote.Rewind" />
  <Action>Window.SendKeys(u'R', False)</Action>
  <Action>EventGhost.AutoRepeat(0.59999999999999998, 0.29999999999999999, 0.01, 3.0)</Action>
  </Macro>
- <Macro Name="ChannelUp -> Page Up">
  <Event Name="ChannelUp" />
  <Action>Window.SendKeys(u'{PageUp}', False)</Action>
  </Macro>
- <Macro Name="ChannelDown -> Page Down">
  <Event Name="ChannelDown" />
  <Action>Window.SendKeys(u'{PageDown}', False)</Action>
  </Macro>
- <Macro Name="Rename -> Start Menu">
  <Event Name="Rename" />
  <Action>Window.SendKeys(u'{Win}')</Action>
  </Macro>
- <Macro Name="Play -> Space">
  <Event Name="MceRemote.Pause" />
  <Event Name="MceRemote.Play" />
  <Action>Window.SendKeys(u'{Space}')</Action>
  </Macro>
- <Macro Name="Start Program: XBMC.exe">
  <Event Name="MceRemote.Power" />
  <Action>System.Execute(u'C:\\Program Files\\XBMC\\XBMC.exe', u'-fs -p', 2, False, 2, u'')</Action>
  </Macro>
- <Macro Name="Back -> Backspace">
  <Event Name="Backspace" />
  <Event Name="MceRemote.Back" />
  <Action>Window.SendKeys(u'{Backspace}', False)</Action>
  </Macro>
- <Macro Name="Skip Forward -> .">
  <Event Name="MceRemote.Skip" />
  <Action>Window.SendKeys(u'.', False)</Action>
  <Action>EventGhost.AutoRepeat(0.59999999999999998, 0.29999999999999999, 0.01, 3.0)</Action>
  </Macro>
- <Macro Name="Skip Replay -> ,">
  <Event Name="MceRemote.Replay" />
  <Action>Window.SendKeys(u',', False)</Action>
  <Action>EventGhost.AutoRepeat(0.59999999999999998, 0.29999999999999999, 0.01, 3.0)</Action>
  </Macro>
- <Macro Name="Decrease Volume">
  <Event Name="MceRemote.1813" />
  <Action>Window.SendKeys(u'-')</Action>
  <Action>EventGhost.AutoRepeat(0.59999999999999998, 0.29999999999999999, 0.01, 3.0)</Action>
  </Macro>
- <Macro Name="Increase Volume">
  <Event Name="MceRemote.1812" />
  <Action>Window.SendKeys(u'+')</Action>
  <Action>EventGhost.AutoRepeat(0.59999999999999998, 0.29999999999999999, 0.01, 3.0)</Action>
  </Macro>
- <Macro Name="Mute Sound Card">
  <Event Name="Mute" />
  <Action>System.ToggleMute()</Action>
  </Macro>
- <Macro Name="Info">
  <Event Name="MceRemote.Details" />
  <Action>Window.SendKeys(u'i', False)</Action>
  </Macro>
- <Macro Name="Toggle Full Screen Video {Tabulator}">
  <Event Name="MceRemote.DVD_Menu" />
  <Action>Window.SendKeys(u'{Tabulator}', False)</Action>
  </Macro>
  </Folder>
  </EventGhost>
Reply

Logout Mark Read Team Forum Stats Members Help
XP MCE Remote with XBMC for Win?0