diff options
| author | jvoisin | 2015-12-02 17:07:19 +0100 |
|---|---|---|
| committer | jvoisin | 2015-12-02 17:22:45 +0100 |
| commit | 80ece3001895ea13d50915a5215fd47e313bab4c (patch) | |
| tree | c5ede43867c5d7fe2af4178b34b0e6dc219f6aac /data | |
| parent | 3cf80e8b5d6faf410e9ad3aad77f23cf6418a587 (diff) | |
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.
Diffstat (limited to 'data')
| -rw-r--r-- | data/FORMATS | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/FORMATS b/data/FORMATS index b398be1..6880e25 100644 --- a/data/FORMATS +++ b/data/FORMATS | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | <mimetype>image/png</mimetype> | 5 | <mimetype>image/png</mimetype> |
| 6 | <support>Full</support> | 6 | <support>Full</support> |
| 7 | <metadata>Textual metadata and date</metadata> | 7 | <metadata>Textual metadata and date</metadata> |
| 8 | <method>Removal of harmful fields with hachoir.</method> | 8 | <method>Removal of harmful fields with exiftool.</method> |
| 9 | <remaining>None</remaining> | 9 | <remaining>None</remaining> |
| 10 | </format> | 10 | </format> |
| 11 | 11 | ||
| @@ -15,7 +15,7 @@ | |||
| 15 | <mimetype>image/jpeg</mimetype> | 15 | <mimetype>image/jpeg</mimetype> |
| 16 | <support>Partial</support> | 16 | <support>Partial</support> |
| 17 | <metadata>Comments and exif/photoshop/adobe</metadata> | 17 | <metadata>Comments and exif/photoshop/adobe</metadata> |
| 18 | <method>Removal of harmful fields with hachoir.</method> | 18 | <method>Removal of harmful fields with exiftool.</method> |
| 19 | <remaining>Canon Raw tags</remaining> | 19 | <remaining>Canon Raw tags</remaining> |
| 20 | </format> | 20 | </format> |
| 21 | 21 | ||
| @@ -75,7 +75,7 @@ | |||
| 75 | <mimetype>audio/mpeg</mimetype> | 75 | <mimetype>audio/mpeg</mimetype> |
| 76 | <support>Full</support> | 76 | <support>Full</support> |
| 77 | <metadata>Id3</metadata> | 77 | <metadata>Id3</metadata> |
| 78 | <method>Removal of harmful fields with hachoir</method> | 78 | <method>Removal of harmful fields with exiftool</method> |
| 79 | <remaining>None</remaining> | 79 | <remaining>None</remaining> |
| 80 | </format> | 80 | </format> |
| 81 | 81 | ||
