I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2011-01-04 17:33:47.712862-08 by airjrdn
IPTC:Keywords to Subject
I'm attempting to migrate tags/categories from ACDSee to Digikam. In ACDSee I'm able to write (ACDSee's) Categories to EXIF:UserComment. I'd like to follow that up with an exiftool command to copy or move those so Digikam sees them as Tags.

To determine what Digikam needs for that to happen, I tagged an image within Digikam with two tags, then used exiftool (-k).exe to see what got written.

It shows the two tags I added for both Subject and Keywords.

However, if I run the following exiftool command in an attempt to copy those ACDSee written "Catagrories" to IPTC:Keywords
exiftool "-EXIF:UserComment>IPTC:Keywords" -r -F -overwrite_original .

Digikam doesn't show them as tags. It does however show them as IPTC Keywords within Digikam.

Any suggestions on what exiftool command I might try to get Digikam to see them as Tags?

Thanks in advance
Direct Responses: Write a response