Re: Improved gnubg filenaming convention - suggestion

2024-01-18 Thread Philippe Michel
On Thu, Jan 18, 2024 at 02:08:23PM +, Ian Shaw via Bug reports for and general discussion about GNU Backgammon. wrote: > The file file.c has a function GetFilename which includes the line > > if (mi.nYear) > sz = g_strdup_printf("%s-%s_%dp_%04u-%02u-%02u.sgf", >

Re: Improved gnubg filenaming convention - suggestion (Francesco Ariis) / Thanks

2024-01-18 Thread Wayne Joseph
18 Jan 2024 13:10:55 +0100 > From: Francesco Ariis > To: bug-gnubg@gnu.org > Subject: Re: Improved gnubg filenaming convention - suggestion > Message-ID: > Content-Type: text/plain; charset=utf-8 > > Hello Joseph, > > Il 18 gennaio 2024 alle 11:33 Wayne Joseph ha scritto:

RE: Improved gnubg filenaming convention - suggestion

2024-01-18 Thread Bug reports for and general discussion about GNU Backgammon.
The file file.c has a function GetFilename which includes the line if (mi.nYear) sz = g_strdup_printf("%s-%s_%dp_%04u-%02u-%02u.sgf", ap[0].szName, ap[1].szName, ms. nMatchTo, mi.nYear, mi.nMonth, mi.nDay); I couldn’t find where mi is set, but if it includes the parameters

Re: Improved gnubg filenaming convention - suggestion

2024-01-18 Thread Francesco Ariis
Hello Joseph, Il 18 gennaio 2024 alle 11:33 Wayne Joseph ha scritto: > To propose a relatively 'easy' solution to this, I think it would make > better sense to add an hour-minute timestamp to the existing file name > convention? > > [snip] > > In addition, for a cherry on top, it would be even