[mythtv-users] configuring XINE with lirc

Greg Shrack greg.shrack at usa.net
Fri Jan 2 10:18:16 EST 2004


K Chaloupka wrote:
> I'm trying to configure the buttons on my PVR-350 gray remote control to 
> use with XINE. I've cut and pasted command blocks from the key command 
> file created by XINE into my .lirc file for myth. Some commands that I 
> specifed are not working correctly.
>  
> ie
>  
> I've programmed the MENU button on the remote as specified below:
>  
> #begin
> button=MENU
> prog=xine
> repeat=0
> config=RootMenu
> #end
>  
> When you press this button during a DVD playback is changes the AV 
> offset. Any suggestions? What I really would like to do is map the arrow 
> keys to menu up/down commands in XINE.
>  
> Thanks,
>  
> K_
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

I've had luck with these settings in ~/.lircrc

begin
   prog   = xine
   button = PLAY
   repeat = 3
   config = Play
end

begin
   prog   = xine
   button = STOP
   repeat = 3
   config = Stop
end

begin
   prog   = xine
   button = OFF
   repeat = 3
   config = Quit
end

begin
   prog   = xine
   button = PAUSE
   repeat = 3
   config = Pause
end

begin
   prog   = xine
   button = CH+
   repeat = 3
   config = EventUp
end

begin
prog = xine
button = CH-
repeat = 3
config = EventDown
end

begin
   prog   = xine
   button = VOL-
   repeat = 3
   config = EventLeft
end

begin
prog = xine
button = VOL+
repeat = 3
config = EventRight
end

begin
prog = xine
button = OK
repeat = 3
config = EventSelect
end

begin
prog = xine
button = BACK/EXIT
repeat = 3
config = Menu
end






More information about the mythtv-users mailing list