<DIV>Greg,</DIV>
<DIV>&nbsp;</DIV>
<DIV>I've added the configurations that you specified below. When I toggle through the menu (ie up + dn arrows on the remote) it also causes the player to fast foward, pause , etc) Do you need to specify any special command parameter to the player??&nbsp;Also, what is your command line&nbsp;that is used to start xine?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks.</DIV>
<DIV>&nbsp;</DIV>
<DIV>K_&nbsp;<BR><BR><B><I>Greg Shrack &lt;greg.shrack@usa.net&gt;</I></B> wrote:</DIV>
<BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">K Chaloupka wrote:<BR>&gt; I'm trying to configure the buttons on my PVR-350 gray remote control to <BR>&gt; use with XINE. I've cut and pasted command blocks from the key command <BR>&gt; file created by XINE into my .lirc file for myth. Some commands that I <BR>&gt; specifed are not working correctly.<BR>&gt; <BR>&gt; ie<BR>&gt; <BR>&gt; I've programmed the MENU button on the remote as specified below:<BR>&gt; <BR>&gt; #begin<BR>&gt; button=MENU<BR>&gt; prog=xine<BR>&gt; repeat=0<BR>&gt; config=RootMenu<BR>&gt; #end<BR>&gt; <BR>&gt; When you press this button during a DVD playback is changes the AV <BR>&gt; offset. Any suggestions? What I really would like to do is map the arrow <BR>&gt; keys to menu up/down commands in XINE.<BR>&gt; <BR>&gt; Thanks,<BR>&gt; <BR>&gt; K_<BR>&gt; <BR>&gt; <BR>&gt; ------------------------------------------------------------------------<BR>&gt;
 <BR>&gt; _______________________________________________<BR>&gt; mythtv-users mailing list<BR>&gt; mythtv-users@mythtv.org<BR>&gt; http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users<BR><BR>I've had luck with these settings in ~/.lircrc<BR><BR>begin<BR>prog = xine<BR>button = PLAY<BR>repeat = 3<BR>config = Play<BR>end<BR><BR>begin<BR>prog = xine<BR>button = STOP<BR>repeat = 3<BR>config = Stop<BR>end<BR><BR>begin<BR>prog = xine<BR>button = OFF<BR>repeat = 3<BR>config = Quit<BR>end<BR><BR>begin<BR>prog = xine<BR>button = PAUSE<BR>repeat = 3<BR>config = Pause<BR>end<BR><BR>begin<BR>prog = xine<BR>button = CH+<BR>repeat = 3<BR>config = EventUp<BR>end<BR><BR>begin<BR>prog = xine<BR>button = CH-<BR>repeat = 3<BR>config = EventDown<BR>end<BR><BR>begin<BR>prog = xine<BR>button = VOL-<BR>repeat = 3<BR>config = EventLeft<BR>end<BR><BR>begin<BR>prog = xine<BR>button = VOL+<BR>repeat = 3<BR>config = EventRight<BR>end<BR><BR>begin<BR>prog = xine<BR>button = OK<BR>repeat = 3<BR>config =
 EventSelect<BR>end<BR><BR>begin<BR>prog = xine<BR>button = BACK/EXIT<BR>repeat = 3<BR>config = Menu<BR>end<BR><BR><BR><BR><BR>_______________________________________________<BR>mythtv-users mailing list<BR>mythtv-users@mythtv.org<BR>http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users<BR></BLOCKQUOTE>