added NFL manager

This commit is contained in:
ChuckBuilds
2025-05-01 10:55:01 -05:00
parent d65d544c31
commit 02bcee41be
2 changed files with 1062 additions and 1 deletions

View File

@@ -38,6 +38,9 @@
"nba_live": 30,
"nba_recent": 20,
"nba_upcoming": 20,
"nfl_live": 30,
"nfl_recent": 15,
"nfl_upcoming": 15,
"calendar": 30,
"youtube": 20,
"mlb_live": 30,
@@ -112,7 +115,7 @@
"nba_scoreboard": {
"enabled": false,
"test_mode": false,
"update_interval_seconds": 300,
"update_interval_seconds": 3600,
"live_update_interval": 20,
"recent_update_interval": 3600,
"upcoming_update_interval": 3600,
@@ -126,6 +129,24 @@
},
"live_game_duration": 30
},
"nfl_scoreboard": {
"enabled": true,
"test_mode": false,
"update_interval_seconds": 3600,
"live_update_interval": 15,
"past_fetch_days": 7,
"future_fetch_days": 7,
"favorite_teams": ["TB", "DAL"],
"logo_dir": "assets/sports/nfl_logos",
"display_modes": {
"nfl_live": true,
"nfl_recent": true,
"nfl_upcoming": true
},
"live_game_duration": 30,
"recent_game_duration": 30,
"upcoming_game_duration": 30
},
"youtube": {
"enabled": true,
"update_interval": 3600