fixed todo around handling missing thumbs - combo of re-importing *.bmp, and dark videos now that those bugs were fixed, also reordered TODOs
This commit is contained in:
51
TODO
51
TODO
@@ -1,42 +1,6 @@
|
|||||||
## GENERAL
|
## GENERAL
|
||||||
* work out why no thumbs for:
|
* move all unsorted photos/* -> import/
|
||||||
pa=# select e.name from entry e, file f where f.eid = e.id and e.type_id =1 and f.thumbnail is null;
|
can now move files (bug-64 fixed), but Dir needs new/different code
|
||||||
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???)
|
|
||||||
|
|
||||||
* remember last import dir, so you can just go straight back to it
|
* 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
|
* 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
|
* 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...
|
- 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)
|
* 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.
|
* when hitting back button to a search, it doesnt handle the post, etc.
|
||||||
|
|||||||
Reference in New Issue
Block a user