Skip to content

Commit

Permalink
Merge pull request #318 from tors42/fix-broadcast-players-replacement
Browse files Browse the repository at this point in the history
Update players format
  • Loading branch information
fitztrev authored Mar 28, 2024
2 parents 9e90f95 + 724877c commit 144c501
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions doc/specs/schemas/BroadcastForm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,24 @@ 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 144c501

Please sign in to comment.