Hi,
IRTrans now supports XBMC native.
See here: IRTrans Wrote:Hi all,
in the latest version of the IRTrans server we have added native support for IRTrans together with XBMC. By default the MS MCE remote is used.
However, another remote can be used by editing the apps.cfg file.
IRTrans
there is a better way to make IRTRans to work with XBMC.
Open the apps.cfg and paste the following code to the end of the file.
Code:
[APP]XBMC
[ACTIVE]
[TYPE]KEY
[REMOTE]mediacenter
[COMMANDS]
BACK [KEY]\BACKSPACE
PLAY [KEY]p
STOP [KEY]x
PAUSE [KEY]\SPACE
REW [KEY]r
FWD [KEY]f
REC [KEY]\END
NEXT [KEY].
PREV [KEY],
INFO [KEY]i
EPG [KEY]v
HOME [KEY]\browser_home
rtv [KEY]c
rec [KEY]\printscreen
VOL- [KEY]-
VOL+ [KEY]+
MUTE [KEY]t
CH+ [KEY]\PGUP
CH- [KEY]\PGDOWN
LTV [KEY]b
DVDM [KEY]n
TELETEXT [KEY]o
[END-COMMANDS]
[END-APP]
In the Keymap.xml add the following lines to the <global><keyboard> section
Code:
<c>XBMC.ActivateWindow(MyVideo)</c>
<v>XBMC.ActivateWindow(MyMusic)</v>
<b>XBMC.ActivateWindow(MyPictures)</b>
<n>ContextMenu</n>
<t>Mute</t>
This will to the same as Myxin hack but it will only send the keystrokes to XBMC and not to all applicatons like Myxin hack.
Greetz
2fast2cool