[mythtv-users] Mythtv does not care about the remote after a video is started.

Ronald Frazier ron at ronfrazier.net
Wed Mar 12 11:55:30 UTC 2008


> Thanks!
>  Now I can pause, play, stop and quit which by far is the most
>  important. I can also mute on/off.
>
>  I cannot make decrease/increase volume work.


Here's the volume button configs from my lircrc, along with a few
other configs that may interest you:

begin
   prog = mplayer
   button = VOL+
   config = volume +1
   repeat = 1
   delay = 2
end

begin
   prog = mplayer
   button = VOL-
   config = volume -1
   repeat = 1
   delay = 2
end




begin
   prog = mplayer
   button = Info
   config = osd
end

begin
   prog = mplayer
   button = Rewind
   config = seek -10
   repeat = 1
   delay = 2
end

begin
   prog = mplayer
   button = FastForward
   config = seek +10
   repeat = 1
   delay = 2
end

begin
   prog = mplayer
   button = SkipBack
   config = seek -60
   repeat = 1
   delay = 2
end

begin
   prog = mplayer
   button = SkipForward
   config = seek +60
   repeat = 1
   delay = 2
end


-- 
Ron


More information about the mythtv-users mailing list