huge cache refactor, dictonary error updates, and changed from time based game searching to game based for recent and upcoming

This commit is contained in:
Chuck
2025-07-21 21:37:22 -05:00
parent bf44d7b55b
commit ba232c58b7
5 changed files with 141 additions and 215 deletions

View File

@@ -119,7 +119,6 @@
"scroll_speed": 1,
"scroll_delay": 0.01,
"display_duration": 60,
"future_fetch_days": 45,
"loop": true
},
"calendar": {
@@ -138,7 +137,6 @@
"live_update_interval": 30,
"recent_update_interval": 3600,
"upcoming_update_interval": 3600,
"recent_game_hours": 48,
"favorite_teams": ["TB"],
"logo_dir": "assets/sports/nhl_logos",
"show_records": true,
@@ -176,8 +174,8 @@
"live_update_interval": 30,
"live_odds_update_interval": 3600,
"odds_update_interval": 3600,
"fetch_past_games": 1,
"fetch_future_games": 2,
"recent_games_to_show": 0,
"upcoming_games_to_show": 2,
"favorite_teams": ["TB", "DAL"],
"logo_dir": "assets/sports/nfl_logos",
"show_records": true,
@@ -196,8 +194,8 @@
"live_odds_update_interval": 3600,
"odds_update_interval": 3600,
"season_cache_duration_seconds": 86400,
"fetch_past_games": 1,
"fetch_future_games": 2,
"recent_games_to_show": 0,
"upcoming_games_to_show": 2,
"favorite_teams": ["UGA", "AUB"],
"logo_dir": "assets/sports/ncaa_fbs_logos",
"show_records": true,
@@ -255,8 +253,8 @@
"odds_update_interval": 3600,
"recent_update_interval": 3600,
"upcoming_update_interval": 3600,
"fetch_past_games": 1,
"fetch_future_games": 5,
"recent_games_to_show": 1,
"upcoming_games_to_show": 1,
"favorite_teams": ["TB", "TEX"],
"logo_dir": "assets/sports/mlb_logos",
"show_records": true,
@@ -273,7 +271,8 @@
"live_update_interval": 30,
"recent_update_interval": 3600,
"upcoming_update_interval": 3600,
"recent_game_hours": 48,
"recent_games_to_show": 1,
"upcoming_games_to_show": 1,
"favorite_teams": ["TAM"],
"logo_dir": "assets/sports/milb_logos",
"show_records": true,
@@ -303,7 +302,6 @@
"recent_update_interval": 3600,
"upcoming_update_interval": 3600,
"recent_game_hours": 168,
"upcoming_fetch_days": 7,
"favorite_teams": ["LIV"],
"leagues": ["eng.1", "esp.1", "ger.1", "ita.1", "fra.1", "uefa.champions", "usa.1"],
"logo_dir": "assets/sports/soccer_logos",