Robust image date of creation fallback mechanism #405
Unanswered
maciejmatczak
asked this question in
Q&A
Replies: 1 comment
|
It looks like this comment might be similar to what you are looking for #116 (comment) |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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 :)
All reactions