47 lines
1.4 KiB
Bash
47 lines
1.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
|
|
|
|
### Lazystream Config
|
|
use_lazystream=yes
|
|
include_nhl=yes
|
|
include_mlb=yes
|
|
cdn=akc
|
|
#quality=720p60
|
|
|
|
### 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 find and click the "Refresh
|
|
# Guide" link in Plex and then look at the developer tools window. 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=
|