nextcloud / ios

📱 Nextcloud iOS App
https://itunes.apple.com/us/app/nextcloud/id1125420102
GNU General Public License v3.0
1.96k stars 881 forks source link

Photo viewer is sorting the photos after upload date not creation date #3023

Open Eikewi opened 2 months ago

Eikewi commented 2 months ago

When uploading an image from 2 years ago, the photo viewer places it in the first position, even though the metadata is correct. Is this intended? I believe it would make more sense to sort them by creation date. If this is actually a bug that is not reproducible, I’m happy to provide further information.

marinofaggiana commented 2 months ago

Hi @Eikewi the media use the getlastmodified property and not the creation date

Eikewi commented 1 month ago

Ah okay thanks @marinofaggiana for the answer. I discovered the nextcloud webapp memories. It does what I search for and sorts the images by creation date. Would it be possible to include such an option or even memories itself also in the app? Thanks for you work!