From 8e9c7408a87f1be6c75ca1a0ce1181543349e1cf Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Fri, 22 Jan 2021 23:58:54 +1100 Subject: [PATCH] BUG-14 added - optimisation at dir level doesnt work at all, only dir modifications occur with NEW files, this probably would work for importing, but its not that bad to stat files, so Im just ditching the added complexity --- BUGs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUGs b/BUGs index e40dec0..77ce3cf 100644 --- a/BUGs +++ b/BUGs @@ -1,8 +1,8 @@ -### Next: 14 +### Next: 15 BUG-4: Duration is borked and comes out as -1 day under jobs (windows created jobs ONLY) BUG-6: add a new file (e.g. touch an image in the import dir), and keep_dir[] has missing key BUG-7: thumbnail orientation issues (see latest image from my phone - of laptop) BUG-8: cascading failure jobs are needed BUG-10: gen*details will stop if no change to top-level dir, but not look in subdirs BUG-11: Ai ref img jobs are looping, needs fix -BUG-13: JobImportDir adding duplicates, not optimising -> in fact db has value, but func shows 0 (is that because entry is a duplicate and 0 before its then updated after import and in the db as thew new value?) +BUG-14: JobImportDir optimises incorrectly, needs to check every dir for any change, not just root