<div dir="ltr">Thanks for the responses.  <div><br></div><div>Hika's response was correct, I was able to add Play/Pause events via the MythTV settings.    But, there were some keypresses that I can see in ir-keytable, which didn't generate a key event within MythTV.<br><div><br></div><div>After a bit more digging, I found that the basic key code mappings are in /lib/udev/rc_keymaps/imon_pad</div><div>For some of the keys that MythTV was not picking up, I re-mapped them to simple keyboard inputs.    Since this system only runs mythfrontend, that's not a problem.  But, it does seem kludgey to do it this way..  and I'm sure I'll forget about it by the time I do my next frontend upgrade in a couple years.</div><div><br></div><div>It seems like this was close to "just working" out of the box.  The USB device was auto-detected and the drivers mapped the remote keys to reasonable settings.   The gap was that MythTV did not recognize the multimedia keys by default.    This seems odd.  Isn't MythTV an extremely good use case for those multimedia key inputs like "KEY_PAUSE"?  It also doesn't seem like there would be drawbacks to mapping these by default.  </div><div><br></div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 1, 2015 at 12:08 PM, Alec Leamas <span dir="ltr"><<a href="mailto:leamas.alec@gmail.com" target="_blank">leamas.alec@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 01/10/15 18:40, Hika van den Hoven wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hoi Tom,<br>
<br>
Thursday, October 1, 2015, 6:36:46 PM, you wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Thu, Oct 1, 2015 at 5:20 AM, Hika van den Hoven <<a href="mailto:hikavdh@gmail.com" target="_blank">hikavdh@gmail.com</a>><br>
wrote:<br>
</blockquote>
<br>
</blockquote>
<br>
</span><span class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I was struggling to understand the relationship among all these layers and<br>
to pull any debugging info at each point.  So, this really helps.<br>
</blockquote>
<br>
<br>
As said I haven't tried it, but I assume it to work. The other way<br>
would be to use lirc and .lircrc as in the old way. e.g.<br>
<br>
begin<br>
       prog = mythtv<br>
       button = KEY_PAUSE<br>
       config = P<br>
end<br>
<br>
</blockquote>
<br></span>
With ir-keytable decoding all keys you should basically be able to do it with or without LIRC. However, here is potential to run both tracks simultaneously and that might certainly be a mess.<br>
<br>
If you not use LIRC, just disable the comṕlete service so it doesn't mess with anything. This means that  the application will receive events from a /dev/input/eventXX interface without any lirc involvement.<br>
<br>
If you want to use lirc, use the devinput driver and the same event interface as device. This will make the button presses available on the lircd socket (var/run/lirc/lircd?) where multiple applications can read it and map it using ~/.lircrc. Applications (here multiple) must not access the event interface, they should listen to the lircd socket.<br>
<br>
Cheers!<span class="HOEnZb"><font color="#888888"><br>
<br>
--alec</font></span><div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a><br>
<a href="http://lists.mythtv.org/mailman/listinfo/mythtv-users" rel="noreferrer" target="_blank">http://lists.mythtv.org/mailman/listinfo/mythtv-users</a><br>
<a href="http://wiki.mythtv.org/Mailing_List_etiquette" rel="noreferrer" target="_blank">http://wiki.mythtv.org/Mailing_List_etiquette</a><br>
MythTV Forums: <a href="https://forum.mythtv.org" rel="noreferrer" target="_blank">https://forum.mythtv.org</a><br>
</div></div></blockquote></div><br></div>