[mythtv-users] lirc pause button

Asciimonster asciimonster at myrealbox.com
Fri Jan 28 05:20:20 EST 2005


skeeterskip wrote:

> I just got Mythtv setup with my remote and I've noticed a few things 
> about certain buttons. I can't seem to get Pause to work while playing 
> a video. Command looks like that below.
>
> begin
>    prog = irxevent
>    button = pause
>    config = Key P CurrentWindow
> end

Why would you need irexevent to control myth? Myth supports lirc 
natively (see ~/.mythtv/lircrc):
begin
  prog = mythtv
  button = pause
  config = P
end

>
> Also, I've noticed that when I browse around clicking left and right 
> on Streamzap remote, it will skip sometimes from  Watch Videos to 
> "Listen to Music" and skip right owver Watch Recordings.

This could be a problem with the repetition rate of the remote button. 
Add a repeat = x (where x is a positive integer) line to tell lirc it 
should only use every x'th repetition, as such
begin
  prog = mythtv
  button = pause
  repeat = 3
  config = P
end


More information about the mythtv-users mailing list