From ee96c77e848d6cb7fda907112db7b0ef7c4ec0d3 Mon Sep 17 00:00:00 2001 From: Deathbybandaid Date: Fri, 9 Oct 2020 21:35:45 -0400 Subject: [PATCH] Updated Advanced Configuration (markdown) --- Advanced-Configuration.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Advanced-Configuration.md b/Advanced-Configuration.md index 23be567..de3be68 100644 --- a/Advanced-Configuration.md +++ b/Advanced-Configuration.md @@ -39,7 +39,10 @@ weight = 300 epg_update_frequency = 43200 ```` -The `fakehdhr` contains all the configuration options for interfacing between this script and your media platform. +## fhdhr + + +The `fhdhr` contains all the configuration options for interfacing between this script and your media platform. * `address` and `port` are what we will allow the script to listen on. `0.0.0.0` is the default, and will respond to all. * `discovery_address` may be helpful for making SSDP work properly. If `address` is not `0.0.0.0`, we will use that. If this is not set to a real IP, we won't run SSDP. SSDP is only really helpful for discovering in Plex/Emby. It's a wasted resource since you can manually add the `ip:port` of the script to Plex. * `tuner_count` is a limit of devices able to stream from the script. The default is 3, as per Locast's documentation. A 4th is possible, but is not reccomended. @@ -47,8 +50,6 @@ The `fakehdhr` contains all the configuration options for interfacing between th * `stream_type` can be set to `ffmpeg` or `direct`. Locast seems to work better with the `ffmpeg` method. * `epg_method` defaults to `proxy` and will pull the xmltv data from Locast. Other Options include `empty` which is an hourly schedule with minimal channel information. Another option is `zap2it`, which is another source of EPG information. Channel Numbers may need to be manually mapped. -## fakehdhr - ```` [fhdhr] # address = 0.0.0.0