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?
Yes. you can do
require 'path/to/underwater.config';
- Phil