TVHeadend Plex DVR integration - tvhProxy

  • Hello.

    I would realy enjoy and love to see tvhProxy in libreelec.
    I'm running Libreelec with tvheadend and plexmediaserver. tvhProxy is a small flask app to proxy requests between Plex Media Server and Tvheadend.
    With this little thing you can use ure tvheadend server as a DVR within plexmediaserver. i got it all configured but libreelec is missing some python requirements that are needed to get tvhProxy running. From the tvhProxy github page:tvhProxy configuration Install dependencies you can use your distibution's packages:

    Code
    sudo apt-get install python-gevent python-flask python-requests


    or create a virtual environment as described below):

    • In tvhProxy.py configure options as per your setup.
    • Create a virtual enviroment:
      Code
      $ virtualenv venv
    • Activate the virtual enviroment:
      Code
      $ . venv/bin/activate
    • Install the requirements:
      Code
      $ pip install -r requirements.txt
    • Finally run the app with:
      Code
      $ python tvhProxy.py


    in libreelec virtualenv and pip are missing.

    Would it be possible to integrate them or install them in libreelec to get tvhProxy running?

    Thanks for your help!

    Edited once, last by cybe (February 18, 2017 at 12:08 AM).

  • Has there been any updates on this? I am trying to get tvhproxy to work on libreelec without success as of yet. I did find this docker link: tvhproxy but attempting to pull failed.

    Any help much appreciated :)

  • This is how i got tvhproxy working on my NUC

    Install Docker.

    ssh into your device

    docker pull chvb/docker-tvhproxy

    docker run -d \

    -p 5004:5004/tcp \

    -e TVH_URL="http://admin:[email protected]:9981" \

    chvb/docker-tvhproxy:latest

    admin is my user 1234 is my password

    On the shield webpage, add ip address manually, followed by the port

    eg 192.168.1.110:5004

    Don't ask me any technical instructions,it was abit of trial & error. I know nothing about linux

  • I have tried both guides in here but neither of them work. Help please?

    In bubblegum57's guide it showed the addon started in libreelec, but couldn't connect to it. Tried both in browser and in Plex.

    Please help..