diff --git a/elodie.py b/elodie.py index 521548c..f2faaa9 100755 --- a/elodie.py +++ b/elodie.py @@ -371,7 +371,9 @@ def main(): if __name__ == '__main__': #Initialize ExifTool Subprocess exiftool_addedargs = [ - u'-config', + u'-api', + u'QuickTimeUTC', + u'-config', u'"{}"'.format(constants.exiftool_config) ] with ExifTool(executable_=get_exiftool(), addedargs=exiftool_addedargs) as et: