Digikam exiftool wrapper: possibly add "-m" switch to ignore minor warnings

I noticed that when writing files using Digikam (and Exiftool) – currently using version 8.5.0 – Not all metadata is written correctly to all files.

I have no logs of the Exiftool output, but I see the progress bar in Digikam go forward sometimes at the expected speed; sometimes at a very quick rate as if it skips files.

I have a suspicion that if a minor error or warning from the side of Exiftool occurs; the file is not written at all.

I see from Digikam that exiftool is invoked like:
"C:\Program Files\digiKam\exiftool.exe" -stay_open true -@ - -common_args -charset filename=UTF8 -charset iptc=UTF8

I guess the actual data is put into the ARGS file using Exiv2, and Exiftool is used to write to the files.

It might be beneficial to add the Exiftool “-m” parameter to the command, to ensure that files are written, even when minor warnings would otherwise stop the writing of the file.
It might be added to the invoking command line, or into the ARGS file itself; I do not know.