90 lines
3.4 KiB
Bash
90 lines
3.4 KiB
Bash
##### Config
|
|
|
|
### Set as same user on your machine, run id -u & id -g to get your user / group id
|
|
PUID=1000
|
|
PGID=1000
|
|
|
|
### Xteve Config
|
|
XTEVE_PORT=34400
|
|
use_xTeveAPI=yes
|
|
# Skip wrapper-triggered xTeVe updates if the current time matches xTeVe's internal "update" schedule.
|
|
skip_xteve_api_when_internal_update=yes
|
|
# Wait times between wrapper xTeVe update stages. XMLTV delay helps avoid mapping against in-progress downloads.
|
|
#xteve_m3u_settle_seconds=2
|
|
#xteve_xmltv_settle_seconds=20
|
|
#xteve_xepg_settle_seconds=2
|
|
|
|
### Lazystream Config
|
|
# If trim_xmltv is set to yes, both NHL and MLB wont output 100 placeholder channels and
|
|
# will instead only output the same number of channels as there are streams.
|
|
# Enabling this feature may cause issues with xTeVe guide data.
|
|
trim_xmltv=no
|
|
use_lazystream=yes
|
|
include_nhl=yes
|
|
nhl_start_channel=1000
|
|
#nhl_exclude_home=yes
|
|
#nhl_exclude_away=yes
|
|
#nhl_exclude_national=yes
|
|
#nhl_exclude_french=yes
|
|
#nhl_exclude_composite=yes
|
|
include_mlb=yes
|
|
mlb_start_channel=2000
|
|
#mlb_exclude_home=yes
|
|
#mlb_exclude_away=yes
|
|
#mlb_exclude_national=yes
|
|
#mlb_exclude_composite=yes
|
|
cdn=akc
|
|
#quality=720p60
|
|
# This will override the default host used by lazystream. Use in case host changes.
|
|
#hostOverride=http://yourhost.here
|
|
|
|
### Guide2go Config
|
|
use_guide2go=no
|
|
|
|
## List of created lineup yaml files in /guide2go
|
|
# Exmaple with 3 lineups
|
|
YamlList="CBLguide.yaml SATguide.yaml SATSport.yaml"
|
|
|
|
## to create your lineups run the below command and follow the on-screen instructions
|
|
# docker exec -it <yourdockername> guide2go -configure /guide2go/<lineupnamehere>.yaml
|
|
|
|
### Emby
|
|
# Only necessary if xTeVe API is active
|
|
# API Key, https://github.com/MediaBrowser/Emby/wiki/Api-Key-Authentication
|
|
# embyID, settings, scroll down click API, Scheduled Task Service, GET /ScheduledTasks, Try, Execute,
|
|
# look for "Refresh Guide" ID, sample here 9492d30c70f7f1bec3757c9d0a4feb45
|
|
use_embyAPI=no
|
|
embyIP=
|
|
embyPORT=8096
|
|
embyApiKey=
|
|
embyID=
|
|
|
|
### Plex
|
|
# Only necessary if xTeVe API is active
|
|
# To find your Plex Update URL navigate to your plex server in chrome (eg, 192.168.1.1:32400/web/),
|
|
# and open chrome developer tools (press F12). Once developer tools is open, press (Ctrl/Cmd)+Shift+P,
|
|
# type "network" and press enter. Then, find and click the "Refresh Guide" link in Plex. Over in the
|
|
# developer tools window/pane, the first request listed should start with "reloadGuide?". Right click
|
|
# the line and go to copy -> Copy link address. Paste the result below as plexUpdateURL.
|
|
use_plexAPI=no
|
|
plexUpdateURL=
|
|
|
|
### Channels DVR
|
|
# Only necessary if xTeVe API is active
|
|
# To find your Channels Update URL navigate to your Channels server in chrome (eg, http://192.168.1.1:8089),
|
|
# and open chrome developer tools (press F12). Once developer tools is open find and click the "Refresh
|
|
# M3U" and "Refresh XMLTV" links in Channels and then look at the developer tools window. Right click the line and
|
|
# go to copy -> Copy link address. URL examples:
|
|
# channelsUpdateM3uURL -> http://192.168.1.1:8089/providers/m3u/sources/<source name>/refresh
|
|
# channelsUpdateXmltvURL -> http://192.168.1.1:8089/dvr/lineups/XMLTV-<source name>
|
|
use_channelsAPI=no
|
|
channelsUpdateM3uURL=
|
|
channelsUpdateXmltvURL=
|
|
|
|
### LazyStream Release Names
|
|
# ** WARNING **
|
|
# If you change these values you're on your own! There's really no need to change anything here unless
|
|
# your unique setup calls for it.
|
|
lazyStreamReleaseName=x86_64-unknown-linux-musl
|
|
lazyStreamReleaseNameAarch64=aarch64-unknown-linux-gnu
|