https://bugs.kde.org/show_bug.cgi?id=459124
Bug ID: 459124
Summary: Tags are duplicated when adding People/Face tags
Product: digikam
Version: 7.6.0
Platform: Other
OS: Other
Status: REPORTED
Severity: normal
Priority: NOR
Component: Tags-Keywords
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
SUMMARY
***
Tags are duplicated when adding People/Face tags
STEPS TO REPRODUCE
1. In Digikam Settings -> Metadata -> Behavior tab - have write metadata
options for "Face Tags" and "Image Tags" enabled.
2. In Digikam Settings -> Metadata -> Advanced tab - Tags Write Options for
XMP.digikam.Taglist, XMP.dc.subject and IPTC.Application2.Keywords
checked/enabled.
2. Add a Face Tag
OBSERVED RESULT
- Tags added to IPTC and XMP Subject for the names added are duplicated.
EXPECTED RESULT
- No duplication of tags
SOFTWARE/OS VERSIONS
Windows 11
ADDITIONAL INFORMATION
XMP Example (obtained using Exiftool), observed subject entry for Alicia
appears twice (same for IPTC). Digikam taglist appears hiercharchy notation
(expected).
<digiKam:TagsList>
<rdf:Seq>
<rdf:li>People/Alicia</rdf:li>
<rdf:li>Alicia</rdf:li>
</rdf:Seq>
</digiKam:TagsList>
<dc:subject>
<rdf:Bag>
<rdf:li>Alicia</rdf:li>
<rdf:li>Alicia</rdf:li>
</rdf:Bag>
</dc:subject>
--
You are receiving this mail because:
You are watching all bug changes.