Bug 474159 - Metadata template, contact, URL is not written as metadata
Summary: Metadata template, contact, URL is not written as metadata
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Metadata-Template (show other bugs)
Version: 8.1.0
Platform: macOS (DMG) macOS
: NOR grave
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-04 21:24 UTC by Fabio Sirna
Modified: 2023-09-05 15:01 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 8.2.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fabio Sirna 2023-09-04 21:24:03 UTC
SUMMARY



STEPS TO REPRODUCE
1. Create a metadata template, and in the tab Contact fill email (name@domain.com) and URL (www.domain.com) 
2. Select a picture (JPG or RAW)
3. Tab Captions, select and apply the template previously created
4. Check the applied metadata 

OBSERVED RESULT

Only email is applied, and the URL field is empty. If  in step 2 you selected a JPG you can see the metadata also in DIgikam; if you selected a RAW file, and the XMP sidecar write is enabled, if you open the XMP with a text editor you can see that the URL field is missing.

EXPECTED RESULT

That the URL field is written in the image or XMP file.

SOFTWARE/OS VERSIONS

macOS: Ventura 13.5.1

ADDITIONAL INFORMATION
Comment 1 Maik Qualmann 2023-09-05 06:17:34 UTC
Git commit a5b766fcb9774b133d907cccc4a9c61f09b9fb03 by Maik Qualmann.
Committed on 05/09/2023 at 08:16.
Pushed by mqualmann into branch 'master'.

fix contact info web url not merged
FIXED-IN: 8.2.0

M  +1    -1    NEWS
M  +1    -1    core/libs/metadataengine/containers/metadatainfo.cpp

https://invent.kde.org/graphics/digikam/-/commit/a5b766fcb9774b133d907cccc4a9c61f09b9fb03
Comment 2 Fabio Sirna 2023-09-05 15:01:57 UTC
thank you Maik!