Page 1 of 1

Exiftool

Posted: Tue Sep 22, 2020 9:45 am
by BartDenolf
Hello,

I'm not able to run Exiftool in Switch. Everytime my photo goes to the problem jobs because I have a nonzero outcode. Has anyone got experience with Exiftool en how to set it up in Switch?

Is it the exe version you're running? What are the settings of your execute command? How do you change keywords in a photo?

Thanks
Bart

Re: Exiftool

Posted: Tue Sep 22, 2020 10:02 am
by jan_suhr
In Command or path you set the path to the exiftool.exe

In Arguments it could be like this:

Code: Select all

-overwrite_original "-keywords=[Metadata.TextIndexed:Path="/job/keywords",Dataset="From Web",Model="XML"]" "%1"
-overwrite_original is one of many Exif tool commands
the value you want to put in to keywords
%1 is the input file to the execute command in Switch

Output is set to Updated input job
Fail if exit code is = Disregard exit code.

Hope this helps

Re: Exiftool

Posted: Tue Sep 22, 2020 10:27 am
by BartDenolf
Worked like a charme.

Thx
Bart