Lircmap.xml
#1
I need some help with my Mediagate remote. All my buttons work but there was a change to the big play button at the top. This use to give me the context menu where I can scan the drives or add to queue and other stuff. Well now it plays like its suppose to and I don't have a button that will give me the context menu. Here is my lircmap.xml (not sure if this is exactly whats needed)
<lircmap>
<remote device="mceusb">
<play>Play</play>
<pause>Pause</pause>
<stop>Stop</stop>
<forward>Forward</forward>
<reverse>Rewind</reverse>
<left>Left</left>
<right>Right</right>
<up>Up</up>
<down>Down</down>
<select>OK</select>
<pageplus>ChanUp</pageplus>
<pageminus>ChanDown</pageminus>
<back>Back</back>
<menu>PreviousMenu</menu>
<title>Guide</title>
<info>More</info>
<skipplus>Skip</skipplus>
<skipminus>Replay</skipminus>
<display>Teletext</display>
<start>Home</start>
<record>Record</record>
<volumeplus>VolUp</volumeplus>
<volumeminus>VolDown</volumeminus>
<mute>Mute</mute>
<power>Power</power>
<myvideo>Videos</myvideo>
<mymusic>Music</mymusic>
<mypictures>Pictures</mypictures>
<mytv>TV</mytv>
<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>
<zero>Zero</zero>
<star>Star</star>
<hash>Hash</hash>
<clear>Clear</clear>
<enter>Enter</enter>
<red>Red</red>
<green>Green</green>
<yellow>Yellow</yellow>
<blue>Blue</blue>
</remote>
Since the * doesn't do anything is there a way to map the context menu to that button?
Reply
#2
http://wiki.xbmc.org/?title=Lirc_and_Lircmap.xml
http://forum.xbmc.org/showthread.php?tid=64402
Need help programming a Streamzap remote?
Reply
#3
graysky Wrote:http://wiki.xbmc.org/?title=Lirc_and_Lircmap.xml
http://forum.xbmc.org/showthread.php?tid=64402

This is a little confusing all I want to do is change the * to show the context.
Reply
#4
<title>Guide</title> = context menu
Reply
#5
queeup Wrote:<title>Guide</title> = context menu

So if I change title to star it will show the context menu?
Reply
#6
http://trac.xbmc.org/changeset/24968/tru...ircmap.xml

delete = <play>Play</play>
change = <title>Guide</title> to <title>Play</title>

This changes revert old play context menu if you need it.
Reply
#7
queeup Wrote:http://trac.xbmc.org/changeset/24968/tru...ircmap.xml

delete = <play>Play</play>
change = <title>Guide</title> to <title>Play</title>

This changes revert old play context menu if you need it.

AHH ok ok. Thanks. Trying it now.
Reply
#8
Perfect thank you soooo much. Guess I'm having an off day because I just was not understanding how this lirc worked. Thanks Again.
Reply
#9
Ritzie Wrote:Perfect thank you soooo much. Guess I'm having an off day because I just was not understanding how this lirc worked. Thanks Again.

That's why I posted the wiki link and the link to my thread.
Need help programming a Streamzap remote?
Reply
#10
graysky Wrote:That's why I posted the wiki link and the link to my thread.

graysky I did look at the links you gave. It just wasn't getting through thats all.
Reply
#11
Ritzie Wrote:graysky I did look at the links you gave. It just wasn't getting through thats all.

Took me a while to understand it too. That's why I updated the wiki pages.

Lircmap.xml just defines the translation from Lirc to XBMC. It maps a LIRC_button to a XBMC_button. The remote.xml will allow you to assign the XBMC_button to a command.
Need help programming a Streamzap remote?
Reply

Logout Mark Read Team Forum Stats Members Help
Lircmap.xml0