-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.example.ini
54 lines (45 loc) · 1.42 KB
/
config.example.ini
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
[data]
# Specify a season or list of seasons
#season = 1
#season = [1,2,3]
# Postseason games only
#postseason
# The league, team, and division options are mutually exclusive.
# To specify multiple values, repeat key as needed.
#league = Good
#league = Evil
team = Tigers
team = Sunbeams
#division = Chaotic Good
#division = Chaotic Evil
[view]
# Specify maximum number of rows to include in each table
n-results = 10
# Specify the style to use for team names
#name-style = long
#name-style = short
name-style = emoji
# Pick a reason why a game is interesting
# (these are the tables that will be printed)
#reason = blowout # winner scores large number of runs, large run differential
#reason = shutout # loser has zero runs
#reason = shame # loser was shamed in the 9th
#reason = underdog # winner had lower than 50% odds
reason = all
# These two options are mutually exclusive.
# List teams by home (left)/away (right):
win-loss = true
# List teams by winner (left)/loser (right)
#home-away = true
# Include name of winning pitcher as a table column
winning-pitcher = true
# Include name of losing pitcher as a table column
#losing-pitcher = true
# Pick a style for team names in the final tables
#name-style = long # use full team name (Hellmouth Sunbeams)
#name-style = short # use nicknames (Sunbeams)
name-style = emoji # use emoji 🌞
# Output the table in HTML format
#html
# Specify the name of an HTML output file
#output = index.html