keymap and lircmap customize problem
#1
Hi everyone

I'm new to XBMC and linux and after playing around some hours last week i finaly made it work. But now i have still some trouble with my MCE (first gen) to set up lirc and customize it.

My specs:

ubuntu server 8.10 (intrepid)
XBMC Atlantis 8.10

everything works fine.. starting up directly in xbmc, mce standart keymap and lircmap....

Now i wanted to customize lirc for some other functions, for example changing subtitle and language from a movie or deleting a source.

I made a custom keymap.xml and lircmap.xml and put them to /root/.xbmc/userdata (my xbmc runs a root.. hope that is correct)

Now my problem is, that my custom files doesn't work. I'm not sure if lirc and xbmc use them or if they use the standart one.

here are my file:

keymap.xml

<keymap>
<global>
<remote>
<left>Left</left
<right>Right</right>
<up>UP</up>
<down>Down</down>
<select>Select</select>
<back>ParentDie</back>
<menu>PreviousMenu</menu>
<info>Info</info>
<display>FullScreen</display>
<title>NextSubtitle</title>
<play>Play</play>
<pause>Pause</pause>
<reverse>Rewind</reverse>
<forward>FastForward</forward>
<skipplus>SkipNext</skipplus>
<skipminus>SkipPrevious</skipminus>
<stop>Stop</stop>
<zero>Zero</zero>
<one>One</one>
<two>Two</two>
<three>Three</three>
<four>Four</four>
<five>Five</five>
<six>Six</six>
<seven>Seven</seven>
<eight>Eight</eight>
<nine>Nine</nine>
<power>XBMC.ShutDown()</power>
<myTV>XBMC.ActivateWindow(Home)</myTV>
<mymusic>XBMC.ActivateWindow(MyMusic)</mymusic>
<mypictures>XBMC.ActivateWindow(MyPictures)</mypictures>
<myvideo>XBMC.ActivateWindow(MyVideos)</myvideo>
<record>Screenshot</record>
<start>PreviousMenu</start>
<volumeplus>VolumeUp</volumeplus>
<volumeminus>VolumeDown</volumeminus>
<channelplus>NextPicture</channelplus>
<channelminus>PreviousPicture</channelminus>
<pageplus>PageUp</pageplus>
<pageminus>PageDown</pageminus>
<mute>Mute</mute>
<recordedtv>ShowSubtitles</recordedtv>
<livetv>AudioNextLanguage</livetv>
<star>Delete</star>
<hash>BackSpace</hash>
<clear>ShowTime</clear>
</remote>


lircmap.xml

<lircmap>
<remote device="mceusb">
<left>Left</left
<right>Right</right>
<up>Up</up>
<down>Down</down>
<select>OK / Enter</select>
<back>Back</back>
<menu>Home</menu>
<info>More</info>
<display>Teletext</display>
<title></title>
<play>Play</play>
<pause>Pause</pause>
<reverse>Rewind</reverse>
<forward>Forward</forward>
<skipplus>Skip</skipplus>
<skipminus>Replay</skipminus>
<stop>Stop</stop>
<zero>Zero</zero>
<one>One</one>
<two>Two</two>
<three>Three</three>
<four>Four</four>
<five>Five</five>
<six>Six</six>
<seven>Seven</seven>
<eight>Eight</eight>
<nine>Nine</nine>
<power>Power</power>
<myTV>Red</myTV>
<mymusic>Green</mymusic>
<mypictures>Yellow</mypictures>
<myvideo>Blue</myvideo>
<record>Record</record>
<start>Guide</start>
<volumeplus>VolUp</volumeplus>
<volumeminus>VolDown</volumeminus>
<channelplus>ChanUp</channelplus>
<channelminus>ChanDown</channelminus>
<pageplus>ChanUp</pageplus>
<pageminus>ChanDown</pageminus>
<mute>Mute</mute>
<recordedtv>RecTV</recordedtv>
<livetv>LiveTV</livetv>
<star>Star</star>
<hash>Hash</hash>
<clear>Clear</clear>
</remote>

Can someone help me out?? It would be great.

Finally my HTPC should work with my Harmony Remote but that doesn't work right now...

Thanks very much.... and sorry for my english... still learning :-P

Patrick
Reply

Logout Mark Read Team Forum Stats Members Help
keymap and lircmap customize problem0