summaryrefslogtreecommitdiff
path: root/libmat/strippers.py (follow)
AgeCommit message (Collapse)Author
2015-12-20Fix some typoes pointed by intrigerijvoisin
2015-12-20Correct wording for absent dependenciesjvoisin
There is _no_ image support without exiftool, and _no_ audio support without mutagen. Not "limited" support.
2015-12-20Improves the previous commit thanks to intrigerijvoisin
I forgot to add `gi.require_version('Poppler', '0.18')` everywhere, and `gi.require_version('Gtk', '3.0')` in mat-gui too
2015-12-18Enhance CLI's error display by tweaking log leveljvoisin
2015-12-02Remove hachoir from MAT.jvoisin
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.
2015-11-02Add support for TIFF filejvoisin
2015-07-28Distance MAT a bit more from hachoirjvoisin
2015-07-25_MASSIVE_ pep8 revampjvoisin
Thank you so much PyCharm
2014-06-11./mat -l now shows torrentjvoisin
2014-06-08Rename the MAT folder to libmat.jvoisin
This commit fixes some issues for dump operating systems who doesn't handle capitalization.