Skip to content

Instantly share code, notes, and snippets.

@andrsd
Last active April 29, 2016 01:10
Show Gist options
  • Save andrsd/85cafe383261a7a238f32b8fa49d44b4 to your computer and use it in GitHub Desktop.
Save andrsd/85cafe383261a7a238f32b8fa49d44b4 to your computer and use it in GitHub Desktop.
tvheadend install

tvheadend

  • Hardware: Hauppauge WinTV 955Q

Install

  • 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>

Kodi

Notes

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.

References

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment