Last active
April 29, 2016 01:10
-
-
Save andrsd/85cafe383261a7a238f32b8fa49d44b4 to your computer and use it in GitHub Desktop.
Revisions
-
andrsd revised this gist
Apr 29, 2016 . 1 changed file with 11 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,6 +10,17 @@ Install * `# 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 ---- -
andrsd revised this gist
Apr 29, 2016 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -22,6 +22,8 @@ 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. -
andrsd revised this gist
Apr 9, 2016 . 1 changed file with 24 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,11 +1,32 @@ tvheadend ========= * Hardware: Hauppauge WinTV 955Q Install ------- * Install [tvheadened-git](https://aur.archlinux.org/packages/tvheadend-git) from AUR * `# systemctl start tvheadend` * Configure on `localhost:9981` Kodi ---- * Install [libplatform-legacy](https://aur.archlinux.org/packages/libplatform-legacy/) and [kodi-addon-pvr-hts](https://aur.archlinux.org/packages/kodi-addon-pvr-hts/) from AUR * In Kodi: - `Addons | Tvheadend`, configure the addon - `System | Settings | TV`, set `Enabled` to checked. Notes ----- 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 ---------- * [1] http://linuxtv.org/wiki/index.php/Hauppauge_WinTV-HVR-955Q * [2] http://kodi.wiki/view/Tvheadend_PVR -
andrsd renamed this gist
Apr 9, 2016 . 1 changed file with 1 addition and 15 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,22 +1,8 @@ tvheadend ========= * HW: Hauppauge WinTV 955Q References ---------- -
andrsd created this gist
Apr 1, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,25 @@ tvheadend ========= * HW: Hauppauge WinTV DualHD Make sure we have the right kernel # uname -a We need at least 4.2. Build kernel ------------ Download firmware ``` cd /lib/firmware wget ??? ``` References ---------- [1] https://www.linuxtv.org/wiki/index.php/Hauppauge_WinTV-dualHD [2] https://www.linuxtv.org/wiki/index.php/Hauppauge_WinTV-HVR-2255