Commit Graph

1088 Commits

Author SHA1 Message Date
e884accd0a renamed importlog* to job* -- in db, python and html 2021-01-14 21:47:12 +11:00
4df3274624 added basics of job idea to TODO 2021-01-14 21:46:32 +11:00
f7688badd1 created a tables.sql so program can run from a brand new docker / db 2021-01-14 21:46:12 +11:00
2dc80d4399 import log lines also included, with appropriate DB / html 2021-01-14 12:09:32 +11:00
3684f279e4 first pass of import logging, its not being used, data is in real tables, but faked. will probably have to switch to gunicorn and threading to allow import and serving pages when we use slower AI routines 2021-01-14 00:15:54 +11:00
e9137c91fa further refinement of gitignore 2021-01-13 14:07:24 +11:00
66e9242a8e refined the git ingore in reference images 2021-01-13 14:05:44 +11:00
d499825f54 Merge branch 'master' of 192.168.0.2:photoassistant 2021-01-13 14:03:42 +11:00
923404553c trying to force reference_images/ into git 2021-01-13 14:03:36 +11:00
e0de421a2a trying to force reference_images/ into git 2021-01-13 14:03:26 +11:00
Cam
d7ab2b7333 fixed paths in the new ref images code 2021-01-13 14:01:52 +11:00
d9407b1bab tabs ffs 2021-01-13 13:55:36 +11:00
55e3c7145e Merge branch 'master' of 192.168.0.2:photoassistant 2021-01-13 13:54:51 +11:00
c6bf0424ab better try/except handling for files 2021-01-13 13:54:47 +11:00
Cam
73bd64b710 Merge branch 'master' of mara.ddp.net:photoassistant 2021-01-13 13:54:33 +11:00
Cam
f9159bb193 added a logs.py, not completely finished but theoretically just initialise the class to start the logger 2021-01-13 13:54:25 +11:00
2a7151dc66 tried to add a reference_images directory in git, that contains actual uploaded images and the modify/remove also deals with filesystem issues 2021-01-13 13:52:56 +11:00
991b654d4c added reference image class, also tweaked DB classes to have foreign keys, so you cant delete a person connected to a file (tested). Also made refimg class do some quirky bootstrap/jquery to get file dialogs not looking like crap 2021-01-12 23:58:39 +11:00
5bf41ce6a8 token placholder for AI menu with html 2021-01-12 23:58:27 +11:00
ed3a85b8f0 added reference image class, also tweaked DB classes to have foreign keys, so you cant delete a person connected to a file (tested). Also made refimg class do some quirky bootstrap/jquery to get file dialogs not looking like crap 2021-01-12 23:58:12 +11:00
a3a95f636e now have a Person class & associated CReate/Update/Delete functions, and menu in base.html 2021-01-12 21:51:33 +11:00
2c170e2a9c not used anymore 2021-01-12 21:12:02 +11:00
684d057e59 added admin routes/code to allow a scan now and a forced scan 2021-01-12 18:45:13 +11:00
e83a40ee52 converted over to a flat settings table, no more key-value pairs of settings 2021-01-12 18:32:47 +11:00
86c7fbd0be made file_list.html better as well 2021-01-12 17:35:42 +11:00
594a4803cd made file_list.html better as well 2021-01-12 17:34:31 +11:00
09f588e7e4 only call GenerateFileData once now 2021-01-12 17:13:12 +11:00
21b163acc7 ignore /home/ddp/src/photoassistant/new_img_dir/ as well, so we can test 2 active paths 2021-01-12 16:59:15 +11:00
d857233723 files now processes multiple paths, and view shows images for any images in appropriate path 2021-01-12 16:58:41 +11:00
48748c23be used this to remove unique ids on buttons 2021-01-12 15:17:46 +11:00
e82adde1f0 minor code cleanup, removed debug 2021-01-12 14:59:48 +11:00
e35247ea70 video files now have a icon to indicate its a video as well 2021-01-12 14:44:11 +11:00
4c662b3a0e removed debug print of video thumbnail, and made file importer look to see if file is newer than last import, if so, process it and store it in the database. If its older skip it. Then at the end of the function return the database as the list we process 2021-01-12 13:49:05 +11:00
6e67bcd803 stupid me, the video thumbnail did not have thumb class, so it was not being resized by buttons, now works, ratios still seem odd, but its ok 2021-01-12 01:49:51 +11:00
83c7e5379c Merge branch 'master' of 192.168.0.2:photoassistant
BUT, the thumbnails for the videos are fixed ratios, so the resizing doesnt work for them.. Odd
2021-01-12 01:48:11 +11:00
3a16379aca basic improvement for sizing buttons, but also sizing is smarter, this way I do not need to know the image or thumbnail ratios :) 2021-01-12 01:45:26 +11:00
Cam
225b919ad2 Merge branch 'master' of mara.ddp.net:photoassistant 2021-01-11 12:51:19 +11:00
Cam
eeb24611c8 got video thumbnails working, added another pip packages to the README, and edited the templates/files.html accordingly. 2021-01-11 12:50:31 +11:00
38f8a3228d token version of resizing thumbs done 2021-01-11 12:34:53 +11:00
Cam
e730d56018 Merge branch 'master' of mara.ddp.net:photoassistant 2021-01-11 12:05:00 +11:00
Cam
050ce69617 added generation of video thumbnails 2021-01-11 12:04:57 +11:00
cd34be0316 files view now has icon for videos, better text/image alignment 2021-01-11 12:01:38 +11:00
7db4b38805 added view files menu option 2021-01-11 11:48:49 +11:00
f60b52ec0e Merge branch 'master' of 192.168.0.2:photoassistant 2021-01-11 11:48:33 +11:00
80b199bc26 files now shows thumb view - first pass 2021-01-11 11:48:01 +11:00
Cam
980db74a78 added a bug, and also stuck all of our utility functions for files into a class 2021-01-11 11:47:37 +11:00
Cam
6906f02246 Merge branch 'master' of mara.ddp.net:photoassistant 2021-01-11 11:31:21 +11:00
Cam
cf629ffc10 removed newline...? git weirdness 2021-01-11 11:31:10 +11:00
5741470ce0 moved over to the beginnings of a class for file data, functional again 2021-01-11 11:28:49 +11:00
ccc8085aaf changed Photo class and DB table to be Files, also reflected through templates/files* - files.html is not used yet 2021-01-11 11:00:31 +11:00