[Feature]: Save image with upload date to avoid put many images in 1970 when not detects correct date #477

Closed
opened 2026-02-04 20:43:42 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @nando2301 on GitHub (Dec 10, 2022).

Feature detail

I have many photos within 1970 year received by whatsapp, messenger, etc

image

Please consider save images with upload date and then with discovery they will be moved to correct date.

Platform

Server

Originally created by @nando2301 on GitHub (Dec 10, 2022). ### Feature detail I have many photos within 1970 year received by whatsapp, messenger, etc <img width="1438" alt="image" src="https://user-images.githubusercontent.com/32605309/206873987-085a0cde-162d-46ed-bfa7-5df719661d24.png"> Please consider save images with upload date and then with discovery they will be moved to correct date. ### Platform Server
Author
Owner

@florihupf commented on GitHub (Jan 29, 2023):

I tried to dig around in the code a bit for this startingwith the CLI tool. And even through the upload seems to read the exif and passes it as a json, the server ignores it.

Happy to provide patches if you guys have some pointers.

@florihupf commented on GitHub (Jan 29, 2023): I tried to dig around in the code a bit for this startingwith the CLI tool. And even through the upload seems to read the exif and passes it as a json, the server ignores it. Happy to provide patches if you guys have some pointers.
Author
Owner

@jrasm91 commented on GitHub (May 29, 2023):

Is this still an issue?

@jrasm91 commented on GitHub (May 29, 2023): Is this still an issue?
Author
Owner

@florihupf commented on GitHub (May 29, 2023):

For me it isn’t anymore, due to the fact that we can use file dates when uploading via CLI when meta data is absent.

So making sure all files have correct created/modified dates before uploading works like a charm.

@florihupf commented on GitHub (May 29, 2023): For me it isn’t anymore, due to the fact that we can use file dates when uploading via CLI when meta data is absent. So making sure all files have correct created/modified dates before uploading works like a charm.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#477