phhnguyen wrote: ↑Fri Aug 19, 2022 1:35 pm
Any chance for the new SCID5 to support importing from/exporting to OCGDB? The first and the main purpose of OCGDB is for exchanging databases thus I wish SCID5 could support.
Not in the next version for sure (I have already so many things to finish!).
But adding a new codec is pretty easy, so in the future we will see.
However, I have also fixed the last thing that annoyed me with PGNs: extra newline chars inserted in comments!
I thing that every program, including older SCID versions, annoyingly split lines blindly resulting in things like:
Code: Select all
1. e4 e5 2. Nf3 Nc6 3. Bb5 Nf6 4. O-O Nxe4 { I just wrote a simple, not even so
long, comment }
This was super annoying because converting a SCID database to a PGN, and then reconverting it back to a SCID database, would produce different databases.
But now that problem is solved, and I have to ask: why someone would exchange databases using OCGDB instead of PGN? PGN offers incredible stability (there are no problems in opening PGNs created 20 years ago) and portability (it is supported by every chess software and it is even possible to open it with just a text editor).
It can only be beaten in compressed file size. Thats why there are sites where you can find other format like Chessbase's cbv (
https://theweekinchess.com/twic ) or SCID (
http://caissabase.co.uk/ ).