gobbledegook / creevey

Phoenix Slides
174 stars 25 forks source link

Request: Sort by date captured/taken #27

Closed DJFriar closed 7 months ago

DJFriar commented 7 months ago

I would really, really, really love the ability to sort a folder by the date captured/taken as recorded in the EXIF data.

gobbledegook commented 7 months ago

Try this version:

(update: see below)

I believe the behavior is correct, but the sorting is noticeably slow, since it has to load up the exif data in every file...

gobbledegook commented 7 months ago

added in 461c88fdf714f05b2403a64627206f925d540c2a

and it should be pretty performant too

(not supported: exif tags in plain old tiff, png, and webp)

DJFriar commented 7 months ago

This is awesome!!! Thank you so much!