ExifTool Forum

ExifTool => Bug Reports / Feature Requests => Topic started by: Malus on November 12, 2015, 04:54:30 PM

Title: New Tag with ACDSee
Post by: Malus on November 12, 2015, 04:54:30 PM
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>&lt;Categories&gt;&lt;Category Assigned="0"&gt;categorie&lt;Category Assigned="1"&gt;sub categorie&lt;/Category&gt;&lt;/Category&gt;&lt;/Categories&gt;</acdsee:categories>
   <acdsee:collections>&lt;Collections&gt;&lt;Collection Assigned="0"&gt;Collection Set&lt;Collection Assigned="1"&gt;Collection&lt;/Collection&gt;&lt;/Collection&gt;&lt;/Collections&gt;</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">&lt;?xml version="1.0"?&gt;&lt; [...]</rdf:li>
    </rdf:Alt>
   </acdsee:dpp>
  </rdf:Description>
</rdf:RDF>
</x:xmpmeta>


malus
Title: Re: New Tag with ACDSee
Post by: Phil Harvey on November 13, 2015, 08:11:42 AM
Hi Malus,

Great, thanks!  This will be supported in ExifTool 10.06

- Phil
Title: Re: New Tag with ACDSee
Post by: Malus on January 25, 2016, 07:08:06 AM
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>&lt;Categories&gt;&lt;Category Assigned="0"&gt;Category1&lt;Category Assigned="1"&gt;Subcategory1a&lt;/Category&gt;&lt;/Category&gt;&lt;Category Assigned="1"&gt;Category2&lt;/Category&gt;&lt;/Categories&gt;</acdsee:categories>
   <acdsee:collections>&lt;Collections&gt;&lt;Collection Assigned="0"&gt;selection1&lt;Collection Assigned="1"&gt;subselection1a&lt;/Collection&gt;&lt;/Collection&gt;&lt;/Collections&gt;</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&lt;?xml version="1.0" ... </rdf:li>
    </rdf:Bag>
   </acdsee:Snapshots>

   <acdsee:dpp>
    <rdf:Alt>
     <rdf:li xml:lang="x-default">&lt;?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.
Title: Re: New Tag with ACDSee
Post by: Phil Harvey on February 05, 2016, 08:20:56 AM
Thanks.  I'll add support for these.

- Phil
Title: Re: New Tag with ACDSee
Post by: 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
Title: Re: New Tag with ACDSee
Post by: Malus on March 24, 2016, 07:26:20 AM
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.
Title: Re: New Tag with ACDSee
Post by: Malus on March 24, 2016, 07:40:35 AM
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 :-)
Title: Re: New Tag with ACDSee
Post by: Phil Harvey on March 25, 2016, 09:27:27 AM
Thanks.  I'll do that.

- Phil