I'm running XBMC 9.11b in Ubuntu 9.10. I'm really quite irritated that this isn't as easy as it was in MythTV.
Here's what I've got so far:
- /etc/lirc/lircd.conf is the predefined file lirc provided for the Streamzap
- [home]/.xbmc/userdata/Lircmap.xml contains this block for my remote:
[INDENT][/INDENT]Code:
<remote device="Streamzap_PC_Remote">
<play>PLAY</play>
<pause>PAUSE</pause>
<stop>STOP</stop>
<forward>>></forward>
<reverse><<</reverse>
<left>LEFT</left>
<right>RIGHT</right>
<up>UP</up>
<down>DOWN</down>
<pageplus>CH_UP</pageplus>
<pageminus>CH_DOWN</pageminus>
<select>OK</select>
<back>EXIT</back>
<menu>MENU</menu>
<title>RED</title>
<info>GREEN</info>
<skipplus>>>|</skipplus>
<display>YELLOW</display>
<record>RECORD</record>
<volumeplus>VOL_UP</volumeplus>
<volumeminus>VOL_DOWN</volumeminus>
<mute>MUTE</mute>
<power>POWER</power>
<one>1</one>
<two>2</two>
<three>3</three>
<four>4</four>
<five>5</five>
<six>6</six>
<seven>7</seven>
<eight>8</eight>
<nine>9</nine>
<zero>0</zero>
</remote> - [home]/.xbmc/userdata/Keymap.xml
I hand wrote this keymap. I couldn't find one that I could just copy in. It only has a few keys defined because I figured it was pointless to write out a bunch of keys when basics like OK and pause don't even work.Code:
<keymap>
<global>
<remote>
<up>up</up>
<down>down</down>
<left>left</left>
<right>right</right>
<ok>select</ok>
<pause>pause</pause>
<RED>osd</RED>
</remote>
</global>
</keymap>
I've had quite a time piecing this information together from various places, since it doesn't seem to be gathered in any one place. I imagine I've overlooked something or gotten something wrong. Any help would be awesome and save the rest of my hair from being yanked out.

Search
Help