[Feature] document how dates are determined for photos / videos in timeline #1947
Replies: 2 comments 1 reply
-
|
The mechanism we use to determine the date is like this
|
Beta Was this translation helpful? Give feedback.
-
|
I created a PR here. However before we merge, can you clarify a few things for me? You first mention the Creation date of the file in step 1, but then say it falls back to the Modified date in step 3. Linux / Unix only has Access Times and Modified Times. I assume you mean the modified time in step 1? Regarding step 2, which exif metadata is used? I know there is CreateDate and DateTimeOriginal that is commonly used but it's not clear to me which one should I update. Finally, I was wondering if the files are already uploaded, and I update the exif metadata within the storage, is there a way to update the photo in the timeline ? (I.e. can I run a job of some sort?) I think it would be helpful to add this detail if it is possible since it would give people a way to edit the date of a photo without needing to delete / reupload the file. (If its not possible that's fine too, but I would like to document it so that users know they should make sure the files have metadata before uploading). PS sorry for creating a PR and not a draft. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The feature
I used the bulk import tool to import my existing photos. However a bunch of them had incorrect dates. I don't see any documentation on what data is used to determine the date for these photos. It would be fairly easy to simply add a paragraph in the faq so that users who want to, can use tools like exiftool to update or use 'touch' to modify create / modify times depending on the logic.
So I guess my question is, what data is used for photo/video times? (I can make a PR if this is needed)
Platform
Beta Was this translation helpful? Give feedback.
All reactions