-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from grasdk/feature/kagahd_issue838
Added read of CreationDate to sidecar and fixed tests
- Loading branch information
Showing
11 changed files
with
705 additions
and
682 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,24 @@ | ||
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?> | ||
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="XMP Core 4.4.0-Exiv2"> | ||
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> | ||
<rdf:Description rdf:about="" | ||
xmlns:dc="http://purl.org/dc/elements/1.1/" | ||
xmlns:fstop="http://www.fstopapp.com/xmp/" | ||
fstop:favorite="0"> | ||
<dc:subject> | ||
<rdf:Bag> | ||
<rdf:li>first</rdf:li> | ||
<rdf:li>second</rdf:li> | ||
</rdf:Bag> | ||
</dc:subject> | ||
</rdf:Description> | ||
</rdf:RDF> | ||
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> | ||
<rdf:Description rdf:about="" | ||
xmlns:dc="http://purl.org/dc/elements/1.1/" | ||
xmlns:fstop="http://www.fstopapp.com/xmp/" | ||
fstop:favorite="0"> | ||
<dc:subject> | ||
<rdf:Bag> | ||
<rdf:li>first</rdf:li> | ||
<rdf:li>second</rdf:li> | ||
</rdf:Bag> | ||
</dc:subject> | ||
</rdf:Description> | ||
|
||
<rdf:Description rdf:about='' | ||
xmlns:xmp='http://ns.adobe.com/xap/1.0/'> | ||
<xmp:CreateDate>2018-11-17T20:27:31+01:00</xmp:CreateDate> | ||
<xmp:MetadataDate>2018-11-17T20:27:31+01:00</xmp:MetadataDate> | ||
<xmp:ModifyDate>2018-11-17T20:27:31+01:00</xmp:ModifyDate> | ||
</rdf:Description> | ||
</rdf:RDF> | ||
</x:xmpmeta> | ||
<?xpacket end="w"?> | ||
<?xpacket end="w"?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters