From 0d2986becf947a367fe89402a26287019d9c2dbe Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 2 Apr 2013 17:03:14 +0200 Subject: Fix to support the lastest version of exiftool --- MAT/exiftool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MAT/exiftool.py') diff --git a/MAT/exiftool.py b/MAT/exiftool.py index 8557a61..d3c5b2a 100644 --- a/MAT/exiftool.py +++ b/MAT/exiftool.py @@ -14,7 +14,7 @@ class ExiftoolStripper(parser.GenericParser): def __init__(self, filename, parser, mime, backup, **kwargs): super(ExiftoolStripper, self).__init__(filename, parser, mime, backup, **kwargs) self.allowed = ['ExifTool Version Number', 'File Name', 'Directory', - 'File Size', 'File Modification Date/Time', 'File Permissions', + 'File Size', 'File Modification Date/Time', 'File Access Date/Time', 'File Permissions', 'File Type', 'MIME Type', 'Image Width', 'Image Height', 'Image Size'] self._set_allowed() -- cgit v1.3