ExifTool config not working.

Reported bugs that have been closed and/or resolved

Moderators: helmut, XnTriq, xnview, Dreamer

User avatar
xnview
Author of XnView
Posts: 46235
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: ExifTool config not working.

Post by xnview »

you can use something like

Code: Select all

"D:\Portable\XnViewMP\AddOn\exiftool.exe" "%1" -config "D:\Portable\XnViewMP\AddOn\first_file.config" -progress -directory<%%d$firstfile -k
%1 is the filename
Pierre.
FKCapitalism2
Posts: 300
Joined: Sun Apr 23, 2023 5:14 am

Re: ExifTool config not working.

Post by FKCapitalism2 »

xnview wrote: Thu Jul 20, 2023 6:22 am %1 is the filename
Thanks for clarification, this works great.

-config "D:\Portable\XnViewMP\AddOn\first_file.config" %1 -progress -directory<%%d$firstfile -k

produces command line

-config "D:\Portable\XnViewMP\AddOn\first_file.config" "S:\-= NEX-5T =-\April 03 2023\_DSC0050.ARW" "S:\-= NEX-5T =-\April 03 2023\_DSC0051.ARW" "S:\-= NEX-5T =-\April 03 2023\_DSC0052.ARW" -progress -directory<%%d$firstfile -k
Post Reply