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 ````