New Tag with ACDSee

Started by Malus, November 12, 2015, 04:54:30 PM

Previous topic - Next topic

Malus

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

Phil Harvey

Hi Malus,

Great, thanks!  This will be supported in ExifTool 10.06

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

Malus

#2
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. 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.

Phil Harvey

Thanks.  I'll add support for these.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

lemkesoft

Malus can you maybe forward the file to me? So, I can add support for that tags into my app, too.
Thorsten

Malus

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.

Malus

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 :-)

Phil Harvey

Thanks.  I'll do that.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).