mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 13:02:59 +00:00
remove subfolders from sports acronyms
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user