Robust image date of creation fallback mechanism #405
Unanswered
maciejmatczak
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Properly detecting date time of image taken is pretty challenging from what I can tell. Modification time is mostly bad, sometimes exif data doesn't exist, sometimes date cannot be recognized from file name... but combining all of above, can render well working strategy.
How to implement a config that would try following strategies and fallback in case of failure to the next one:
Creating each one, separate is simple, but in combination... I have no clue :)
Beta Was this translation helpful? Give feedback.
All reactions