-
Notifications
You must be signed in to change notification settings - Fork 0
/
tctools.ini.example
44 lines (37 loc) · 1.69 KB
/
tctools.ini.example
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
# Copy this file to `tctools.ini` to influence certain behaviours of the
# tctools scripts:
[iSquash]
# The iSquash credentials to use. If you specify them here, you don't need to
# pass the details on the command line each time.
username = [replace with iSquash username]
password = [replace with iSquash password]
tournament = [replace with tournament code]
[dtkapiti]
# The TournamentControl software uses a combination of draw code and player or
# game number, such as M013 or W1201. Unfortunately, this can be ambiguous: Is
# player M013 #13 in div M0, or #3 in div M00? By default, it's assumed that
# only the first digit is part of the draw, but when running a really big
# tournament with 10+ draws per gender, uncomment the following (by removing
# the leading '#' character:
#draw_name_pattern = \w\d{2}
#
# Or, if you have 10+ men's draws, but 9 or less women's draws, uncomment
# this:
#draw_name_pattern = M\d\d|W\d
#
# These are "regular expressions" used to express patterns in strings. \w is a
# "word character", and \d a digit. {2} means two of the previous token, so
# "\d{2}" is the same as "\d\d". The pipe symbol "|" is used to express OR, so
# "M\d\d|W\d" means "either M followed by two digits, or W followed by one.
# See: https://docs.python.org/3/library/re.html#regular-expression-syntax
[split_off_waitinglist]
# Use settings in this stanza to influence the way split_off_waitinglist
# processes registration snapshots:
#
# Give preferential treatment to players and always include them, no matter
# when they signed up:
#include = WNTHMK WNTHHDT
#
# If a player signed up as WNIBMK, and then got a new grading code WNTHMK, use
# this to keep their position in the line:
#codemap = WNIBMK=WNTHMK