-
Notifications
You must be signed in to change notification settings - Fork 7
/
config.yaml
70 lines (55 loc) · 2.3 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# Configuration file in YAML format
# https://en.wikipedia.org/wiki/YAML#Basic_components
# specify your NHL.TV account email
# emailNhltv: [email protected]
emailNhltv:
# and password
# passwordNhltv: johnDoesNhlTvPassword
passwordNhltv:
# this timezone is used to determine `today`, point in time from where to start
# showing matches; should probably leave this as is
# if set to like, Tokyo, you will always see tomorrow's matches
matchTimeZone: America/Denver
# do not jump into the middle of a game, always start from beginning
# does not have effect if there are previous files downloaded - will continue
# downloading from where it ended
playLiveGamesFromStart: true
# set your favourite teams, will highlight them in the list
# get abbreviations from
# https://api-web.nhle.com/v1/schedule-calendar/2023-11-12
# favouriteTeams: [WSH, PIT, TBL]
favouriteTeams: []
# add extra options to streamlink
# e. g. if you have a fast connection you can significantly reduce download
# times by using more than 1 threads
# streamlinkExtraOptions: [--hls-segment-threads, 2]
streamlinkExtraOptions: []
# do not show other teams' games in case favorite teams are set
hideOtherTeams: false
# strategy to select preferred feed
# the default strategy means that it will prefer the feed for a favorite team
# and it will give up if it finds multiple feeds
# the 'fallbackToAny' strategy will act like the default strategy,
# but if there are multiple preferred feeds then it picks the first one
#preferredFeedStrategy: fallbackToAny
# preferred stream quality
# currently NHLTV offers 216p, 288p, 360p, 504p, 540p, 720p, 720p60
# 'best' and 'worst' are also available
#preferredStreamQuality: best
# preferred provider
# 'nhltv' or 'espn'
# preferredProvider: nhltv
# when false, will only show feeds from preferredProvider.
showOtherProviders: false
# whether to use legacy NHL.TV API to get the game status
disableLegacyNhltvGameStatus: false
# ===================================
# everything below is NOT working yet
# ===================================
# this can be used for automatic cron job download once a day
# will select preferred feed for favourite team
# or first available if the only found game does not include one of
# `favouriteTeams`
startDownloadingIfSingleGameFound: true
# specify viaplay country code
#viaplayCountry: se