Regards A/V remote.. : So how does rc_maps work, since the remote triggers on those few keys there must be a config I could edit ?
Any advise ?
Posts by Nextnx
-
-
Few weeks ago I did replace my windows based Kodi to Libreelec Kodi and it works great, though some minor problems that I have with remote control.
I dont know enough about commands or config files to work with yet, though I have been going through misc posts in search of the solution but have not found one post about ignoring specific remotes or add a missing button trigger. Hoping one of you might know around this, it would be very must appreciated.
Here we go:One remote (IR) that controls my Pioneer A/V setup, triggers KEY_UP on "Volume up" and "Mute" button, so it would jump forward in Kodi when I want vol up on A/V. So looking for a way to ignore it.. Here some information on the event.:
cat /proc/bus/input/devices > D3T9Qees
Code
Display More> ir-keytable -t 1478952343.525118: event type EV_MSC(0x04): scancode = 0x1008000 1478952343.525118: event type EV_KEY(0x01) key_down: KEY_UP(0x0001) 1478952343.525118: event type EV_SYN(0x00). 1478952343.800045: event type EV_KEY(0x01) key_up: KEY_UP(0x0001) 1478952343.800045: event type EV_SYN(0x00). 1478952344.853108: event type EV_MSC(0x04): scancode = 0x1008000 1478952344.853108: event type EV_KEY(0x01) key_down: KEY_UP(0x0001) 1478952344.853108: event type EV_SYN(0x00). 1478952344.941111: event type EV_MSC(0x04): scancode = 0x1008000 1478952344.941111: event type EV_SYN(0x00). 1478952345.213375: event type EV_KEY(0x01) key_up: KEY_UP(0x0001) 1478952345.213375: event type EV_SYN(0x00). > irw 67 0 KEY_UP devinput 67 0 KEY_UP_UP devinput 67 0 KEY_UP devinput 67 0 KEY_UP_UP devinput
Another remote (bt) I have is the Nexus Player Remote which works fine on any other button but the center "Ok" button.
Code
Display More> bluetoothctl > info Device F0:79:59:D9:89:08 Name: Nexus Remote Alias: Nexus Remote Class: 0x20050c Paired: yes Trusted: yes Blocked: no Connected: yes LegacyPairing: no UUID: Generic Access Profile (00001800-0000-1000-8000-00805f9b34fb) UUID: Generic Attribute Profile (00001801-0000-1000-8000-00805f9b34fb) UUID: Device Information (0000180a-0000-1000-8000-00805f9b34fb) UUID: Battery Service (0000180f-0000-1000-8000-00805f9b34fb) UUID: Human Interface Device (00001812-0000-1000-8000-00805f9b34fb) UUID: Scan Parameters (00001813-0000-1000-8000-00805f9b34fb) UUID: Vendor specific (9e5d1e47-5c13-43a0-8635-82ad38a1386f) Modalias: bluetooth:v18D1p2C42d0000
Code> hcidump < that's the Center button clicked once. > ACL data: handle 35 flags 0x02 dlen 9 ATT: Handle notify (0x1b) handle 0x0065 value 0x10 0x00 > ACL data: handle 35 flags 0x02 dlen 9 ATT: Handle notify (0x1b) handle 0x0065 value 0x00 0x00
I tried to log the problem with Kodi debug log but I get nothing when pressing the center button, any other button works and I see them in the Kodi log just fine.
Trimmed Kodi log > 7NkYKiWd < any other button trigger as you can see but no Center button.
I have no clue where to fix this ?
I did make temp fix on the Mic button which Kodi does see and triggers on..Missing anything ? do tell..
TIA
Yay first post