Okay here it is.  The ffw and rew commands do not work in mythtv or
mplayer, and the CH+ and CH- do not work in mplayer.

# Seek back 10 seconds
begin
prog = mplayer
button = REW
repeat = 3
config = seek -10
end

# Seek forward 30 seconds
begin
prog = mplayer
button = FFW
repeat = 3
config = seek +30
end


# Fast forward (30 sec default)
begin
prog = mythtv
button = REW
repeat = 3
config = Left
end

# Rewind (10 sec default)
begin
prog = mythtv
button = FFW
repeat = 3
config = Right
end

 Channel Up
begin
prog = mythtv
button = CH+
repeat = 3
config = Up
end

# Channel Down
begin
prog = mythtv
button = CH-
repeat = 3
config = Down
end

# Zoom in Pan scan
begin
prog = mplayer
button = CH+
repeat = 3
config = E
end

# Zoom out Pan scan
begin
prog = mplayer
button = CH-
repeat = 3
config = w
end



On Tue, 8 Feb 2005 13:04:34 -0600, Andy Long <[EMAIL PROTECTED]> wrote:
> In your ~/.mythtv/lircrc file, how are the buttons which don't work
> right configured?  They probbaly are set to do something else within
> myth.
> 
> 
> On Tue, 8 Feb 2005 10:04:29 -0800, Gregg <[EMAIL PROTECTED]> wrote:
> > I have built a mythtv using jarods guide.  I am having problems with
> > lirc.  Most of the buttons work, but the ff and rew do not skip
> > forward and backward, and the vol+ and vol- do not skip. Every other
> > button works.  They send a signal when I run 'irw'.  I am currently
> > using the config from jarods site.  I have a grey hauppauge remote,
> > and a pvr250.  Any suggestions?
> >
> > -Gregg
> >
> >
> > _______________________________________________
> > mythtv-users mailing list
> > [email protected]
> > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> >
> >
> >
>
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to