photools.com Community

IMatch Discussion Boards => General Discussion and Questions => Topic started by: seth on February 21, 2014, 10:29:35 PM

Title: I don't know where else to ask this!
Post by: seth on February 21, 2014, 10:29:35 PM
I am getting a LOT of files with extensions of both .jpg_original and .xmp_original along with there original counterparts.  Of course they don't show in the database, but they are loading up hard drive space.

The best I can find in Google is that they may be a by-product of Exif.  So......

Are they necessary to keep?

Is there a way to stop that without being detrimental to the DB information?

If I were to delete one or the other, which one?  The .xmp or the .xmp_original?  Likewise for jpegs.
Title: Re: I don't know where else to ask this!
Post by: JohnZeman on February 21, 2014, 10:54:20 PM
Are you running any scripts that use ExifTool?  If so you need to instruct ExifTool in those scripts to overwrite the original otherwise each time it saves a copy of the original jpg file (xmp file for images that use xmp files) with those extensions.
Title: Re: I don't know where else to ask this!
Post by: Mario on February 22, 2014, 07:41:18 AM
John is right. These files are created by ExifTool when the overwrite_original option is not used.

If you run scripts which run ExifTool, or you are using the ExifTool command processor, make sure that this option is always included.

See http://www.sno.phy.queensu.ca/~phil/exiftool/exiftool_pod.html for details.