blob: dbaab9cd06b2c6cc00f4187303dcaaf3f0405893 (
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
|
GENERAL:
- Complete the get_meta method:
the ultimate goal is to remove
all "harmful meta" stuff
- Fix the ugly function get_sharedir
- a better external app handling
- cleaning a file (mat-gui) in a directory where you have no write permission :
pretends a cleaned file was created which is wrong !
TESTSUITE:
- return code ?
- modularity : only test format that can be processed
on the actual config (and don't impose to have all deps
to run the testsuite)
DOCUMENTATION:
- need updates (mainly about pdf processing)
GUI:
- Drag and Drop
- Fix the statusbar
FORMATS
- microsoft office < 2007 (ugly and insane)
- fix zip (fix python's ziplib)
- video's format ?
|