Bug#495503: lazygal: order of pictures in a folder?

2008-09-20 Thread Alexandre Rossi
One piddling complaint: it would be better if subdirectory links went explicitly to index.html in the subdirectory, because that makes it browsable locally (when everything is a file:/// URL). This should be all good now in the development version. Alex -- To UNSUBSCRIBE, email to [EMAIL

Bug#495503: lazygal: order of pictures in a folder?

2008-09-17 Thread Ian Zimmerman
Alexandre Ok thanks, I have incorporated all this in the development Alexandre version with a few modifications : - I prefer an intelligent Alexandre 'exif' default for the sort_by option rather than 'filename'. Alexandre - I renamed 'name' to 'filename' to be more explicit. - I Alexandre

Bug#495503: lazygal: order of pictures in a folder?

2008-09-05 Thread Michal Čihař
Hi Dne Thu, 4 Sep 2008 21:46:32 +0200 Alexandre Rossi [EMAIL PROTECTED] napsal(a): I definitely need to work on this (no threads though because of the Python Global Interpreter Lock, so os.fork() it will be, which complicates things). What about new multiprocessing module? It should be much

Bug#495503: lazygal: order of pictures in a folder?

2008-09-04 Thread Alexandre Rossi
(sorry for the late answer but I have been offline for two weeks) Ian There should be an option (command line or config file) to select Ian sorting by name, filesystem time or exif time. Name should Ian probably be the default. Here's a patch that dose this, plus another nagging issue:

Bug#495503: lazygal: order of pictures in a folder?

2008-08-19 Thread Ian Zimmerman
Ian There should be an option (command line or config file) to select Ian sorting by name, filesystem time or exif time. Name should Ian probably be the default. Here's a patch that dose this, plus another nagging issue: passing optimize and progressive flags to the JPEG encoder. Note that the

Bug#495503: lazygal: order of pictures in a folder?

2008-08-18 Thread Ian Zimmerman
Package: lazygal Version: 0.4-1 Severity: normal It is totally unclear to me how lazygal chooses the order in which pictures are listed on the index page and linked together. There is nothing about it in the manpage, and the behaviour I see in practice doesn't fit any simple formula. Here's and

Bug#495503: lazygal: order of pictures in a folder?

2008-08-18 Thread Alexandre Rossi
Hi, It is totally unclear to me how lazygal chooses the order in which pictures are listed on the index page and linked together. There is nothing about it in the manpage, and the behaviour I see in practice doesn't fit any simple formula. Okay, next version will have a better manpage.

Bug#495503: lazygal: order of pictures in a folder?

2008-08-18 Thread Ian Zimmerman
Alexandre You picture seam to have very close mtimes, and lazygal uses Alexandre this to sort the pictures. Therefore, close mtimes are Alexandre considered equal. Alexandre Anyway I think that sorting according to filesystem mtime is Alexandre not good, so I'll be changing this to revert to