Would this be possible with ChessX?
I have a pgn database of about 80.000 games.
The games don't have any annotations.
I want to annotate the games, so there is an annotation "{last book move}" in the games.
I want to annotate the games with a bin book loaded.
I can do it with Fritz from Chessbase by selecting all the games, and doing a blundercheck with the option depth = 0
With a CTG book loaded.
But it is very slow. It will take more than 24 hours on my pc to complete the task.
I want it to be fast and I'm only interested to have this "{last book move}" annotation in the games.
Here is a sample how I want the annotated games to look:
[Event "?"]
[Site "?"]
[Date "????.??.??"]
[Round "?"]
[White "?"]
[Black "?"]
[Result "1/2-1/2"]
[PlyCount "13"]
[Event "?"]
[Site "?"]
[Date "????.??.??"]
[Round "?"]
[White "?"]
[Black "?"]
[Result "1/2-1/2"]
[PlyCount "17"]
[Event "?"]
[Site "?"]
[Date "????.??.??"]
[Round "?"]
[White "?"]
[Black "?"]
[Result "1/2-1/2"]
[PlyCount "22"]
[Event "?"]
[Site "?"]
[Date "????.??.??"]
[Round "?"]
[White "?"]
[Black "?"]
[Result "1/2-1/2"]
[PlyCount "14"]
It is just an example, the annotation can also be something else like {end of book}. The important thing for me is that it is fast and accurate.
Can this be done with ChessX?