remove subfolders from sports acronyms

This commit is contained in:
ChuckBuilds
2025-05-02 10:41:19 -05:00
parent eaf9b4efd2
commit dd5e8cf174
155 changed files with 1161 additions and 2 deletions

View File

@@ -41,6 +41,9 @@
"nfl_live": 30,
"nfl_recent": 15,
"nfl_upcoming": 15,
"ncaa_fb_live": 30,
"ncaa_fb_recent": 15,
"ncaa_fb_upcoming": 15,
"calendar": 30,
"youtube": 20,
"mlb_live": 30,
@@ -147,6 +150,24 @@
"recent_game_duration": 30,
"upcoming_game_duration": 30
},
"ncaa_fb_scoreboard": {
"enabled": false,
"test_mode": false,
"update_interval_seconds": 3600,
"live_update_interval": 15,
"past_fetch_days": 7,
"future_fetch_days": 7,
"favorite_teams": [],
"logo_dir": "assets/sports/ncaa_fbs_logos",
"display_modes": {
"ncaa_fb_live": true,
"ncaa_fb_recent": true,
"ncaa_fb_upcoming": true
},
"live_game_duration": 30,
"recent_game_duration": 15,
"upcoming_game_duration": 15
},
"youtube": {
"enabled": true,
"update_interval": 3600