-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Sort Media view not by creation time but by EXIF date #10425
Comments
As a fallback, if "EXIF date taken" is not available (e.g. for BMP or for video files), the user should have the option to select an attribute for sorting. |
Not sure if we can do EXIF date, but we probably can do creation time. |
I don't agree with labelling this as "enhancement" as time-sorting photos by anything else than the time they have been taken is wrong. |
This is actually up for discussion I think. For example, if I take a photo and later modify it with Snapseed and overwrite it, I probably will want it sorted by the date I finished modifying it, not by the date it was taken. I guess if we want to keep everyone happy we'll need to add sorting options. |
Yes, I agree with adding sorting options :-) |
I think that if there is EXIF information available, it should be used. This includes date modified. The file's properties are only the last resort in case there is no other information available. E.g. for pictures which are not photos and thus do not have any EXIF information. IMHO a file view uses the file's properties as primary source for information - and maybe more as an extra. Yet this is not something for the android app, since that information should be extracted by the server and made available to the clients. Not sure if there are more genuine enhancement requests but nextcloud/photos#226 is an example where the features needed to work with media tags are requested. |
Well, nextcloud/photos#226 requests many useful features, and I could add even more. Does the Android app rely on server features to populate the "Media" view? What is needed to analyse these questions? - My programming skills are limited, and I would need guidance.... |
A corresponding issue nextcloud/photos#87 in Nextcloud Photos got closed via PR nextcloud/photos#2125 recently. |
Steps to reproduce
Expected behaviour
The photos are displayed regarding the month they have been taken. As the section headers are sorted descendently, the photos inside the section should be sorted descendently, too.
Actual behaviour
The photos are displayed in totally mixed sections. Old photos in current month, and alike.
It seems that the photos are sorted somehow by "file modification date", not by "EXIF date taken".
Can you reproduce this problem on https://try.nextcloud.com?
Not tried.
Environment data
Android version: 11
Device model: Fairphone 4
Stock or customized system: stock
Nextcloud app version: 3.20.3
Nextcloud server version: 24
Reverse proxy: none
Logs
Web server error log
Nextcloud log (data/nextcloud.log)
NOTE: Be super sure to remove sensitive data like passwords, note that everybody can look here! You can use the Issue Template application to prefill some of the required information: https://apps.nextcloud.com/apps/issuetemplate
The text was updated successfully, but these errors were encountered: