|
From: | Ian Shaw |
Subject: | RE: Exporting “Didn’t double” actions to html |
Date: | Thu, 3 Oct 2024 15:57:42 +0000 |
Hi Francesco, I’m not sure if it can be done. You could try altering some of the export settings. For example, when you want to export a cube decision, try issuing commands to: set export moves display verybad off set export moves display bad off set export moves display doubtful off set export moves display unmarked off I’m assuming that your script is just exporting one position per html file. I think this would turn off all checker play output. You’d have to turn them on again when you want to export a checker play position, and perhaps turn off the
cube action analysis instead. Let me know how you get on! Cheers, Ian -----Original Message----- Hello everyone, Introduction: I wrote a small script that, given an .sgf match file, exports errors to html files. I then use those files to quiz myself. This script is based on the very useful `exportBad` example Python function. The problem: I have problems with “didn’t double” mistakes. Specifically, the html export shows the board + the dice roll, and lists *both* move analysis and cube analysis. This is not useful in a quiz setting: I would prefer a board
without dice roll and with only cube action analysis as in the “wrong double” positions. Is there a way to get that? Thanks in advance —F |
[Prev in Thread] | Current Thread | [Next in Thread] |