mirror of
https://github.com/fHDHR/fHDHR_NextPVR.git
synced 2025-12-06 10:26:57 -05:00
Updated Advanced Configuration (markdown)
parent
d4cba82881
commit
ee96c77e84
@ -39,7 +39,10 @@ weight = 300
|
|||||||
epg_update_frequency = 43200
|
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.
|
* `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.
|
* `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.
|
* `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.
|
* `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.
|
* `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]
|
[fhdhr]
|
||||||
# address = 0.0.0.0
|
# address = 0.0.0.0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user