diff --git a/Configuration.md b/Configuration.md new file mode 100644 index 0000000..1874f46 --- /dev/null +++ b/Configuration.md @@ -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. \ No newline at end of file