rimago / rpi-kodi

Dockerized Kodi with audio and video
https://hub.docker.com/r/rimago/rpi-kodi
GNU General Public License v3.0
15 stars 6 forks source link

lircd support? #2

Open adrien-github opened 3 years ago

adrien-github commented 3 years ago

Hi, Thanks for your docker, it works like a charm at home! Kodi was the last thing not dockerised on by pi.

I usually use kodi with an IR remote, but it didn't work.

    devices:
      - /dev/fb0:/dev/fb0
      - /dev/vchiq:/dev/vchiq
      - /dev/lirc0:/dev/lirc0 # <-- for IR remote

And my IR remote works!

I don't know how to launch lircd directly at startup (maybe with supervisord?), but if you could, it would be a great improvement !

Kind regards

Adrien

ngpsherwood commented 3 years ago

Hey I found out that device=/dev/ttyUSB0 it's a USB keyboard

Thanks

adrien-github commented 3 years ago

Hi, I just propose a pull request to improve the lircd support : https://github.com/rimago/rpi-kodi/pull/4

I am using your docker since a month: it works perfectly!

Kind regards

Adrien