Kodi Community Forum

Full Version: I need some help whit Lirc.xml Ubuntu 11.10 x64 and XBMC 11.0 Eden pvr
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Happy New Year

I got my Ubuntu 11.10 x64 up and running whit gnome 3
and I got vdr 1.7.22 install whit my Hvr-4000 card and some plugins like xvdr
I also got my remote control to work whit the ir-kbd-i2c module
I have install XBMC 11.0 Eden pvr and every thing seams to work just fine
and I have the remote control set up this way
copy of my userdata Lircmap.xml
Code:
<lircmap>
    <remote device="devinput">
        <up>KEY_UP</up>
        <down>KEY_DOWN</down>
                <menu>KEY_MENU</menu>
        <select>KEY_OK</select>
        <back>KEY_EXIT</back>
        <left>KEY_LEFT</left>
        <right>KEY_RIGHT</right>
        <red>KEY_RED</red>
        <green>KEY_GREEN</green>
        <yellow>KEY_YELLOW</yellow>
        <blue>KEY_BLUE</blue>
        <zero>KEY_0</zero>
        <one>KEY_1</one>
        <two>KEY_2</two>
        <three>KEY_3</three>
        <four>KEY_4</four>
        <five>KEY_5</five>
        <six>KEY_6</six>
        <seven>KEY_7</seven>
        <eight>KEY_8</eight>
        <nine>KEY_9</nine>
        <info>KEY_MENU</info>
        <play>KEY_PLAY</play>
        <pause>KEY_PAUSE</pause>
        <stop>KEY_STOP</stop>
        <record>KEY_RECORD</record>
        <forward>KEY_FASTFORWARD</forward>
        <reverse>KEY_REWIND</reverse>
        <skipplus>KEY_NEXT</skipplus>
        <skipminus>KEY_BACK</skipminus>
        <power>KEY_POWER2</power>
        <channelplus>KEY_CHANNELUP</channelplus>
        <channelminus>KEY_CHANNELDOWN</channelminus>
        <title>KEY_CHANNEL</title>
        <volumeplus>KEY_VOLUMEUP</volumeplus>
        <volumeminus>KEY_VOLUMEDOWN</volumeminus>
                <teletext>KEY_TEXT</teletext>
        <mute>KEY_MUTE</mute>
        <start>KEY_SELECT</start>
        <subtitle>KEY_SUBTITLE</subtitle>
        <mute>KEY_MUTE</mute>
        <myvideo>KEY_VIDEO</myvideo>
        <mymusic>KEY_AUDIO</mymusic>
        <mypictures>KEY_MEDIA</mypictures>
        <mytv>KEY_TV</mytv>
                <playlist>KEY_ZOOM</playlist>
    </remote>
</lircmap>

my problem/quieten is
how do i setup my remote-control to, when i see tv i like to hit the Ok button on my remote control and have the channels displayed sow i can use the arrow key to select a new channel and then hit the Ok button on my remote control to select the new channel??

I needed to reconfigure my Lirc.xml to look like this
Code:
<lircmap>
    <remote device="devinput">
        <select>KEY_OK</select>
    </remote>
</lircmap>

and edit the keymap.xml and add what i wonted under the full screen section
:p