Kodi Community Forum

Full Version: LIRC doubles up in XBMC.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hiya, I am a little lost with this.

I used to use yaVDR and my remote worked perfectly, but I have now moved to XBMC by itself (since PVR was added)

My remote works, but inside XBMC I get double clicks.



Debug log = http://paste.ubuntu.com/1534022/

/usr/share/xbmc/system/Lircmap.xml = http://paste.ubuntu.com/1534034/

~/.xbmc/userdate/advancesetting.xml = http://paste.ubuntu.com/1534035/


any pointers would be great.

Thanks in advance

S.

EDIT //

I say "In XBMC" Because when I test it from the command line with irw I only get single key presses.
Ok after a lot of swearing I am getting somewhere.

Up, Down, Left, Right and pause all seem to work fine out of the box without me farting about with anything.

OK and others dont work.

If I add
<lircmap>
<remote device="/dev/input/event2">
<select>KEY_OK</select>
<menu>KEY_MENU</menu>

</remote>
</lircmap>


This seem to work.

But it feels really really messy and dirty.


Is this an ok solution or am I going to have problems in the future ?