From fd20ab8d7c276e08cbfdfce720cebeb61088ae96 Mon Sep 17 00:00:00 2001 From: Deathbybandaid Date: Mon, 5 Oct 2020 08:53:53 -0400 Subject: [PATCH] Updated Advanced Configuration (markdown) --- Advanced-Configuration.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Advanced-Configuration.md b/Advanced-Configuration.md index 3f89873..3c99cc7 100644 --- a/Advanced-Configuration.md +++ b/Advanced-Configuration.md @@ -22,7 +22,12 @@ This section is regarding empty epg settings and is only used if the below `[fak ## NextPVR The `nextpvr` section - +* What `address` to contact nextpvrat. +* what `port` does nextpvruse +* does nextpvruse `ssl`? +* `pin` is a required credential. +* `weight` is something that I don't recommend messing with. +* `epg_update_frequency` This setting is in seconds. ```` [nextpvr] @@ -31,7 +36,6 @@ port = 8866 ssl = pin = weight = 300 -sidfile = epg_update_frequency = 43200 ````