Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sorting by date does not honor EXIF information #171

Closed
edivp opened this issue Jun 14, 2015 · 1 comment
Closed

Sorting by date does not honor EXIF information #171

edivp opened this issue Jun 14, 2015 · 1 comment

Comments

@edivp
Copy link

edivp commented Jun 14, 2015

Is there no support for EXIF metadata when sorting by date? Or am I missing something? EXIF module is enabled in my PHP (Debian wheezy).

@oparoz
Copy link
Contributor

oparoz commented Jun 14, 2015

You're correct, this is by design since the EXIF header is only available in JPEG and TIFF and since we don't have any other meta data we can use.

We need this to be implemented before being able to sort using the date a picture was taken.
#101

In the meantime, we're using the date a file was uploaded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants