Skip to content

Instantly share code, notes, and snippets.

@andrsd
Last active April 29, 2016 01:10
Show Gist options
  • Select an option

  • Save andrsd/85cafe383261a7a238f32b8fa49d44b4 to your computer and use it in GitHub Desktop.

Select an option

Save andrsd/85cafe383261a7a238f32b8fa49d44b4 to your computer and use it in GitHub Desktop.

Revisions

  1. andrsd revised this gist Apr 29, 2016. 1 changed file with 11 additions and 0 deletions.
    11 changes: 11 additions & 0 deletions tvheadend.md
    Original 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
    ----

  2. andrsd revised this gist Apr 29, 2016. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions tvheadend.md
    Original 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.


  3. andrsd revised this gist Apr 9, 2016. 1 changed file with 24 additions and 3 deletions.
    27 changes: 24 additions & 3 deletions tvheadend.md
    Original file line number Diff line number Diff line change
    @@ -1,11 +1,32 @@
    tvheadend
    =========

    * HW: Hauppauge WinTV 955Q
    * 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] https://www.linuxtv.org/wiki/index.php/Hauppauge_WinTV-dualHD
    [2] https://www.linuxtv.org/wiki/index.php/Hauppauge_WinTV-HVR-2255
    * [1] http://linuxtv.org/wiki/index.php/Hauppauge_WinTV-HVR-955Q
    * [2] http://kodi.wiki/view/Tvheadend_PVR
  4. andrsd renamed this gist Apr 9, 2016. 1 changed file with 1 addition and 15 deletions.
    16 changes: 1 addition & 15 deletions rpi-arch-tvheadend → tvheadend.md
    Original file line number Diff line number Diff line change
    @@ -1,22 +1,8 @@
    tvheadend
    =========

    * HW: Hauppauge WinTV DualHD
    * HW: Hauppauge WinTV 955Q

    Make sure we have the right kernel

    # uname -a

    We need at least 4.2.

    Build kernel
    ------------

    Download firmware
    ```
    cd /lib/firmware
    wget ???
    ```

    References
    ----------
  5. andrsd created this gist Apr 1, 2016.
    25 changes: 25 additions & 0 deletions rpi-arch-tvheadend
    Original 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