This release introduces a few relevant changes when interacting with raw XMP metadata.
Changes that may affect you if you were retrieving values from raw metadata in custom code
- Second choice for title is now dc:title|rdf:Alt|rdf:li instead of dc:title
- First choice for alt is now Iptc4xmpCore:AltTextAccessibility|rdf:Alt|rdf:li instead of rdf:alt:rdf:li
- Second choice for caption is now dc:description|rdf:Alt|rdf:li instead of dc:description
- First choice for credit is now @photoshop:credit
- Third choice for copyright is now dc:rights|rdf:Alt|rdf:li instead of dc:rights
- Third coice for date_created is now @photoshop:DateCreated
Also, now XMP properties have a different syntax:
- parent / child elements are separated with a | character
- element properties are prefixed with the @ character, to differentiate from element names.
The full properties list and their hierarchy chain has been updated in the project's page, as well as in the readme file
Contributors (1)
Changelog
Issues: 2 issues resolved.
Changes since 1.0.5 (compare):
Bug
Misc
- Update readme with new syntax for raw metadata properties