You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?The text was updated successfully, but these errors were encountered: