TCEC-Chess / tcecgames

The TCEC games archive
18 stars 3 forks source link

Use event id instead of event dno as the event key #30

Closed skiminki closed 1 year ago

skiminki commented 1 year ago

It turns out that the event "dno" in gamelist.json (web archive menu order number) may not be always unique. Therefore, use event "id" as the event key in event lists, instead.

skiminki commented 1 year ago

At the moment, both "Noomen Extra 2 Bonus" and "Chess324 Bonus" events have the same "dno" (1021). The latter overrides the first if "dno" is used as the key. Switching to "id" should fix this properly.