ExifTool Forum

ExifTool => Newbies => Topic started by: krzysiu on June 10, 2024, 02:01:16 PM

Title: Default exiftool arguments
Post by: krzysiu on June 10, 2024, 02:01:16 PM
Hello!

Is it possible to set default parameters to exiftool? Something more neat than aliases. Example config gives this:
# Specify default exiftool command-line arguments
# - inserted before all other options except -config
# - applies to all -execute'd commands
@Image::ExifTool::UserDefined::Arguments = (
    '-i', 'HIDDEN', # ignore hidden files by default (names beginning with ".")
);
...so I tried this:
@Image::ExifTool::UserDefined::Arguments = (
    '-overwrite_original'
);
1;
But that does nothing. I'm sure config file is used as using 0 on the end returns "c:\sharedlib\.exiftool_config did not return a true value at Image/ExifTool.pm line 9301."

Any ideas? Or I have to resotr to exiftool.bat with
exiftool.exe -overwrite_original -p %*
Title: Re: Default exiftool arguments
Post by: Phil Harvey on June 10, 2024, 02:30:52 PM
I tried your config file and it works as expected.  No _original is saved.

- Phil
Title: Re: Default exiftool arguments
Post by: StarGeek on June 10, 2024, 02:38:57 PM
What version of exiftool are you using?
exiftool -ver

The default arguments config requires Version 12.78+