Opened 10 years ago
Closed 5 years ago
#12428 closed Patch - Feature (Unverified)
PATCH: Improve out-of-the-box support for MCE remotes
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | MythTV - General | Version: | 0.27.4 |
Severity: | medium | Keywords: | MCE, remote, lirc |
Cc: | Ticket locked: | no |
Description
Since the MCE lirc drivers have moved into the kernel, it is possible to plug in an MCE USB receiver and start using it right away. MythTV partially supports the MCE commands by default. This patch aims to improve that support so that MCE remotes can be used with little or no key mapping.
One obstacle is that the Shift modifier is ignored by Myth, so that modifier was removed from the added keys. Another obstacle is that the MCE remote "Back" command is (annoyingly) Backspace where as Myth wants Esc. I think that legacy dates back to the earliest web browsers using Backspace for "Back". I didn't try to fix that one. (On my own remote I just remap the keys)
There are two patches: One for MythTV and MythVideo? and the other for MythMusic. Where possible I only added keys, but in the case of conflicts or where 4 keys were already mapped I had to change or remove a few.
Caveat: I developed these patches using my ARC-1100/VRC-1100. I believe it uses standard MCE key mappings but it should be confirmed (I posted these patches to the mythtv-users list but got no feedback) For example, I don't know if the standard MCE remote uses Mouse Right Click for the menu key, but I had some difficulty with that. It worked in the main menus but not during playback. With my remote I remapped the button.
Attachments (2)
Change History (3)
Changed 10 years ago by
Attachment: | MythTVMCEKeys.patch added |
---|
comment:1 Changed 5 years ago by
Resolution: | → Unverified |
---|---|
Status: | new → closed |
Closing all old tickets in trac.
If your issue still persists, please open an issue in Github https://github.com/MythTV/mythtv/issues
and reference the existing trac ticket.
MythTV and MythVideo? MCE remote support