summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-16Bump the changelog0.1.1jvoisin
2018-05-16Do a pylint passjvoisin
2018-05-16Add a test about unsupported filesjvoisin
2018-05-16The CLI shouldn't display unsupported file extensionsjvoisin
2018-05-16Fix the buildjvoisin
2018-05-16Some arguments are mutually exclusivesjvoisin
2018-05-15Don't process unsupported filenames with a known mimetypejvoisin
2018-05-15Don't mess with rdf for nowjvoisin
2018-05-15Clear a bit the help of the clijvoisin
2018-05-15Add an svg version of the logojvoisin
2018-05-14Improve a bit the readme0.1.0jvoisin
2018-05-14Add a changelog filejvoisin
2018-05-14Add a contributing guidejvoisin
2018-05-14Add a `--version` optionjvoisin
2018-05-14Remove a leftover pdf metadatajvoisin
2018-05-06Test for faulty files, and document how MAT2 is behaving wrt. themjvoisin
2018-05-01Add linting to the CIjvoisin
2018-04-30Use full path to call exiftooljvoisin
2018-04-30Clean up after the testsuitejvoisin
2018-04-30Rework the way we're outputing filesjvoisin
2018-04-29MAT2's cli now uses meaningful return codesjvoisin
- Simplify the multiprocessing by using a Pool - Use some functional (♥) constructions to exit with a return code - Add some tests to prove that we're doing things that are working correctly
2018-04-29Document the lightweight cleaning modejvoisin
2018-04-26In mimetype's world, there is no such thing as `image/bmp`jvoisin
2018-04-23Add a test for odgjvoisin
2018-04-23Test .odf supportjvoisin
2018-04-23Add a warning about the beta status of MAT2jvoisin
2018-04-23Simplify a bit the main.py filejvoisin
2018-04-22Clean up the torrent implementationjvoisin
2018-04-22Add support for torrent files cleaningjvoisin
2018-04-16Add a cli-related testjvoisin
Since I didn't notice that it was broken until c5f51345029440ab80cfa1670d554a9d851d57c4, it's a good idea to have some tests for this ;)
2018-04-16Add support for BMPjvoisin
To be completely honest, BMP have no metadata, but we still add it, just in case™
2018-04-16Don't override the quality of jpg imagesjvoisin
2018-04-16Fix the main.py filejvoisin
2018-04-15Add a prototype for the nautilus extensionjvoisin
2018-04-14Document which versions of Debian are supportedjvoisin
2018-04-14Add lightweight processing for PDFjvoisin
2018-04-14Thread the cleaning processjvoisin
2018-04-14Silence the `apt` process of the CIjvoisin
2018-04-11Silence a bit the CIjvoisin
2018-04-11Improve the way we parse/display pdf metadatajvoisin
2018-04-04Add some white lines to make the code more compliantjvoisin
2018-04-04Remove some unused importsjvoisin
2018-04-04Oups, fix the buildjvoisin
2018-04-04main.py is now correctly handling foldersjvoisin
2018-04-04Add a test for when main.py is called without any argsjvoisin
2018-04-04Improve get_meta in various waysjvoisin
- Normalize the case - Strip \00, \r, space and \n - Flatten metadata lists - Add tests for audio files
2018-04-04Fix the cijvoisin
2018-04-04Add even more tests for the clijvoisin
2018-04-04Add a first test for the CLIjvoisin
2018-04-04main.py is an executable scriptjvoisin