From 9aa0f8157d945bfe399dbbb09b4427fe371625e6 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Thu, 12 Jan 2023 17:08:44 +1100 Subject: [PATCH] new BUGs-114 (moving files is ignorant of paths), 115 (splitting of existing path cant handles dashes) --- BUGs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/BUGs b/BUGs index 80a7dba..93f5937 100644 --- a/BUGs +++ b/BUGs @@ -1,4 +1,4 @@ -### Next: 114 +### Next: 116 BUG-100: I managed to get 2 photos matching mich in the NOT_WORKING photo (probably dif refimgs but same p.tag?) = /photos/2012/20120414-damien/IMG_8467.JPG BUG-106: cant add trudy /pat? as refimgs via FaceDBox @@ -6,3 +6,8 @@ BUG-106: cant add trudy /pat? as refimgs via FaceDBox (it came from a face bbox, BUT, I have grown the face seln by 10%?) BUG-109: add mich force override, removed it, then re-added it, then rebuild DB form scratch and metadata has a duplicate - redo disco metadata with md5 not UUID of face dataS +BUG-114: when moving files, the offered similar dirs include those from other paths: + - when we change the sel_rp (and icon), should also change offered similar dirs + - AND its showing 'Import/Camera_Uploads/...' - is this a path issue in files.py / GetExisting* or? +BUG-115: GetExistingPaths chomps suffix when it contains '-' + - '2021/20211231-new-years-eve' -> prefix='2021/20211231-' & suffix='new'