Hi,<br>
I'm wondering if it's possible to use MythTV's native LIRC support ,
and still be able to control mplayer without affecting MythTV:<br>
<br>
Example:<br>
(entry in my .lircrc file)<br>
begin<br>
prog = mythtv<br>
button = Pause<br>
config = P<br>
end<br>
When I launch mplayer and press 'Pause', it'll tell MythTV to 'Pause'
as well. In this case it's not a problem, but let's take the Power
button. Regardless of the program I'm currently running, a press of the
Power button will affect MythTV (exit).<br>
<br>
So, how can I prevent this from happening?<br>
Thanks for any help.<br>
<br>
By the way, another question: is the idea behind the lircrc file to use
only _one_? That is, not run irxevent with one lircrc file, mythtv with
a second one, and mplayer with a third one. I can safely put every
config in one file?<br>