# 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 MLB username here>
# password=<Put your MLB password here>

# 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=tor
# Example: favs=tor,wsh
#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

# Show linescores. Requires scores=true above.
#linescore=false

# Use shorter feed names in game listings
#use_short_feeds=true

# Bandwidth/stream resolution. This is passed into streamlink. 
# One of: 'worst', '224p', '288p', '360p', '504p', '540p', '720p', '720p_alt', 'best'
#   Note: 720p_alt is the 60fps stream; all others are 30fps.
#   Fallback streams can be specified by using a comma-separated list, e.g.: 720p_alt,720p,540p
#resolution=720p_alt

# 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

