I just want to report that ACDSystems introduced a new proprietary tag called 'collections' with the new ACDSee Pro/Ultimate 9. It has the same format as the tag 'categories', but imho the implementation into the GUI could be enhanced.
Here's a sample XMP-Section of all ACDSee tags :
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="XMP Core 5.1.2">
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about=""
xmlns:acdsee="http://ns.acdsee.com/iptc/1.0/">
<acdsee:caption>Caption</acdsee:caption>
<acdsee:datetime>2015-05-28T19:03:10.000</acdsee:datetime>
<acdsee:author>Author</acdsee:author>
<acdsee:rating>1</acdsee:rating>
<acdsee:notes>notes</acdsee:notes>
<acdsee:tagged>True</acdsee:tagged>
<acdsee:categories><Categories><Category Assigned="0">categorie<Category Assigned="1">sub categorie</Category></Category></Categories></acdsee:categories>
<acdsee:collections><Collections><Collection Assigned="0">Collection Set<Collection Assigned="1">Collection</Collection></Collection></Collections></acdsee:collections>
<acdsee:keywords>
<rdf:Bag>
<rdf:li>Keyword1</rdf:li>
<rdf:li>keyword2</rdf:li>
</rdf:Bag>
</acdsee:keywords>
<acdsee:rawrppused>True</acdsee:rawrppused>
<acdsee:dpp>
<rdf:Alt>
<rdf:li xml:lang="x-default"><?xml version="1.0"?>< [...]</rdf:li>
</rdf:Alt>
</acdsee:dpp>
</rdf:Description>
</rdf:RDF>
</x:xmpmeta>
malus
Hi Malus,
Great, thanks! This will be supported in ExifTool 10.06
- Phil
I've just noticed that the list of proprietary tags in ACDSee is even longer. The xmp above only covers ACDSee tags that are displayed in a tab called 'ACDSee Metadata' in the program. However the 'IPTC' tab also shows tags, that are saved in the 'acdsee' name space, while many other tags in this tab are saved in the 'photoshop' name space.
Here's a more complete xmp excerpt created with ACDSee Ultimate 9:
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="XMP Core 5.1.2">
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about=""
xmlns:acdsee="http://ns.acdsee.com/iptc/1.0/">
<acdsee:FixtureIdentifier>Identifizierung der Vorrichtung</acdsee:FixtureIdentifier>
<acdsee:rawrppused>False</acdsee:rawrppused>
<acdsee:dpp>
<rdf:Alt>
<rdf:li xml:lang="x-default"/>
</rdf:Alt>
</acdsee:dpp>
<acdsee:EditStatus>Bearbeitungsstatus</acdsee:EditStatus>
<acdsee:ReleaseDate>20160125</acdsee:ReleaseDate>
<acdsee:ReleaseTime>121601+0100</acdsee:ReleaseTime>
<acdsee:OriginatingProgram>Ursprungsprogramm</acdsee:OriginatingProgram>
<acdsee:ObjectCycle>b</acdsee:ObjectCycle>
<acdsee:caption>Beschriftung</acdsee:caption>
<acdsee:datetime>2008-06-06T17:02:02.000</acdsee:datetime>
<acdsee:author>Autor</acdsee:author>
<acdsee:rating>0</acdsee:rating>
<acdsee:notes>Anmerkungen</acdsee:notes>
<acdsee:tagged>False</acdsee:tagged>
<acdsee:categories><Categories><Category Assigned="0">Category1<Category Assigned="1">Subcategory1a</Category></Category><Category Assigned="1">Category2</Category></Categories></acdsee:categories>
<acdsee:collections><Collections><Collection Assigned="0">selection1<Collection Assigned="1">subselection1a</Collection></Collection></Collections></acdsee:collections>
<acdsee:keywords>
<rdf:Bag>
<rdf:li>keyword1</rdf:li>
<rdf:li>keyword2</rdf:li>
</rdf:Bag>
</acdsee:keywords>
<acdsee:Snapshots>
<rdf:Bag>
<rdf:li>25.01.2016 14:54:41<?xml version="1.0" ... </rdf:li>
</rdf:Bag>
</acdsee:Snapshots>
<acdsee:dpp>
<rdf:Alt>
<rdf:li xml:lang="x-default"><?xml version="1.0" ... </rdf:li>
</rdf:Alt>
</acdsee:dpp>
</rdf:Description>
...
</rdf:RDF>
</x:xmpmeta>
malus
[Edit]
These additional tags seem to be identical to IPTC tags found here (http://www.exiftool.org/TagNames/IPTC.html). I've got no idea why they are saved in the 'acdsee' name space.
Also starting with ACDSee Pro/Ultimate 9 snapshots for development setting have been introduced.
Thanks. I'll add support for these.
- Phil
Malus can you maybe forward the file to me? So, I can add support for that tags into my app, too.
Thorsten
Quote from: lemkesoft on February 14, 2016, 03:34:59 AM
Malus can you maybe forward the file to me? So, I can add support for that tags into my app, too.
Thorsten
Sent u a pm.
Quote from: Phil Harvey on February 05, 2016, 08:20:56 AM
Thanks. I'll add support for these.
Thanks a lot Phil!
However, because snapshots can be very long (>20kb per snapshot) I suggest to add a 'Binary => 1' to the definition of snapshots and avoid ugly output :-)
Thanks. I'll do that.
- Phil