From ee650820a9df98d56bc33b0fa6af9f5ad0bf3073 Mon Sep 17 00:00:00 2001 From: Alex Resnick Date: Sun, 5 Oct 2025 14:36:32 -0500 Subject: [PATCH] Fix Config Template (#102) Co-authored-by: Alex Resnick --- config/config.template.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/config/config.template.json b/config/config.template.json index 18fccb47..abc5d749 100644 --- a/config/config.template.json +++ b/config/config.template.json @@ -131,7 +131,7 @@ "duration_buffer": 0.1 }, "odds_ticker": { - "enabled": true, + "enabled": false, "show_favorite_teams_only": true, "games_per_favorite_team": 1, "max_games_per_league": 5, @@ -234,6 +234,8 @@ "recent_games_to_show": 1, "upcoming_games_to_show": 1, "show_favorite_teams_only": true, + "show_all_live": false, + "show_shots_on_goal": false, "favorite_teams": [ "TB" ], @@ -335,6 +337,7 @@ "recent_games_to_show": 1, "upcoming_games_to_show": 1, "show_favorite_teams_only": true, + "show_all_live": false, "favorite_teams": [ "TB", "DAL" @@ -367,9 +370,10 @@ "recent_games_to_show": 1, "upcoming_games_to_show": 1, "show_favorite_teams_only": true, + "show_all_live": false, "favorite_teams": [ "UGA", - "AUB" + "AP_TOP_25" ], "logo_dir": "assets/sports/ncaa_logos", "show_records": true, @@ -400,6 +404,8 @@ "recent_games_to_show": 1, "upcoming_games_to_show": 1, "show_favorite_teams_only": true, + "show_all_live": false, + "show_series_summary": false, "favorite_teams": [ "UGA", "AUB" @@ -473,6 +479,8 @@ "recent_games_to_show": 1, "upcoming_games_to_show": 1, "show_favorite_teams_only": true, + "show_all_live": false, + "show_shots_on_goal": false, "favorite_teams": [ "RIT" ], @@ -499,6 +507,7 @@ "upcoming_games_to_show": 1, "show_favorite_teams_only": true, "show_all_live": false, + "show_shots_on_goal": false, "favorite_teams": [ "RIT" ], @@ -530,6 +539,8 @@ "recent_games_to_show": 1, "upcoming_games_to_show": 1, "show_favorite_teams_only": true, + "show_all_live": false, + "show_series_summary": false, "favorite_teams": [ "TB", "TEX"