ExifTool Forum

ExifTool => Newbies => Topic started by: DomdiBen on December 23, 2016, 12:28:14 PM

Title: Windows file properties / ACDSee mismatch
Post by: DomdiBen on December 23, 2016, 12:28:14 PM
Hi,

I'm using this command line to insert several metadatas :

chcp 65001
cd "C:\Program Files (x86)\Exiftool"
exiftool -r -IPTC:CodedCharacterSet="UTF8" -exif:make="make" -exif:model="model" -exif:software="software" -Exif:Xresolution="300" -Exif:Yresolution="300" -Exif:resolutionunit="inches" -exif:colorspace="sRGB" "-exif:imagedescription<BaseName" "-exif:ModifyDate<Exif:DateTimeOriginal" -Exif:Xresolution="300" -Exif:Yresolution="300" -Exif:resolutionunit="inches" -iptc:CopyrightNotice="©" -iptc:By-line="by-line" -iptc:Source="Source" -iptc:Credit="Credit" -iptc:ObjectName="ObjectName" -iptc:Headline="Headline" -iptc:Caption-Abstract="Caption-Abstract" -L "path\*" -r -overwrite_original


Every IPTC field is correctly filled when i'm checking with ACDSee.
But the Windows Explorer "Details" of the file show a "Main frame" (probably from the scanner I'm using) on the Title field, and Subject is left blank.
I thought the Title field would be the same as my ObjectName tag, and the Subject field would be the same as my Caption-Abstract.

Is there something wrong with my command, or am I filling the wrong fields ?

Thanks in advance

Title: Re: Windows file properties / ACDSee mismatch
Post by: Phil Harvey on December 23, 2016, 12:38:55 PM
I think that reading this post by StarGeek (https://exiftool.org/forum/index.php/topic,6591.msg32875.html#msg32875) may help here.

- Phil
Title: Re: Windows file properties / ACDSee mismatch
Post by: DomdiBen on December 23, 2016, 01:25:12 PM
It did  :)

Thanks for the help !