ExifTool Forum

ExifTool => The "exiftool" Application => Topic started by: Mart on November 09, 2010, 06:44:51 AM

Title: MWG and batch processing
Post by: Mart on November 09, 2010, 06:44:51 AM
Hello!

I made ARGFILE (arg.txt) which contains:

-MWG:ModifyDate<FileModifyDate
-MWG:Description=test
testimage.tif
-execute

when I execute  exiftool -@ arg.txt  it will produce warrning output:

Warning: Tag 'MWG:Description' does not exist
Warning: Tag 'mwg:ModifyDate' does not exist - testimage.tif
Warning: No writable tags found - testimage.tif
    0 image files updated
    1 image files unchanged


I would expect it to work like  exiftool "-MWG:ModifyDate<FileModifyDate" -MWG:Description=test testimage.tif

Is there something wrong with MWG tag because EXIF tag (e.g. -EXIF:ModifyDate<FileModifyDate) works just fine..
Title: Re: MWG and batch processing
Post by: Phil Harvey on November 09, 2010, 07:39:53 AM
I'll see what I can do about this, but the work-around is to add -use MWG to your command line.

This cool feature:

QuoteTo save typing, "-use MWG" is assumed if
            the "MWG" group is specified for any tag on the command line.

doesn't seem to work properly with the -execute option.  I'll try to fix this in the next update.

Thanks for pointing this out.

- Phil
Title: Re: MWG and batch processing
Post by: Mart on November 09, 2010, 08:00:40 AM
Ah.. I remember reading about -use MWG but forgot it  :)
Title: Re: MWG and batch processing
Post by: Phil Harvey on November 12, 2010, 12:51:48 PM
This problem should be fixed in version 8.39, which has just been released.

- Phil