We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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).
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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).
The text was updated successfully, but these errors were encountered: