Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


[Deprecated} Using the Flirc USB for remote control with mOde 5.4+
#6
Interesting.

Yup. In Flirc-moode.py, try changing

Code:
# the following endpoint tracks media keys:
#flirc=evdev.InputDevice('/dev/input/by-id/usb-flirc.tv_flirc-event-if01')
# the following endpoint tracks "valid command" keys
flirc=evdev.InputDevice('/dev/input/by-id/usb-flirc.tv_flirc-if01-event-kbd')

to 

Code:
# the following endpoint tracks media keys:
#flirc=evdev.InputDevice('/dev/input/by-id/usb-flirc.tv_flirc-event-if00')
# the following endpoint tracks "valid command" keys
flirc=evdev.InputDevice('/dev/input/by-id/usb-flirc.tv_flirc-event-kbd')


Note I was using only the "valid command" keys, hence the script is using the kbd endpoint.

Regards,
Kent
Reply


Messages In This Thread
RE: Using the Flirc USB for remote control with mOde 5.4+ - by TheOldPresbyope - 12-15-2019, 06:06 PM

Forum Jump: