ExifTool Forum

ExifTool => The "exiftool" Application => Topic started by: Alan Clifford on December 18, 2020, 06:01:10 AM

Title: .Exiftool_config includes?
Post by: Alan Clifford on December 18, 2020, 06:01:10 AM
Can .Exiftool_config have includes for other config files.

So, for instance, can it be something like

include underwater.config
include what3words.config

rather than copying the config stuff into the file itself?
Title: Re: .Exiftool_config includes?
Post by: Phil Harvey on December 21, 2020, 03:05:36 PM
Yes.  you can do

require 'path/to/underwater.config';

- Phil