xnview wrote: Wed Jun 21, 2023 7:48 am
how do you configure exiftool?
Ahh at first i did not notice you have added
First Argument parameter to
Open With dialog configuration, now i used it to place config there and it worked fine.
However in my humble opinion is not very intuitive and over complicates things to have First Parameter and Last Parameter, at least for me.
It actually make command line look like this;
"D:\Portable\XnViewMP\AddOn\exiftool.exe"
-config "D:\Portable\XnViewMP\AddOn\first_file.config" "D:\NEX-5T\June 19 2023\_DSC0001\_DSC0001.ARW" "D:\NEX-5T\June 19 2023\_DSC0001\_DSC0002.ARW" "D:\NEX-5T\June 19 2023\_DSC0001\_DSC0003.ARW"
-progress "-directory<%d$firstfile" -k
Would it not be easier to keep only one parameter (as in the previous versions), but execute it before list of files like this?
"D:\Portable\XnViewMP\AddOn\exiftool.exe"
-config "D:\Portable\XnViewMP\AddOn\first_file.config" -progress "-directory<%d$firstfile" -k "D:\NEX-5T\June 19 2023\_DSC0001\_DSC0001.ARW" "D:\NEX-5T\June 19 2023\_DSC0001\_DSC0002.ARW" "D:\NEX-5T\June 19 2023\_DSC0001\_DSC0003.ARW"