summaryrefslogtreecommitdiff
path: root/libmat2/abstract.py (follow)
AgeCommit message (Collapse)Author
2023-11-13Raise a ValueError for invalid FLAC files to please mypyjvoisin
2023-05-03Use proper type annotations instead of commentsjvoisin
2023-01-28Fix the type annotationsjvoisin
2022-08-28Simplify the typing annotationsjvoisin
2019-10-12Add a way to disable the sandboxjvoisin
Due to bubblewrap's pickiness, mat2 can now be run without a sandbox, even if bubblewrap is installed.
2019-05-09Minor code cleanupjvoisin
2019-04-27Add support for compressed tar filesjvoisin
2019-02-03Whenever possible, use bwrap for subprocessesintrigeri
This should closes #90
2018-10-23Optimize the handling of problematic filesjvoisin
2018-10-22Implement support for .avi files, via ffmpegjvoisin
- This commit introduces optional dependencies (namely ffmpeg): mat2 will spit a warning when trying to process an .avi file if ffmpeg isn't installed. - Since metadata are obtained via exiftool, this commit also refactors a bit our exfitool wrapper.
2018-10-12Bump mypy typing coveragejvoisin
2018-10-12Refactor lightweight mode implementationjvoisin
2018-09-01three minor spelling fixesDaniel Kahn Gillmor
2018-07-21AbstractParser: Fix typosgeorg
2018-07-19Improve the code's documentationjvoisin
2018-06-10Bump a bit the coveragejvoisin
2018-06-04Sort the output of `mat2 -l`jvoisin
2018-06-04Make pyflakes happierjvoisin
2018-06-04Improve a bit the typing, againtotallylegit
2018-05-18Rename some files to simplify packagingjvoisin
- the `src` folder is now `libmat2` - the `main.py` script is now `mat2.py`