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
Metadata: Update and test go-exif #990
Comments
It's worth mentioning that this really only benefits unsupported formats. Supported formats tell you exactly where the EXIF blob is. If you're going to use this as a contingency, then just increment the counter and loop until you get an error, and maybe just mash all of the tags together when you're done. |
@dsoprea Just upgraded. Tests all pass, except one. GoPro camera model is gone: Test file is here: https://github.com/photoprism/photoprism/blob/develop/internal/meta/testdata/gopro_hd2.jpg Any idea why that is? |
Model is now missing according to exif-read-tool as well:
|
Closed, but did we resolve the above? |
No, unless it can't be fixed? 😅 |
Support for finding and seeking multiple EXIF blobs has been added, see:
Canon EOS R5 missing metadata #53
The text was updated successfully, but these errors were encountered: