summaryrefslogtreecommitdiff
path: root/libmat/strippers.py (unfollow)
AgeCommit message (Collapse)Author
2016-08-29Python3, now with less featuresjvoisin
I want to release a new version ASAP, so lets ditch some features for now.
2016-03-28First step toward python3jvoisin
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.
2014-01-15Add support for zipfiles!jvoisin
2014-01-06Remove the zip stripperjvoisin
2013-10-27Improves documentationjvoisin
2013-10-08Fix call to pager when testing if exiftool is installedjvoisin
2013-10-06The existence check of exiftool now involves less magic.jvoisin
2013-08-11replace one more subprocess.Popen with subprocess.calljvoisin
2013-04-12Strippers are now using logging instead of printjvoisin
2013-04-05Add mp3 qnd remove tag.gg from supported fileformatsjvoisin
2013-03-06Some minor syntastic sugarjvoisin
2013-03-06Heavy refactoring of mutagen-powered formatsjvoisin
2013-01-20preliminary support of gtk3 (one test fails for PDF)jvoisin
2012-12-27Specify exceptions for strippers.pyjvoisin
2012-12-13Reorganize source tree and files installation location, cleanup setup.py ↵jvoisin
(Closes: #689409)
2012-05-11Informatives messages for missings librariesjvoisin
2012-05-03Better handling of dependencies regarding to PDF processingjvoisin
2012-02-01Rename mat-cli to mat-guijvoisin
2011-12-04"PDF" and not "pdf"jvoisin
2011-11-28Fix a stupid ident related bugjvoisin
2011-11-07Commentsjvoisin
2011-11-07Modularity improvement, and clarificationsjvoisin