[mythtv-users] multiple events from 1 remote button

Jon Boehm boehm100 at comcast.net
Wed Sep 26 20:58:33 UTC 2007



Jerome Yuzyk wrote:
> Some time ago I had added this code to my ~/.lircrc to make the My Pictures 
> button on my MCE remote go to a random slideshow. I had to make a shortcut to 
> MythGallery, and for a while it worked. Then it didn't. Are multiple 
> functions per button still allowed withe the latest lirc or does anyone else 
> have something like this working?
> 
> 
> # My Pictures
> #
> begin
>     prog   = mythtv
>     button = Pictures
>     config = Ctrl+I
> end
> 
> begin
>     prog   = mythtv
>     button = Pictures
>     config = M
> end
> 
> begin
>     prog   = mythtv
>     button = Pictures
>     config = Down
> end
> 
> begin
>     prog   = mythtv
>     button = Pictures
>     config = Enter
> end

I've seen this syntax before.  However, I've never tested it.

begin
   prog   = gxine
   button = 3_PLAY
   repeat = 6
   config = play();
   config = pause();
   config = av_speed.v = 3;
end

I think it is supposed to do all three things.

Good luck,
Jon




More information about the mythtv-users mailing list