mirror of
https://github.com/fHDHR/fHDHR_NextPVR.git
synced 2025-12-06 15:06:59 -05:00
Merge pull request #13 from deathbybandaid/dev
Update Readme and Configurations
This commit is contained in:
commit
7e654a8abb
10
README.md
10
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.
|
||||
|
||||
51
config.all.ini
Normal file
51
config.all.ini
Normal file
@ -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
|
||||
9
config.example.ini
Normal file
9
config.example.ini
Normal file
@ -0,0 +1,9 @@
|
||||
[nextpvr]
|
||||
address = localhost
|
||||
port = 8866
|
||||
pin =
|
||||
|
||||
[fakehdhr]
|
||||
# address = 0.0.0.0
|
||||
# port = 5004
|
||||
# discovery_address = 0.0.0.0
|
||||
Loading…
Reference in New Issue
Block a user