From cd6f1cf26353339f536e26f40df2087f529245cb Mon Sep 17 00:00:00 2001 From: Deathbybandaid Date: Mon, 5 Oct 2020 08:38:18 -0400 Subject: [PATCH] Created Configuration (markdown) --- Configuration.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Configuration.md 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