1
0
mirror of https://github.com/fHDHR/fHDHR_NextPVR.git synced 2025-12-06 05:36:59 -05:00
Go to file
Deathbybandaid 50ef1ceeb1
Merge pull request #11 from deathbybandaid/dev
add LICENSE and Dockerfile
2020-10-03 13:04:40 -04:00
data Replicate changes in the Locast repo 2020-10-02 15:07:07 -04:00
epghandler Replicate changes in the Locast repo 2020-10-02 15:07:07 -04:00
fakehdhr Replicate changes in the Locast repo 2020-10-02 15:07:07 -04:00
fhdhrconfig Replicate changes in the Locast repo 2020-10-02 15:07:07 -04:00
proxyservice Remove old string line 2020-10-02 15:27:04 -04:00
ssdpserver test 2020-09-29 15:38:34 -04:00
Dockerfile add LICENSE and Dockerfile 2020-10-03 13:03:59 -04:00
LICENSE add LICENSE and Dockerfile 2020-10-03 13:03:59 -04:00
main.py Replicate changes in the Locast repo 2020-10-02 15:07:07 -04:00
README.md Dropped the letter O 2020-10-01 09:50:41 -04:00
requirements.txt bugfixes 2020-09-29 19:09:44 -04:00

FakeHDHR_NextPVR

Welcome to the world of streaming to Plex! We use some fancy python here to achieve a system of:

Home Distribution Hiatus Recreation

(based off of original code from

)

Until I have time to do the wiki thing for this project, instructions will be in this README.md.

PRs welcome for:

  • Docker support

Vague Instructions (specific details intentionally excluded):

  • Install ffmpeg, and verify it is accessible in PATH. Otherwise, you may specify it's path in your configuration later.
  • Install Python3 and Python3-pip. There will be no support for Python2.
  • Download the zip of the master branch, or git clone.
  • pip3 install -r requirements.txt
  • Copy the included configuration example to a known path, and adjust as needed. The script will look in the current directory for config.ini, but this can be specified with the commandline argument --config_file=