[mythtv-users] Mplayer or Xine

Dan Berger dan at theidiots.org
Mon Jan 12 19:38:56 EST 2004


Here is mine if anyone is interested. Pretty self explanatory.

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 = Red
   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
   config = EventSelect
end

begin
   prog = xine
   button = BACK/EXIT
   config = Quit
end

begin
   prog = xine
   button = Menu
   config = Menu
end

begin
   prog = xine
   button = Yellow
   repeat = 3
   config = Volume-
end

begin
   prog = xine
   button = Blue
   repeat = 3
   config = Volume+
end

begin
   prog = xine
   button = Mute
   config = Mute
end

begin
   prog = xine
   button = 0
   config = Number0
end

begin
   prog = xine
   button = 1
   config = Number1
end

begin
   prog = xine
   button = 2
   config = Number2
end

begin
   prog = xine
   button = 3
   config = Number3
end

begin
   prog = xine
   button = 4
   config = Number4
end

begin
   prog = xine
   button = 5
   config = Number5
end

begin
   prog = xine
   button = 6
   config = Number6
end

begin
   prog = xine
   button = 7
   config = Number7
end

begin
   prog = xine
   button = 8
   config = Number8
end

begin
   prog = xine
   button = 9
   config = Number9
end

# Seek forward 10 minutes
begin
   prog = xine
   button = Skip
   repeat = 3
   config = EventNext
end

# Seek backward 10 minutes
begin
   prog = xine
   button = Replay
   repeat = 3
   config = EventPrior
end

begin
   prog = xine
   button = REW
   repeat = 3
   config = SeekRelative-30
end

begin
   prog = xine
   button = FFW
   repeat = 3
   config = SeekRelative+30
end

begin
   prog = xine
   button = Green
   config = OSDStreamInfos
end 

>-----Original Message-----
>From: mythtv-users-bounces at mythtv.org 
>[mailto:mythtv-users-bounces at mythtv.org] On Behalf Of 
>Emlyn.Bolton at nokia.com
>Sent: Monday, January 12, 2004 6:25 PM
>To: mythtv-users at mythtv.org
>Subject: RE: [mythtv-users] Mplayer or Xine
>
>i think you can type something like:
>'xine -help input' or something (look in the manual for exact) 
>which gives you a dummy .lircrc which you can map your buttons to.
>
>A word of warning - it will blat your current one.  I lost my 
>lircrc this way...
>
>Emlyn
>
>-----Original Message-----
>From: mythtv-users-bounces at mythtv.org
>[mailto:mythtv-users-bounces at mythtv.org]On Behalf Of ext James 
>Colannino
>Sent: Monday, January 12, 2004 2:00 PM
>To: Discussion about mythtv
>Subject: Re: [mythtv-users] Mplayer or Xine
>
>
>DBakker at arrayasolutions.com wrote:
>
>>Oh that is in the setup.
>>
>>Go to the initial screen,
>>go to setup
>>go to mythvideo
>>there is a line for the player to use: enter the below command
>>
>>do the same for mythdvd
>>  
>>
>
>Oh ok.  That's a load off my mind :)  I thought I'd have to 
>actually change some lines in the source and re-compile (I 
>always imagine the worst case scenarios.)  One more question: 
>does anyone know how I would configure Xine to work with the remote?
>
>James
>
>_______________________________________________
>mythtv-users mailing list
>mythtv-users at mythtv.org
>http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>_______________________________________________
>mythtv-users mailing list
>mythtv-users at mythtv.org
>http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>



More information about the mythtv-users mailing list