This repository has been archived by the owner on Mar 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
config
68 lines (52 loc) · 2.49 KB
/
config
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
# Config file for nhlv
#
# Usage:
# The configuration values are given in this file, and can be changed from defaults here.
# Commented lines begin with '#'.
# If a value is not provided or is commented out, then the default value is
# used. The default value is shown commented out.
# To change a value, copy the line, uncomment it, and provide your own value.
# Credentials. Fill out your username and password here. Or provide them via command-line options.
# username=<Put your username here>
# password=<Put your password here>
# This flag specifies whether to sign in via Rogers account or via NHL.tv account
#use_rogers=false
# Favourite teams, This is a comma-separated list of favourite team codes.
# Favourite teams are identified by colour in the game listings, and can be
# filtered on using the --filter option to show only favourites.
# Example: favs=wpg
# Example: favs=wpg,ott
#favs=
# Favourite team colour, shown in game listings to highlight the favourite teams.
# Leave this blank to disable
# Available colours:
# black, red, green, orange, blue, purple, cyan, lightgrey, darkgrey,
# lightred, lightgreen, yellow, lightblue, pink, lightcyan
#fav_colour=blue
# Colour used to highlight games in 'critical' state
#game_critical_colour=yellow
# Show scores. Scores are hidden by default. If this is set to true then scores are shown.
#scores=false
# Use shorter feed names in game listings
#use_short_feeds=true
# Bandwidth/stream resolution. This is passed into streamlink.
# One of: 'worst', '360p', '540p', '720p_alt', '720p' 'best'
# Note: 720p (best) is the 60fps stream. The 720p_alt is a lower framerate.
# Fallback streams can be specified by using a comma-separated list, e.g.: 720p,540p,best
#resolution=best
# cdn: one of 'akamai' or 'level3'
#cdn=akamai
# Video player. One of vlc or mpv is recommended here. You can also set options for the player here as well.
# Example: video_player=mpv --cache 153600
#video_player=mpv
# Audio player for audio-only feeds (not implemented yet):
#audio_player=mpv
# Use streamlink for highlights. If false will send url direct to video_player (no resolution selection)
#streamlink_highlights=true
# Passthrough the HLS stream to the player for highlights: allows seeking
#streamlink_passthrough_highlights=true
# Passthrough the HLS stream to the player for live/archived games.
# This shouldn't be required, and it bypasses any streamlink magic done to handle the HLS stream.
#streamlink_passthrough=false
# Turn on extra debugging information
#debug=false