-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample_config.json
More file actions
66 lines (66 loc) · 1.39 KB
/
Copy pathexample_config.json
File metadata and controls
66 lines (66 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"tidbyt-baseball-scoreboard": {
"enabled": true,
"favorite_teams": [
"PHI"
],
"game_rotation_seconds": 8,
"display_duration": 20,
"update_interval_seconds": 300,
"live_update_interval_seconds": 15,
"show_favorite_teams_only": false,
"past_upcoming_all_teams": false,
"show_past_games": false,
"max_past_games": 3,
"past_games_lookback_days": 3,
"past_games_refresh_seconds": 1800,
"show_upcoming_games": false,
"max_upcoming_games": 3,
"upcoming_games_lookahead_days": 5,
"upcoming_games_refresh_seconds": 1800,
"show_logos": true,
"logo_dir": "assets/sports/mlb_logos",
"use_team_colors": true,
"away_color": [
255,
255,
255
],
"home_color": [
255,
255,
255
],
"base_fill_color": [
255,
255,
255
],
"base_empty_color": [
95,
95,
95
],
"out_fill_color": [
255,
140,
0
],
"out_empty_color": [
120,
120,
120
],
"show_batter_name": true,
"show_pitcher_name": true,
"show_pitch_count": true,
"show_delayed_overlay": true,
"show_last_play": true,
"last_play_display_seconds": 5,
"last_play_filter": "significant",
"last_play_favorites_only": false,
"show_home_run_animation": true,
"home_run_display_seconds": 10,
"test_mode": false
}
}