Jump to content

Keywords stay after deleting from CS6


slowpork

Recommended Posts

Hello,

 

When I tag keywords in Daminion but use Adobe Bridge CS6 to delete them, those keywords still show on Daminion. This is not really a bug but still some glitches when using 2 programs together.

 

To reproduce, I tag keyword "People|dude" in Daminion. Daminion created the keyword in 3 namespaces, which are dc, lr, and MicrosoftPhoto.

      <rdf:Description rdf:about=""
           xmlns:dc="http://purl.org/dc/elements/1.1/">
        <dc:format>image/jpeg</dc:format>
        <dc:subject>
           <rdf:Bag>
              <rdf:li>People|dude</rdf:li>
           </rdf:Bag>
        </dc:subject>
     </rdf:Description>

     <rdf:Description rdf:about=""
           xmlns:lr="http://ns.adobe.com/lightroom/1.0/">
        <lr:hierarchicalSubject>
           <rdf:Bag>
              <rdf:li>People|dude</rdf:li>
           </rdf:Bag>
        </lr:hierarchicalSubject>
     </rdf:Description>

     <rdf:Description rdf:about=""
           xmlns:MicrosoftPhoto="http://ns.microsoft.com/photo/1.0">
        <MicrosoftPhoto:LastKeywordIPTC>
           <rdf:Bag>
              <rdf:li>People|dude</rdf:li>
           </rdf:Bag>
        </MicrosoftPhoto:LastKeywordIPTC>
        <MicrosoftPhoto:LastKeywordXMP>
           <rdf:Bag>
              <rdf:li>People|dude</rdf:li>
           </rdf:Bag>
        </MicrosoftPhoto:LastKeywordXMP>
     </rdf:Description>

 

When I delete the keyword in Adobe Bridge, only namespace dc and lr got deleted, but not MicrosoftPhoto. This make Daminion still shows the keyword as active.

 

so i just wonder if we need MicrosoftPhoto? or can it be ignored?

 

Best Regards,

Slowpork

Link to comment
Share on other sites

  • 3 weeks later...

Sorry for the delay with response. Daminion writes to MS namespace to provide compatibily with MS PhotoGallery. We can optionally remove non-official XMP fields when updating the metadata.

 

Hi, I think it would be better to make the not writign to Microsoft Photo optional in the settings.

 

Cheers, Robert

 

P.S.: Just as an idea, maybe it would be possible to have settings that define what metadata/namespaces should be written to or read from (for each filetype) ?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...