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

Some downloaded photos lose original date #25

Open
DBarbosa15987 opened this issue Nov 25, 2024 · 0 comments
Open

Some downloaded photos lose original date #25

DBarbosa15987 opened this issue Nov 25, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@DBarbosa15987
Copy link
Contributor

When an image is downloaded, it is treated as a LocalAsset (with a remote backup). When it has insufficient metadata (DateTimeOriginal) the app defaults to showing the ModifiedDate (set by the OS) which corresponds to the date the file was downloaded. In the server, there is the "correct" date, but it cannot be "injected" into the image because it would change its checksum, that is used to identify images across devices.
The download still works, but it will display an "incorrect" date, if the image is deleted locally it will again show the "correct" date.

@DBarbosa15987 DBarbosa15987 added the bug Something isn't working label Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant