From fc62bd274e06cd54dc55b77f38311c34d2d0588e Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Sun, 17 Jul 2022 18:31:59 +1000 Subject: [PATCH] video tag in browser not dealing with mpeg1/2 is not a bug, its a potential todo item --- BUGs | 12 ++++++------ TODO | 5 +++++ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/BUGs b/BUGs index 1c2d9a8..26388f3 100644 --- a/BUGs +++ b/BUGs @@ -1,6 +1,6 @@ -### Next: 98 -BUG-94: 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 - -BUG-97: if restart a job, we reset start time too (debatable) - prob. better making a job have anull start time rather than now() as default, then if its null set it when we run the job (this would set it at actual run time not create time, and if we restart, it would leave orig start time correct) +### Next: 99 +BUG-97: if restart a job, we reset start time too (debatable) - + prob. better making a job have anull start time rather than now() as default, then if its null set it when we run the job + (this would set it at actual run time not create time, and if we restart, it would leave orig start time correct) +BUG-98: if you cancel a job (say the importdir job), then the getfiles dies + (should cascade the cancel through any that are waiting on this job OR 2nd job should not start if 1st job failed/withdrawn) diff --git a/TODO b/TODO index ef4241c..8647601 100644 --- a/TODO +++ b/TODO @@ -25,6 +25,11 @@ * does search of matching dirname give all entries of subdirs of subdirs, etc. (think not) -- maybe a TODO? + * 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 + + * delete folder * allow joblog search (less needed with logs visible on a given file now)