- Oct 22, 2018
-
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
- 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.
-
- Oct 12, 2018
-
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
- Oct 11, 2018
-
-
Julien (jvoisin) Voisin authored
Since FLAC files can contain covers, it makes sense to parse their metadata
-
Julien (jvoisin) Voisin authored
-
- Oct 05, 2018
-
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
- Oct 04, 2018
-
-
Julien (jvoisin) Voisin authored
-
- Oct 03, 2018
-
-
Julien (jvoisin) Voisin authored
We didn't take the whitelist into account while removing dangling files from [Content_types].xml
-
Julien (jvoisin) Voisin authored
- Replace some class members by instance members - Don't thread the cleaning process anymore for now
- Oct 02, 2018
-
-
Julien (jvoisin) Voisin authored
-
- Oct 01, 2018
-
-
Julien (jvoisin) Voisin authored
-
- Sep 30, 2018
-
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
- Sep 24, 2018
-
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
MS Office XML rsid is a "unique identifier used to track the editing session when the physical character representing this section mark was last formatted." See the following links for details: - https://msdn.microsoft.com/en-us/library/office/documentformat.openxml.wordprocessing.previoussectionproperties.rsidrpr.aspx - https://blogs.msdn.microsoft.com/brian_jones/2006/12/11/whats-up-with-all-those-rsids/.
-
Julien (jvoisin) Voisin authored
In XML, the order of the attributes shouldn't be meaningful, however, MS Office sorts attributes for a given XML tag differently than LibreOffice.
-
- Sep 18, 2018
-
-
Julien (jvoisin) Voisin authored
-
- Sep 12, 2018
-
-
Julien (jvoisin) Voisin authored
-
- Sep 09, 2018
-
-
Julien (jvoisin) Voisin authored
-
- Sep 06, 2018
-
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
- Sep 05, 2018
-
-
dkg authored
Closes #60 Note: this changeset also ensures that clean.cleaned.docx is removed up after the pytest is over.
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
- Sep 04, 2018
-
-
dkg authored
the end result will be the same -- an abort -- but the user will get to see all the warnings for a particular file, instead of getting them one at a time.
-
dkg authored
This makes it easy to get a list of all files that mat2 doesn't know how to handle, without having to choose -u keep or -u omit.
-
dkg authored
previously, encountering an unknown member meant that any parser of this type would abort. now, the user can set parser.unknown_member_policy to either 'omit' or 'keep' if they don't want the current action of 'abort' note that this causes pylint to complain about branching depth for remove_all() because of the nuanced error-handling. I've disabled this check.
-
- Sep 01, 2018
-
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
dkg authored
-
- Aug 23, 2018
-
-
Julien (jvoisin) Voisin authored
-
atenart authored
Pixbuf only supports .jpeg files, not .jpg, so libmat2 looks for such an extension and converts it if necessary. As this check is case sensitive, processing .JPG files does not work. Fixes #47. Signed-off-by:
Antoine Tenart <antoine.tenart@ack.tf>
-