[mythtv-users] Hulu Integration?

Robert McNamara robert.mcnamara at gmail.com
Sun Jan 11 01:04:26 UTC 2009


On Sat, Jan 10, 2009 at 5:00 PM, David Brodbeck <gull at gull.us> wrote:
> Jonno wrote:
>> Just got it working :-D And with a nice button from the Myth menu too.
>
> How are you handling your remote?  I can't figure out a way to make it
> work in both Myth and Boxee.
>
> The problem is, Boxee uses lirc directly, and MythFrontend uses irxevent
> instead.  So if I use the normal MythTV remote configuration, having
> irxevent send keystrokes to CurrentWindow, Boxee gets every keystroke
> twice.  If I kill irxevent, Boxee works great, but now mythfrontend
> doesn't work with my remote.
>
> Is there a way to tell Boxee to ignore the remote, so I can send
> keypresses to it with irxevent, like I do with Myth?
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>

Myth will interface directly with lirc.  You do not need to use/should
not be using irxevent.  Example button:

begin
    remote = mceusb
    prog = mythtv
    button = Guide
    config = S
    repeat = 0
    delay = 0
end

Robert


More information about the mythtv-users mailing list