1
0
mirror of https://github.com/fHDHR/fHDHR_NextPVR.git synced 2025-12-06 03:36:58 -05:00
3 Configuration
Deathbybandaid edited this page 2020-10-09 21:36:04 -04:00

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 fhdhr, 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 = 

[fhdhr]
# address = 0.0.0.0
# port = 5004
# discovery_address = 0.0.0.0

Please see the Advanced Configuration page for more information.