From 9c4da5ec6f91306cf01b86822d523d77914208f1 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Mon, 1 Jan 2024 11:49:03 +1100 Subject: [PATCH] add allow actions for wrong person to TODO --- TODO | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index 951c329..1de5a88 100644 --- a/TODO +++ b/TODO @@ -8,6 +8,9 @@ -- path.py has the __allow_unmapped__ = True * remove all '.execute' from *.py + * allow actions for wrong person: + -> someone else? OR override no match for this person ever for this image? + * read this: https://flask.palletsprojects.com/en/2.2.x/testing/#faking-resources-and-context * could get better AI optim, by keeping track of just new files since scan (even if we did this from the DB), @@ -57,9 +60,6 @@ * fix up logging in general ProcessFileForJob --> really need to better handle log levels and counting - * metadata at folder level with file level to add more richness - - store in DB? or store in hidden file (or both)... IF it is outside the DB, then I can 'rebuild' the DB at anytime from scratch - * video player cannot handle non mp4 formats... do I care? (could just offer a download link and hope the client deals with it) --> OR? https://jsmpeg.com/ --> OR? convert all videos to mp4/webm