- Hardware: Hauppauge WinTV 955Q
- Install tvheadened-git from AUR
# systemctl start tvheadend
- Configure on
localhost:9981
To run as a different user, do:
# systemctl edit tvheadend
and add
[Service]
ExecStart=
ExecStart=/usr/bin/tvheadend -f -p /run/tvheadend.pid -u <user> -g <group>
- Install libplatform-legacy and kodi-addon-pvr-hts from AUR
- In Kodi:
Addons | Tvheadend
, configure the addonSystem | Settings | TV
, setEnabled
to checked.
In the setup wizard, add 127.0.0.1
to the network addresses otherwise you want be able to access tvheadend locally, in case you use IP restricted access.
I think restart was needed, but I do not know why. The TV
menu entry did not show up after starting Kodi. I could be, that my tvheadend
was not properly configured for the first time.