From a4574390ecc10cc7309ab1c3bdf181f12fc11393 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Sat, 2 Oct 2021 14:49:33 +1000 Subject: [PATCH] more bugs/todos/test --- TODO | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO b/TODO index 77cd8a4..46494f1 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,11 @@ ## GENERAL * move all unsorted photos/* -> import/ + TEST: moving over the top of same dir name (what does this do to FS content) + FIX: BUG-69 + TEST: what if we try to move a path in settings, should not allow this? + + * when we do a legitimate move of a file, update last_scanned_dt otherwise FS change is newer, and it will 're-scan' + * when we scan and there is no hash diff then, update last_scanned_dt otherwise FS change is newer, and it will 're-scan' continually * remember last import dir, so you can just go straight back to it