Help with TVHeadend installation on my OMV box

  • What is the best approach to getting TVH installed on the OMV 2.1 box? I tried the instructions on the website but I am getting stuck at the last step.


    dpkg -i tvheadend-xxx.deb


    I used 2236 for the XXXX as that is the latest version but somehow it cannot find it.
    Error:
    Cannot access archive. No such file or directory.



    Any help is greatly appreciated.
    Thanks.

  • I'm running OMV 3 beta but I just pretty much followed the instructions here.: https://tvheadend.org/projects/tvheadend/wiki/AptRepository
    Note, I chose the unstable branch, as stable didn't have transcoding builtin at the time, but that may have changed.


    OMV 3:

    Bash
    sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 379CE192D401AB61
    echo "deb https://dl.bintray.com/tvheadend/deb jessie unstable" | sudo tee -a /etc/apt/sources.list
    sudo apt-get update
    sudo apt-get install tvheadend


    OMV 2:


    Bash
    sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 379CE192D401AB61
    echo "deb https://dl.bintray.com/tvheadend/deb wheezy unstable" | sudo tee -a /etc/apt/sources.list
    sudo apt-get update
    sudo apt-get install tvheadend

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!