blob: 5873b6fafc6a9932a004d104172f983a30aead20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
GENERAL:
- Complete the get_meta method:
the ultimate goal is to remove
all "harmful meta" stuff
- Fix the ugly function get_sharedir
- the MAT crash on empty files
GUI:
- display harmrful meta per file
FORMATS:
NEW:
- microsoft office < 2007 (ugly and insane)
- fix zip (fix python's ziplib)
- videos format ?
ARCHIVES:
- correctly handle mtime/atime for files inside archives
TORRENTS:
- remove more fields ? remove tracker ?
MISC:
- a nautilus extension (right-clic -> clean with MAT)
TESTSUITE
- add a ctime/mtime related test
SETUP:
- rename mat-cli to mat
WATERMARK:
- do research
|