Re: [Scid-users] PGN notation time per move

2011-09-02 Thread Esteban Cervetto
Recently, I have commented this question with a friend who is a great programmer. We check the code and he suggested me that the best way to store timestamp data should start from the PGN files, and then create the appropiate methods to register in SCID classes to handle/parse the way that is going

Re: [Scid-users] PGN notation time per move

2011-09-02 Thread Marcin Kasperski
> I like the ICC format, just a comment with the remaining time ( h:mm:ss ) > For example: > > 1. e4 {1:40:30} c6 {1:40:25} 2. d4 {1:40:02} d5 {1:40:50} The problem here starts once you also have some true annotations. I don't really like 1. e4 {1:40:30 Most popular opening move} or 1. e4 {M

Re: [Scid-users] PGN notation time per move

2011-07-26 Thread Esteban Cervetto
Beyond the annotation'style, was good my idea of annotate the times with a grid? each one press enter the cursor should be the next time stamp to edit it. This week I wrote the timestamps from my game played few days ago. The process is so long and borig that I left the rest of my games to find an

Re: [Scid-users] PGN notation time per move

2011-07-26 Thread Jan Krabbenbos
Hi, On 25 jul 2011, at 23:49, Alexander Wagner wrote: > On 07/19/11 19:17, Esteban Cervetto wrote: > > Hi! > >>>is it possible annotate in PGN standads the time issued per move? >>>It is an important data when you have to analize your performance. >>> >>>I agree. >>>I l

Re: [Scid-users] PGN notation time per move

2011-07-25 Thread Alexander Wagner
On 07/19/11 19:17, Esteban Cervetto wrote: Hi! >> is it possible annotate in PGN standads the time issued per move? >> It is an important data when you have to analize your performance. >> >> I agree. >> I like the ICC format, just a comment with the remaining time ( >>

Re: [Scid-users] PGN notation time per move

2011-07-19 Thread Esteban Cervetto
2011/7/19 Fulvio > Esteban Cervetto wrote: > >> is it possible annotate in PGN standads the time issued per move? >> It is an important data when you have to analize your performance. >> > I agree. > I like the ICC format, just a comment with the remaining time ( h:mm:ss ) > For example: > > 1. e

Re: [Scid-users] PGN notation time per move

2011-07-19 Thread Fulvio
Esteban Cervetto wrote: > is it possible annotate in PGN standads the time issued per move? > It is an important data when you have to analize your performance. I agree. I like the ICC format, just a comment with the remaining time ( h:mm:ss ) For example: 1. e4 {1:40:30} c6 {1:40:25} 2. d4 {1:40:

Re: [Scid-users] PGN notation time per move

2011-07-18 Thread Jan Krabbenbos
Hi Esteban, There is an extension for the PGN standard, that defines how to add times to moves in comments. This is mainly used in computer related environments, but this can also be used for adding the time used per move. See http://pgn4web.googlecode.com/svn/wiki/pgn-standard-proposed-supplem

[Scid-users] PGN notation time per move

2011-07-17 Thread Esteban Cervetto
is it possible annotate in PGN standads the time issued per move? It is an important data when you have to analize your performance. It would be interesting do a report in SCID that show the histogram of time issued per move n° (and these responds to the actual filter in the database) Regards E