From 80ece3001895ea13d50915a5215fd47e313bab4c Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 2 Dec 2015 17:07:19 +0100 Subject: Remove hachoir from MAT. This (huge) commit removes completely hachoir from MAT. Audio files are now processed with mutagen, and images with exiftool, since the main python imaging library (PIL) isn't super-great to deal with metadata (and damaged/non-standard files). Package maintainer should change the dependencies to reflect this. --- data/FORMATS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'data/FORMATS') diff --git a/data/FORMATS b/data/FORMATS index b398be1..6880e25 100644 --- a/data/FORMATS +++ b/data/FORMATS @@ -5,7 +5,7 @@ image/png Full Textual metadata and date - Removal of harmful fields with hachoir. + Removal of harmful fields with exiftool. None @@ -15,7 +15,7 @@ image/jpeg Partial Comments and exif/photoshop/adobe - Removal of harmful fields with hachoir. + Removal of harmful fields with exiftool. Canon Raw tags @@ -75,7 +75,7 @@ audio/mpeg Full Id3 - Removal of harmful fields with hachoir + Removal of harmful fields with exiftool None -- cgit v1.3