Adding Custombutton from Remote
#1
Hello,

I'm using a Harmony 525 and i'm trying to make the Exit button work like the Back button on the gamepad.

I did the following:

1. Added the button to lircd.conf:

Code:
Exit                     0x800F040D

(works, IRW shows 'Exit' )

2. Added Exit to Lircmap.xml

Code:
<exit>Exit</exit>

3. Added Exit and linked it to 'PreviousMenu' in Keymap.xml for Global section.

Code:
<exit>PreviousMenu</exit>

Still it wont work.. XBMC.LOG shows:

Code:
14:24:05 T:3060496320 M:1332908032   ERROR: Remote Translator: Can't find button exit
14:24:05 T:3060496320 M:1332908032   DEBUG: Update - NEW at 9909:00000000800f040d 00 Exit mceusb
14:24:05 T:3060496320 M:1332908032   ERROR: Remote Translator: Can't find button exit
14:24:06 T:3060496320 M:1332908032   ERROR: Remote Translator: Can't find button exit

Any sugggestions?
HTPC + Mediaserver
E8400 - ABIT I-N73HD - 2GB DDR2 - 3.5TB - Geforce G210 - ANTEC FUSION V2 - Ubuntu 10.04 - XBMC-PVR

TV-Server
Ubuntu 10.04 - Tvheadend - Smargo Reader - Oscam Card Server - 2x PCI DVB-C
Reply

Logout Mark Read Team Forum Stats Members Help
Adding Custombutton from Remote0