Skip to content

Commit

Permalink
Update players format
Browse files Browse the repository at this point in the history
  • Loading branch information
tors42 committed Mar 24, 2024
1 parent 9e90f95 commit 559862f
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions doc/specs/schemas/BroadcastForm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,23 @@ properties:
One line per player, formatted as such:
`Original name; Replacement name; Optional replacement rating; Optional replacement title`
`player name = FIDE ID`
Example:
DrNykterstein;Magnus Carlsen;2863
`Magnus Carlsen = 1503014`
Player names ignore case and punctuation, and match all possible combinations of 2 words:
"Jorge Rick Vito" will match "Jorge Rick", "jorge vito", "Rick, Vito", etc.
Alternatively, you may set tags manually, like so:
`player name / rating / title / new name`
All values are optional. Example:
`Magnus Carlsen / 2863 / GM`
`YouGotLittUp / 1890 / / Louis Litt`
AnishGiri;Anish Giri;2764;GM
required:
- name
- description
Expand Down

0 comments on commit 559862f

Please sign in to comment.