kensanata / sitelen-mute

a static image gallery creator
https://alexschroeder.ch/software/Sitelen_Mute
GNU General Public License v3.0
75 stars 7 forks source link

Fix album sort #24

Open aegithalos opened 3 years ago

aegithalos commented 3 years ago

Hi, I tried to sort albums by image names and exif time, and realized that sometimes it fails. E.g. if there is an extremely large image, which needs more processing time, it would go after images which were processed during its long processing. So it is preferable to sort just before we write the json file.

Here is the simple fix.

Please consider merging.

Regards, and thanks for your work. Miklós