aboutsummaryrefslogtreecommitdiff
path: root/TODO
blob: 42b264c4d42862fa56d14e821ea5a33f6605a2fb (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
TODO SEMANTICS

-	not yet
+-	partialy done
+	already done
?	needs to be checked
q	optional feature


EXIF tags

+  to write to some tag sometning like "Processed with RenRot"

q  to write to some tag the options passed to renrot

+- to review XMP tags related code

q  to implement %t in name template, where the array of desired tags will be inited


Disk I/O

+  to implement work with separate files rather than with whole directory

-  decrease disk IO operations as possible

-  to implement possibility to work with other formats, which use EXIF
   mechanism (conversions by ImageMagick and/or netpbm as well as jpegtran)

+  remove hardcoded '.jpg' extension

+- implement aggregation option (to aggregate large bundle of files
   according the different time intervals, perhapse with some kind of
   euristics for analyzing the bigest time interval between shots)

q  to write intellectual aggregation on clisp

-  to fix the feature with --aggr-template SOMENAME, when SOMENAME is dumb
   name, no % character and than renrot moves all to SOMENAME directory it'll
   be called OUTDIR

-  to implement possibility to work with several IN directories and to
   output to the set of OUT directories

+  to implement --no-mtime, and put it to the config


File naming

+  to implement possibility to add patterns for file naming ( to make it
   possible to name files in a different ways, YYYYMMDDHHmmSS, YYMMDDHHmmSS
   e.t.c.)

+  to make the file name counter format of the dynamic length, according
   the files number in the directory to process, it means NN for the number
   less than 100, e.t.c.

-  to add --counter-from option to let counting start from any desired number
   and add --counter-step


Verbosity

+  to complete verbose output option implementation

q  to implement progress indicator or spinning indicator


Other

-  UTF8fy (comments, tags, ...) since it's not implemented in ExifTool yet

?  to write the function 'on/off validator' NO NEED SINCE IT'S IMPLEMENTED IN
   getOptions()

-  to tune style look of comments, code e.t.c.

+- to review the code to optimize it where it's possible.

Return to:

Send suggestions and report system problems to the System administrator.