
Originally Posted by
williammanda
In trying to get my remote setup I tried the traditional lirc setup by using ~/.lircrc. This worked initially after restarting lirc but once I rebooted the computer it no longer worked. After checking the use of my remote via mythtv and reviewing my recent boxee addition to ~/.lircrc, everything look correct but the remote still didn't work in Boxee. I scanned through the forums and found where /opt/boxee/system/lircmap was being used. I updated lircmap file and got the remote working in Boxee. My question is...I see some people post the lircrc info and other post the lircmap info...which is right or are they both right?
Thanks
I got my streamzap remote working by adding or editing a file at:
~/.boxee/UserData/Lircmap.xml
here is an example (contents of my file):
Code:
<lircmap>
<remote device="Streamzap_PC_Remote">
<pause>PAUSE</pause>
<stop>STOP</stop>
<forward>>></forward>
<reverse><<</reverse>
<left>LEFT</left>
<right>RIGHT</right>
<up>UP</up>
<down>DOWN</down>
<select>OK</select>
<pageplus>CH_UP</pageplus>
<pageminus>CH_DOWN</pageminus>
<back>EXIT</back>
<menu>MENU</menu>
<title>PLAY</title>
<info>More</info>
<skipplus>>>|</skipplus>
<skipminus>|<<</skipminus>
<display>Teletext</display>
<start>Home</start>
<record>RECORD</record>
<volumeplus>VOL_UP</volumeplus>
<volumeminus>VOL_DOWN</volumeminus>
<mute>MUTE</mute>
<power>POWER</power>
<myvideo>Videos</myvideo>
<mymusic>Music</mymusic>
<mypictures>Pictures</mypictures>
<mytv>TV</mytv>
<one>1</one>
<two>2</two>
<three>3</three>
<four>4</four>
<five>5</five>
<six>6</six>
<seven>7</seven>
<eight>8</eight>
<nine>9</nine>
<zero>0</zero>
<mytv>RED</mytv>
<mymusic>GREEN</mymusic>
<mypictures>YELLOW</mypictures>
<myvideo>BLUE</myvideo>
</remote>
</lircmap>
Change the button codes to match your .lircrc and make sure you encode characters to xml example:
'>' = ' >'
Bookmarks