Use "QuickTime:ContentCreateDate" (#888)

Hello! 

I recently had a bunch of `m4v` files categorized with the wrong date. I was able to fix that by using `QuickTime:ContentCreateDate`. All the other fields were wrong, I am not sure why.

I don't think I am the only person experiencing this:
https://gist.github.com/jhubble/432a1ad713b0a9e0dee6ea78b431b579
https://exiftool.org/forum/index.php?topic=7904.0
https://github.com/photoprism/photoprism/issues/1691#issuecomment-956477211

I suggest having it on the list, and I suggest having it prioritized.

Thanks!
This commit is contained in:
Michael Petrochuk 2022-12-30 21:59:14 -08:00 committed by GitHub
parent d6e0e340b7
commit e76b2cfadc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -285,6 +285,7 @@ def get_exif_date_time_offset(
time_fields = [
"EXIF:DateTimeOriginal",
"EXIF:CreateDate",
"QuickTime:ContentCreateDate",
"QuickTime:CreationDate",
"QuickTime:CreateDate",
"IPTC:DateCreated",