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 2008-02-18 10:51:05-08 by loloeroket in response to 7120
Re: Append value to existing tag
I realized that my first post is not readable. I am sorry and repost it:

I am trying to use template files to adjust iptc tags:
exiftool -@ template.args file.jpg

where template.args looks like this:

# template.args
-IPTC:CopyrightNotice=Text
-IPTC:By-line=Text
-IPTC:Credit=Text
-IPTC:Caption-Abstract=$caption-abstract Text
# end

I end up with Caption field looking like that: $caption-abstract Text. Is there a way to do this or do I have to use command line?
Thanks, Laurent
Direct Responses: 7124 | Write a response