remote.xml needs correction to work
#1
I had a remote.xml working perfectly just a week ago, then my install broke (openElec beta, something just fucked up) and I needed to reinstall (couldn't access the files).
I have fixed everything now with the new installation (thx openELEC for quick install) except the remote.xml.

Here is what I have atm:

Code:
<keymap>
    <FullscreenVideo>
        <remote>
            <CHANNELUP>SubtitleDelayPlus</CHANNELUP>
            <CHANNELDOWN>SubtitleDelayMinus</CHANNELDOWN>
        </remote>
    </FullscreenVideo>
</keymap>

But it doesn't work, probably just a little error somewhere.
I checked in irw what the name of the buttons were, and put them in the tags (as you can see).

What is wrong? Smile
Reply
#2
Enable debug log (wiki)ging in XBMC and then press those buttons on the remote. Exit XBMC and examine your debug log (wiki) to see how XBMC identifies those keypresses.
Reply
#3
Here:

20:46:01 T:140434741327680 DEBUG: LIRC: Update - NEW at 22025841:192 0 KEY_CHANNELUP devinput (KEY_CHANNELUP)
20:46:01 T:140434741327680 DEBUG: OnKey: leftshift (d2) pressed, action is PageUp
20:46:01 T:140434419468032 DEBUG: DoWork - took 113 ms to load special://skin/backgrounds/music/music.jpg
20:46:01 T:140434741327680 DEBUG: LIRC: Update - NEW at 22026179:192 0 KEY_CHANNELUP_UP devinput (KEY_CHANNELUP_UP)
20:46:02 T:140434741327680 DEBUG: LIRC: Update - NEW at 22027225:193 0 KEY_CHANNELDOWN devinput (KEY_CHANNELDOWN)
20:46:02 T:140434741327680 DEBUG: OnKey: rightshift (d3) pressed, action is PageDown
20:46:02 T:140434741327680 DEBUG: LIRC: Update - NEW at 22027745:193 0 KEY_CHANNELDOWN_UP devinput (KEY_CHANNELDOWN_UP)

Oh fuck. I think I know the solution. Of course it is PageUp and PageDown. Thx for the tip!
Reply

Logout Mark Read Team Forum Stats Members Help
remote.xml needs correction to work0