summaryrefslogtreecommitdiff
path: root/src (follow)
AgeCommit message (Collapse)Author
2018-05-14Remove a leftover pdf metadatajvoisin
2018-05-06Test for faulty files, and document how MAT2 is behaving wrt. themjvoisin
2018-04-30Use full path to call exiftooljvoisin
2018-04-30Rework the way we're outputing filesjvoisin
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-22Clean up the torrent implementationjvoisin
2018-04-22Add support for torrent files cleaningjvoisin
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-14Add lightweight processing for PDFjvoisin
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-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-03Fix a typo spotted by @doobry in `get_meta` for zip-based filesjvoisin
2018-04-03Improve the clijvoisin
- Implement the `-l` option - The help is now more awesome
2018-04-03Apparently, `image/jpg` isn't correct, `image/jpeg` isjvoisin
2018-04-03get_parse needs to explore subclasses recusivelyLoic Dachary
2018-04-02Add some commentsjvoisin
2018-04-02Clean up the code for PDF handlingjvoisin
2018-04-02Fix a mistake wrt. office handlingjvoisin
2018-04-02Add more typing hintsjvoisin
2018-04-02`parser_factory` now returns the mtype toojvoisin
2018-04-01Implement support in `get_meta` for deep meta in office-related filesjvoisin
2018-04-01Move every image-related parser into a single filejvoisin
2018-04-01AbstractParser is an abstract classjvoisin
2018-04-01Refactor office document handlingjvoisin
2018-04-01Add support for .tiff filesjvoisin
2018-04-01Clean deep metadata for zip filesjvoisin
2018-03-31Add `application/rdf+xml` to harmless mimetypesjvoisin
2018-03-31Support even more libreoffice filesjvoisin
2018-03-31Add support for .odtjvoisin
2018-03-31Display docx metadatajvoisin
2018-03-31Support python3.5jvoisin
2018-03-31Add support for docxjvoisin
2018-03-31Add a parser for harmless fileformatsjvoisin
2018-03-31Change a bit the source code organisationjvoisin
2018-03-27Add gitlab-cijvoisin
2018-03-25Simplify a bit MP3 handlingjvoisin
2018-03-25FLAC supportjvoisin
2018-03-25Implement mp3 and ogg supportjvoisin
2018-03-25Remove a leftover debug messagejvoisin
2018-03-25Add support for jpegjvoisin
2018-03-20Add a test for PNG filesjvoisin
2018-03-20PNG support and automatic import!jvoisin
2018-03-19Scale for PDF is now parametrablejvoisin
2018-03-19Implement mimetype detectionjvoisin
2018-03-18Clean metadatajvoisin