-
Notifications
You must be signed in to change notification settings - Fork 15
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
Exit data exists but change date is wrong #4
Comments
It's hard to say which is the source of truth here. The initial idea was to just set the exif date if it has been stripped by WhatsApp. The initial idea of the logic is:
Correct me if I'm wrong but what you're suggesting here is:
In this case, filename would become the source of truth, which differs from the original order of precedence. What I'd like to know is, based on your experience, when would there be a case where exif date is not correct (and thus less reliable than WhatsApp filename dates? |
@ikaruswill I have not yet had this case myself. I had until now only the case that exif data exisitieren but the "change date" is wrong and thus my gallery is completely unsorted. The other option I thought would only be handy if someone has the problem. Gladly we can take that out again because I myself do not need it. Or an extra flag. |
I have added a flag for now. @ikaruswill |
Hi.
Some images have some issues with: exif data exists but the change date is wrong. Most files a fixed with the script but if the exif data exists it's just ignores the file.
It would be useful to check if the exif data is correct based on the file name + if it's correct use the exif information to change the last change date.
If it's not correct: Replace the exif data (and change the last change date)
The text was updated successfully, but these errors were encountered: