summaryrefslogtreecommitdiff
path: root/MAT (follow)
AgeCommit message (Collapse)Author
2013-10-31Mat 0.4.20.4.2jvoisin
2013-10-30More pep8 conformancejvoisin
2013-10-30First steps toward a Python3 supportjvoisin
2013-10-30Clean up bencode.py's codejvoisin
2013-10-28Fix _for real_ MAT eating PDF filesjvoisin
2013-10-27Mat 0.4.10.4.1jvoisin
2013-10-27Improves documentationjvoisin
2013-10-27Fix a stupid typojvoisin
2013-10-27Greatly improves torrent handlingjvoisin
- Fields are now handled in a recursive way - Use a whitelist instead of a whitelist - Fields are now removed instead of being nullified - The code is more Pythonic
2013-10-27Minor refactorisation of exiftool.pyjvoisin
2013-10-27Improve MAT's reliabilityjvoisin
2013-10-13Mat 0.40.4jvoisin
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-10-05mat is now able to check non-writables filesjvoisin
This is an implementaion of this suggestion: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=721572
2013-08-11replace one more subprocess.Popen with subprocess.calljvoisin
2013-08-11Minor cleanup/typoesjvoisin
2013-08-11Refactoring of exiftool.pyjvoisin
2013-07-17Bump version0.4-rcjvoisin
2013-07-17Minor refactoringjvoisin
2013-07-17Fix deterministic filenames. Oups.jvoisin
2013-07-16bugfix: support local installationjvoisin
2013-07-16Logging level is now set to CRITICAL instead of DEBUGjvoisin
2013-07-16Refactor mutagenstripper according to recent changesjvoisin
2013-07-16Improve/bugfix exiftool handlingjvoisin
- Exiftool handle more effeciently adobe metadata - Fix exiftool's handling due to recent refactoring
2013-07-16Fix a GUI crashjvoisin
2013-07-16Gramatical and spelling correctionsjvoisin
2013-07-16Format + remove useless comment in archive.pyjvoisin
2013-07-16.bak instead of .cleaned.jvoisin
The MAT can now keep a .bak file, instead of producing a .cleaned. one. Thanks to Alan for the idea.
2013-07-16Add a missing file, sorryjvoisin
2013-07-14Fiabilise secure_remove + associated testsjvoisin
2013-07-13Include list_supported_formats in the moduleTails developers
2013-07-05Facilitate lib usage for PDFjvoisin
Set a default value to pdf_quality
2013-04-29Bump versionjvoisin
2013-04-29Merge branch 'glade'jvoisin
2013-04-29Fix incorrect handling of ziped formats formatsjvoisin
The previous behavior was to use python's mimetype module on ziped format, to guess what type of file it precisely is. But sometimes, this fail. This commit fix this corner-case.
2013-04-29Quick fix: s/print/logging/ in office.pyjvoisin
2013-04-29Merge branch 'master' into gladejvoisin
2013-04-29Mat now correctly handle empty filesjvoisin
This is necessary beccause hachoir crashes on empty files...
2013-04-27The GUI now use glade !jvoisin
Warning: this is a pretty huge commit Not everything is ported now, but this is already a big step.
2013-04-27Remove a leftover file (FORMATS)jvoisin
2013-04-12Strippers are now using logging instead of printjvoisin
2013-04-12Enforce consistency between classname and filenamejvoisin
2013-04-05Add mp3 qnd remove tag.gg from supported fileformatsjvoisin
2013-04-05Pdf support is backjvoisin
2013-04-02Fix unit testsjvoisin
2013-04-02Merge branch 'master' into gtk3jvoisin
2013-04-02Fix to support the lastest version of exiftooljvoisin
2013-03-26Merge branch 'master' into gtk3jvoisin
2013-03-06Some minor syntastic sugarjvoisin