|
|
a93f9e1da8
|
changed files table to file to be consistent with other tables in the db
|
2021-01-14 21:58:20 +11:00 |
|
|
|
e884accd0a
|
renamed importlog* to job* -- in db, python and html
|
2021-01-14 21:47:12 +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 |
|
|
|
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 |
|
|
|
09f588e7e4
|
only call GenerateFileData once now
|
2021-01-12 17:13:12 +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 |
|
|
|
e82adde1f0
|
minor code cleanup, removed debug
|
2021-01-12 14:59:48 +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 |
|
|
|
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 |
|
|
|
050ce69617
|
added generation of video thumbnails
|
2021-01-11 12:04:57 +11:00 |
|
|
|
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 |
|
|
|
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 |
|