You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably "Site" tag should be available in Game also
Reason lichess.org site puts specific game id in site tag in their pgn
Example
[Site "https://lichess.org/<gameid>"]
While u parse the pgn the only way to get site is via PGN's event map
and it only has site for last game of that event and there is now way we can get specific game id
The text was updated successfully, but these errors were encountered:
According to PGN specSite is the location of the event. It seems a bit odd they use this field for storing the game id. Ideally they would make use of a custom field. Are there any other tools or websites using this tag for the same purpose? I mean I can sacrifice the spec for enabling a "de facto" interpretation of this tag.
Thanks for your reply
Your project is awesome
May be these events/games are online so location/site is an online url only
In case of human events also sometimes different rounds happen at different locations.
If I remember correctly once(may be more) for Linares first round happened at Moralia(Mexico) and second round at Linares (Spain).
Anway this is an exception rather than a norm
So feel free to take decision
Thanks
One suggestion :
Reason lichess.org site puts specific game id in site tag in their pgn
Example
[Site "https://lichess.org/<gameid>"]
While u parse the pgn the only way to get site is via PGN's event map
and it only has site for last game of that event and there is now way we can get specific game id
The text was updated successfully, but these errors were encountered: