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

EXIF date time doesn't always get populated into picture model when importing #212

Open
japsu opened this issue Nov 15, 2021 · 0 comments
Open
Labels

Comments

@japsu
Copy link
Contributor

japsu commented Nov 15, 2021

After import, some pictures appear without taken_at causing pictures to be in wrong order.

python manage.py refresh_taken_at fixes this, so it is not a matter of not having EXIF creation dates on the files or not being able to read them.

This is probably a race condition of some sort within the media importer. Perhaps someone overwrites the picture model instance with taken_at unset?

@japsu japsu added the bug label Nov 15, 2021
@japsu japsu changed the title EXIF date time doesn't always get hoisted into picture model when importing EXIF date time doesn't always get populated into picture model when importing Nov 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant