Psycojoker / prosopopee

a static website generator to make beautiful customizable pictures galleries that tell a story
http://prosopopee.readthedocs.org
GNU General Public License v3.0
327 stars 56 forks source link

Fix sorting when DateTime is not in the EXIF data #131

Closed crypto512 closed 3 years ago

crypto512 commented 3 years ago

Get in priority DateTimeOriginal to sort file as specified by the EXIF documentation. If there is no DateTimeOriginal fallback to DateTimeDigitized and then DateTime.

Psycojoker commented 3 years ago

Reading here, it seems that we need to require "Pillow>=6.0.0" in our requirements.txt, could you had that to the PR plz :) ?

Nevertheless thx for your contribution :heart:

crypto512 commented 3 years ago

tell me if it's fine now ?

Psycojoker commented 3 years ago

It is, thx!