From 6031002f0197a722df8246ff5fe4729eacb57f61 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Wed, 29 Sep 2021 16:57:27 +1000 Subject: [PATCH] fixed todo around handling missing thumbs - combo of re-importing *.bmp, and dark videos now that those bugs were fixed, also reordered TODOs --- TODO | 51 ++++++--------------------------------------------- 1 file changed, 6 insertions(+), 45 deletions(-) diff --git a/TODO b/TODO index 9debb41..cf0313e 100644 --- a/TODO +++ b/TODO @@ -1,42 +1,6 @@ ## GENERAL - * work out why no thumbs for: -pa=# select e.name from entry e, file f where f.eid = e.id and e.type_id =1 and f.thumbnail is null; - name -------------------------------------------- - dad and mum wedding with priest.bmp - dad with albina.bmp - dad portrait.bmp - presents.bmp - dad and mums wedding party.bmp - images.png - images (2).png - the boys.bmp - dad mum willie and emilio.bmp - dad with ross on trike.bmp - dad mum out.bmp - snowies machinery.bmp - images (1).png - dad and mums wedding party with names.bmp - dads wedding.bmp - dads wedding2.bmp - -pa=# select e.name from entry e, file f where f.eid = e.id and e.type_id = 2 and f.thumbnail is null; - name ------------------------- - 20210526_205257_01.mp4 - 20210526_205257_99.mp4 - 2014-xmas-hps.xcf - rabbits.xcf - IMG_2553.MOV - IMG_2553.MOV - IMG_2553.MOV - DSCN0553.MOV - DSCN0555.MOV - DSCN0552.MOV - DSCN0556.MOV - DSCN0554.MOV - -(including why .xcf is seen as a video???) + * move all unsorted photos/* -> import/ + can now move files (bug-64 fixed), but Dir needs new/different code * remember last import dir, so you can just go straight back to it @@ -44,16 +8,13 @@ pa=# select e.name from entry e, file f where f.eid = e.id and e.type_id = 2 and * close button on invalid password should look like danger/alert/close for jobs + * metadata at folder level with file level to add more richness + + * why .xcf is seen as a video??? + * maybe strip unnecessary / at end of directory name. i think i have left behind empty folders, e.g. check switzerland and austria - also should allow move to existing folder soon... - * move all unsorted photos/* -> import/ - -- should make a select with right-click also enable move/del buttons - TEST if this works with moving a folder/dir and a combo of folder/dir and a file - fix first: BUG-64 [DONE] and the folder move todo above <- TODO - - * metadata at folder level with file level to add more richness - * add an option on the person menu to run_ai_on all photos (or at least import/storage) * when hitting back button to a search, it doesnt handle the post, etc.