Modify copyright-string with year

Started by klemmleuchte, May 20, 2010, 06:27:59 PM

Previous topic - Next topic

klemmleuchte

Hi,

it would be nice for me to get the CreateDate (%Y) into copyright="© YYYY name".
Cannot find any modification for that string...

Phil Harvey

This will do it:

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

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

- 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 ($).

klemmleuchte

Damned, have tried that, but didn't thougt to the way with "$". :(

Thank you very much.

Have a good day, Eike