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

Support Additional XMP tags created by AnalogEXIF #18147

Open
rexbron opened this issue Jan 4, 2025 · 2 comments · May be fixed by #18036
Open

Support Additional XMP tags created by AnalogEXIF #18147

rexbron opened this issue Jan 4, 2025 · 2 comments · May be fixed by #18036

Comments

@rexbron
Copy link

rexbron commented Jan 4, 2025

Is your feature request related to a problem? Please describe.
Add support for the following XMP Tags to support hybrid analog/digital workflows. Some of these tags are obsolete but it would be good to support them for backwards compatibility.

Samples

Example:

Xmp.aux.SerialNumber                         XmpText     7  2469312
Xmp.aux.Lens                                 XmpText     9  Summicron

Describe the solution you'd like
Add support for these tags to Darktable

@ralfbrown
Copy link
Collaborator

Pending #18036 will allow adding any supported tag to the metadata editor. However, Exiv2 will also need to support those tags before darktable can use them, since it relies on libexiv2 to retrieve metadata tags from the image file.

@zisoft
Copy link
Collaborator

zisoft commented Jan 5, 2025

This is a good test for #18036

Search for the tags in the metadata preferences, both are listed and thus supported by exiv2:

Bildschirmfoto 2025-01-05 um 11 28 54

Added them and now they appear in the metadata editor and can be filled:

Bildschirmfoto 2025-01-05 um 11 31 21

Exported the image and checked for the tags:

~/Desktop exiv2 -p a -g aux mire1.jpg
Xmp.aux.Lens                                 XmpText     9  Summicron
Xmp.aux.SerialNumber                         XmpText     7  2469312

Now the other way around: Imported the just exported image to darktable and see the tags are imported as well:

Bildschirmfoto 2025-01-05 um 11 33 12

@zisoft zisoft linked a pull request Jan 5, 2025 that will close this issue
@zisoft zisoft linked a pull request Jan 5, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants