pR0Ps / PhotoFloat

See https://git.zx2c4.com/PhotoFloat/ (this is a personal fork)
GNU General Public License v2.0
24 stars 2 forks source link

Fix sort order within albums #15

Closed pR0Ps closed 6 years ago

pR0Ps commented 6 years ago

Right now it uses the date taken, falls back to the file modified time, then falls back to the file name. since the file modified time is basically useless, it should ignore it and only fall back to the file name.

This will properly sort photos within albums that are named sequentially (IMG_0001.jpg, IMG_0002.jpg, etc) when they don't have the required date taken metadata.