ExifTool Forum

ExifTool => The "exiftool" Application => Topic started by: klemmleuchte on May 20, 2010, 06:27:59 PM

Title: Modify copyright-string with year
Post by: klemmleuchte on May 20, 2010, 06:27:59 PM
Hi,

it would be nice for me to get the CreateDate (%Y) into copyright="© YYYY name".
Cannot find any modification for that string...
Title: Re: Modify copyright-string with year
Post by: Phil Harvey on May 20, 2010, 06:31:29 PM
This will do it:

exiftool -copyright"<© $createdate name" -d %Y FILE

On Mac/Linux use single quotes instead of double quotes.

- Phil
Title: Re: Modify copyright-string with year
Post by: klemmleuchte on May 21, 2010, 02:52:18 AM
Damned, have tried that, but didn't thougt to the way with "$". :(

Thank you very much.

Have a good day, Eike