Problem with volume uo/down XBMClive 9.11
#1
Hi guys! I just installed XBMC live, and used this guide to configure the XBOX1 DVD remote control.

/etc/lirc/lircd.conf lookes like this:
Code:
# brand: Microsoft Xbox DVD Receiever (also works with generic)
# remote control: Xbox remote or any remote using RCA DVD player codes

begin remote

name XboxDVDDongle
bits 8
eps 30
aeps 100

one 0 0
zero 0 0
gap 163983
toggle_bit_mask 0x0

begin codes
LEFT 0xA9
UP 0xA6
RIGHT 0xA8
DOWN 0xA7
SELECT 0x0B
1 0xCE
2 0xCD
3 0xCC
4 0xCB
5 0xCA
6 0xC9
7 0xC8
8 0xC7
9 0xC6
0 0xCF
MENU 0xF7
DISPLAY 0xD5
REWIND 0xE2
FFWD 0xE3
PLAY 0xEA
PAUSE 0xE6
STOP 0xE0
SKIP- 0xDD
SKIP+ 0xDF
TITLE 0xE5
INFO 0xC3
BACK 0xD8
end codes

end remote

Before I used XBMScript - and got the remote installed automaticly. Now though, after editing these files manually I cannot control the volume with number 3 and 6 on the numeric keypad on the remote anymore.

I tried editing /usr/share/xbmc/system/Lircmap.xml
Code:
<three>VolUp</three>
<six>VolDown</six>
Did not work though..

I'm terribly new to this, but to me it looks like the code in lircd.conf only says where the actual button is on the remote control, not necessarily what it does. Anyone? :-)

I've googled, and searched the forums. Can anyone point me in the right direction?

Thanks in advance.
Reply
#2
Copy the remote.xml from /usr/share/xbmc/system/keymaps to /.xbmc/userdata/keymaps Then edit like this.

Code:
<keymap>
  <global>
    <remote>
      
      <three>VolumeUp</three>
      <six>VolumeDown</six>
      <nine>Mute</nine>
      <play>Play</play>
      <pause>Pause</pause>
Reply
#3
Smile 
Solved my problem, thank you!
Reply

Logout Mark Read Team Forum Stats Members Help
Problem with volume uo/down XBMClive 9.110