Posts by cybe

    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!