diff options
author | emkael <emkael@tlen.pl> | 2022-02-22 13:27:30 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2022-02-22 13:27:30 +0100 |
commit | 7aaa7c674aa92d544416e2d241808de99b67ead9 (patch) | |
tree | c3d08a5e92ade4e033050cdd6c445de4cd510673 /boards/config/ekstraklasa.json | |
parent | d6abe8d514f07b88417e9252bdd1364d2d781b78 (diff) |
All boards for play-off 2
Diffstat (limited to 'boards/config/ekstraklasa.json')
-rw-r--r-- | boards/config/ekstraklasa.json | 96 |
1 files changed, 91 insertions, 5 deletions
diff --git a/boards/config/ekstraklasa.json b/boards/config/ekstraklasa.json index ca9b30d..377496b 100644 --- a/boards/config/ekstraklasa.json +++ b/boards/config/ekstraklasa.json @@ -135,7 +135,7 @@ "path": "playoff1/p1-r1-t1-b49", "name": "Boards 49-72", "title": "Polish Premier League 2021/22 - play-off 1 - SYNERGIA-SZLEM 3/3", - "enabled": 0 + "enabled": 1 } ], "zip": { @@ -183,7 +183,7 @@ "path": "playoff1/p1-r1-t3-b49", "name": "Boards 49-72", "title": "Polish Premier League 2021/22 - play-off 1 - ESBS-BRIDGE24.PL 3/3", - "enabled": 0 + "enabled": 1 } ], "zip": { @@ -210,7 +210,7 @@ "path": "playoff1/p1-r1-t4-b49", "name": "Boards 49-72", "title": "Polish Premier League 2021/22 - play-off 1 - SYNIS-AZS UW 3/3", - "enabled": 0 + "enabled": 1 } ], "zip": { @@ -237,7 +237,7 @@ "path": "playoff1/p1-r1-t5-b49", "name": "Boards 49-72", "title": "Polish Premier League 2021/22 - play-off 1 - SFORA-SILESIA 3/3", - "enabled": 0 + "enabled": 1 } ], "zip": { @@ -264,7 +264,7 @@ "path": "playoff1/p1-r1-t7-b49", "name": "Boards 49-72", "title": "Polish Premier League 2021/22 - play-off 1 - KASZTELAN-DR SMILE 3/3", - "enabled": 0 + "enabled": 1 } ], "zip": { @@ -273,6 +273,92 @@ } } ] + }, + { + "title": "Play-off, phase 2", + "sets": [ + { + "title": "SYNERGIA ILANKA - ŁĄCZNOŚĆ Olsztyn (19.02.2022-20.02.2022)", + "files": [ + { + "path": "playoff2/p2-r1-t1-b1", + "name": "Boards 1-24", + "title": "Polish Premier League 2021/22 - play-off 2 - SYNERGIA-ŁĄCZNOŚĆ 1/3", + "enabled": 1 + }, + { + "path": "playoff2/p2-r1-t1-b25", + "name": "Boards 25-48", + "title": "Polish Premier League 2021/22 - play-off 2 - SYNERGIA-ŁĄCZNOŚĆ 2/3", + "enabled": 1 + }, + { + "path": "playoff2/p2-r1-t1-b49", + "name": "Boards 49-72", + "title": "Polish Premier League 2021/22 - play-off 2 - SYNERGIA-ŁĄCZNOŚĆ 3/3", + "enabled": 1 + } + ], + "zip": { + "id": "p2-t1", + "title": "all files" + } + }, + { + "title": "BRIDGESCANNER KS AZS Wratislavia I WR - ESBS VITAS Elbląg (19.02.2022-20.02.2022)", + "files": [ + { + "path": "playoff2/p2-r1-t2-b1", + "name": "Boards 1-24", + "title": "Polish Premier League 2021/22 - play-off 2 - BRIDGESCANNER-ESBS 1/2", + "enabled": 1 + }, + { + "path": "playoff2/p2-r1-t2-b25", + "name": "Boards 25-48", + "title": "Polish Premier League 2021/22 - play-off 2 - BRIDGESCANNER-ESBS 2/3", + "enabled": 1 + }, + { + "path": "playoff2/p2-r1-t2-b49", + "name": "Boards 49-72", + "title": "Polish Premier League 2021/22 - play-off 2 - BRIDGESCANNER-ESBS 2/3", + "enabled": 1 + } + ], + "zip": { + "id": "p2-t2", + "title": "all files" + } + }, + { + "title": "Objectivity KS AZS Wratislavia III WR - LKS Kasztelan Konkret Chełmno (19.02.2022-20.02.2022)", + "files": [ + { + "path": "playoff2/p2-r1-t3-b1", + "name": "Boards 1-24", + "title": "Polish Premier League 2021/22 - play-off 2 - OBJECTIVITY-KONKRET 1/3", + "enabled": 1 + }, + { + "path": "playoff2/p2-r1-t3-b25", + "name": "Boards 25-48", + "title": "Polish Premier League 2021/22 - play-off 2 - OBJECTIVITY-KONKRET 2/3", + "enabled": 1 + }, + { + "path": "playoff2/p2-r1-t3-b49", + "name": "Boards 49-72", + "title": "Polish Premier League 2021/22 - play-off 2 - OBJECTIVITY-KONKRET 3/3", + "enabled": 1 + } + ], + "zip": { + "id": "p2-t3", + "title": "all files" + } + } + ] } ] } |