There is no easy way to import previously analysed files in to the
database at present. You have to load them and then manually add them
to the database. However, I think it is a good idea to make it part of
the gui.

Depending on your skills and your operating system you can do fairly
easy in the command line mode or even better in the python mode. For
example in the CL mode you should be able to do something like

gnubg -t -c "import_many_files.cmd"

where import_many_files.cmd contains

load match "path_to_file_1"
relational add match
load match "path_to_file_2"
relational add match

cc.'ing the mailing list.

Christian.


On Mon, Aug 17, 2009 at 5:46 PM, Loïc JALLU<[email protected]> wrote:
> Hello Christian,
> I have hundreds of matches analysed and saved as sgf files, do you know how
> I can load all these matches into the database ?
> I can't find any tutorial about this and I would really like to check my
> trends after months of play...
>
> Thanks
> loïc
>
>


_______________________________________________
Bug-gnubg mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnubg

Reply via email to