fixed thumbnail issues on linux, and JobImportDir bug with adding empty and then duplicate dir entries

This commit is contained in:
2021-01-22 23:43:50 +11:00
parent 954132cf1a
commit 17447f9314

4
BUGs
View File

@@ -1,8 +1,8 @@
### Next: 13 ### Next: 14
BUG-4: Duration is borked and comes out as -1 day under jobs (windows created jobs ONLY) 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[<key>] has missing key BUG-6: add a new file (e.g. touch an image in the import dir), and keep_dir[<key>] has missing key
BUG-7: thumbnail orientation issues (see latest image from my phone - of laptop) BUG-7: thumbnail orientation issues (see latest image from my phone - of laptop)
BUG-8: cascading failure jobs are needed 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-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-11: Ai ref img jobs are looping, needs fix
BUG-13: new thumbnail code does not work on linux 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?)