Hello,
I'm trying to write a little script for playing songs by scanning an RFID card on LibreELEC. I use a
- Neuftech USB RFID Reader with 13,56 Mhz
- Raspberry PI 3B+
- LibreELEC-RPi2.arm-9.2.8.img.gz
- Default config
The RFID reader gets recognized, loaded and provides a valid libinput device node called
Trying to dump input events does not show anything when scanning an RFID card,
while the input seems to work correctly, because Kodi GUI changes to another place and plays the according navigation sound. My Questions:
- Is there any possibility to get valid input events from /dev/input/by-id/usb-HXGCoLtd_27db-event-kbd for shell script usage?
- Would it be also possible still getting these events while disabling input for the Kodi GUI (changing menus or playback position)?
It is working on OSMC, but I would like to change to LibreELEC... Unfortunately this has to work to do so...