From 6e5fe101ea62a08291dc4075322f074436ed6f44 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Mon, 5 Oct 2020 08:58:53 -0400 Subject: [PATCH] Update Readme and Configurations --- README.md | 10 +-------- config.all.ini | 51 ++++++++++++++++++++++++++++++++++++++++++++++ config.example.ini | 9 ++++++++ 3 files changed, 61 insertions(+), 9 deletions(-) create mode 100644 config.all.ini create mode 100644 config.example.ini diff --git a/README.md b/README.md index cd0cf2a..7ea2201 100644 --- a/README.md +++ b/README.md @@ -17,17 +17,9 @@ Welcome to the world of streaming to Plex! We use some fancy python here to achi ) -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=` +Please Check the repository wiki for Installation information. diff --git a/config.all.ini b/config.all.ini new file mode 100644 index 0000000..af3d0f3 --- /dev/null +++ b/config.all.ini @@ -0,0 +1,51 @@ +[main] +# uuid = +# cache_dir = + +[empty] +# epg_update_frequency = + +[nextpvr] +# address = localhost +# port = 8866 +# ssl = +# pin = +# weight = 300 +# epg_update_frequency = 43200 + +[fakehdhr] +# address = 0.0.0.0 +# port = 5004 +# discovery_address = 0.0.0.0 +# tuner_count = 3 +# friendlyname = fHDHR-Locast +# stream_type = ffmpeg +# epg_method = proxy + +[zap2it] +# delay = 5 +# postalcode = None +# affiliate_id = gapzap +# country = USA +# device = - +# headendid = lineupId +# isoverride = True +# languagecode = en +# pref = +# timespan = 6 +# timezone = +# userid = - +# epg_update_frequency = 43200 + +[ffmpeg] +# ffmpeg_path = ffmpeg +# bytes_per_read = 1152000 + +[direct_stream] +# chunksize = 1024*1024 + +[dev] +# reporting_model = HDHR4-2DT +# reporting_firmware_name = hdhomerun4_dvbt +# reporting_firmware_ver = 20150826 +# reporting_tuner_type = Antenna diff --git a/config.example.ini b/config.example.ini new file mode 100644 index 0000000..2eec403 --- /dev/null +++ b/config.example.ini @@ -0,0 +1,9 @@ +[nextpvr] +address = localhost +port = 8866 +pin = + +[fakehdhr] +# address = 0.0.0.0 +# port = 5004 +# discovery_address = 0.0.0.0