diff options
author | Julien Valroff <julien@kirya.net> | 2009-11-24 18:27:42 +0100 |
---|---|---|
committer | Julien Valroff <julien@kirya.net> | 2009-11-24 18:27:42 +0100 |
commit | d44c415c55b6337c53d47df6769215c16615e4b4 (patch) | |
tree | baa1fddd7d2db087fe253b79b7ea5aaee5484a9f /rapid/TODO | |
parent | 06145026987f809d2776810819a517438b14aa82 (diff) |
Imported Upstream version 0.1.0~b2upstream/0.1.0.b2
Diffstat (limited to 'rapid/TODO')
-rw-r--r-- | rapid/TODO | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/rapid/TODO b/rapid/TODO new file mode 100644 index 0000000..5465850 --- /dev/null +++ b/rapid/TODO @@ -0,0 +1,26 @@ +For major release (0.10.0): +=========================== + +* sequencing: + - allow generation of unique sequences based on date time for last 1 - n days, via menu + +* download profiles (combinations of subfolder and image renaming preferences) +* better handle preference changes while downloads are occurring +* handle unexpected media removal, disk full, all kinds of write errors +* indicate different levels of error better in log window +* sum amount of images to be downloaded, and how much free space on the file system +* check download locations and sources still valid when starting the application +* rework checkPrefsForValidity() to account for multiple subfolder problems + +For future releases: +==================== + +* Better application icon -- help needed! +* Get more metadata + - lens +* User defined camera model mapping +* Job codes +* use python's high performance deque to improve idletube + + + |