1
0
mirror of https://github.com/fHDHR/fHDHR_NextPVR.git synced 2025-12-06 16:46:58 -05:00

Created Configuration (markdown)

Deathbybandaid 2020-10-05 08:38:18 -04:00
parent 4cb2da6666
commit cd6f1cf263

19
Configuration.md Normal file

@ -0,0 +1,19 @@
The example config file contains all of the things that the typical user may need to fill out.
NextPVR requires signin pin, so add that.
Under `fakehdhr`, you'll find 2 addresses listed. `0.0.0.0` works great for a listen address, however, it seems that SSDP works best if the discovery address is set to the IP to say that there is a service at.
````
[nextpvr]
address = localhost
port = 8866
pin =
[fakehdhr]
# address = 0.0.0.0
# port = 5004
# discovery_address = 0.0.0.0
````
Please see the Advanced Configuration page for more information.