Commit Graph

1004 Commits

Author SHA1 Message Date
87d7bea53a remove use of tmp_locn, use explicit coords, sizes - partial BUG-108 fix 2022-12-23 13:41:38 +11:00
120cb9bd94 remove use of tmp_locn, use explicit coords, sizes - partial BUG-108 fix 2022-12-23 13:41:20 +11:00
5f5a41805a remove use of tmp_locn, use explicit coords, sizes - partial BUG-108 fix 2022-12-23 13:38:13 +11:00
4232e139c7 remove use of tmp_locn, use explicit coords, sizes - partial BUG-108 fix 2022-12-23 13:35:42 +11:00
59de7c294b remove use of tmp_locn, use explicit coords, sizes - partial BUG-108 fix 2022-12-23 13:32:19 +11:00
dbcdfd44dd remove use of tmp_locn, use explicit coords, sizes - partial BUG-108 fix 2022-12-23 13:28:24 +11:00
ab6c91d540 use new face_top, etc. rather than tmp_locn, partial fix for BUG-108 2022-12-23 13:20:45 +11:00
9223f50323 start coversion of locn (array) -> top, right, bottom, left (4 separate integers) 2022-12-23 12:03:33 +11:00
a89063d366 interim commit - person now has a fix_faces route that will be used as part of the conversion to get locn -> top, right, bottom, left and using PA class for __repr() instead 2022-12-23 12:02:22 +11:00
4f80ea947a use PA class for face classes, added comments 2022-12-23 12:01:19 +11:00
7df340e142 improved PA class __repr() to handle bytes and thumbnails and remove internal sql alchemy 2022-12-23 11:55:41 +11:00
8fa93c0ecf added version to F/E todo 2022-12-23 10:52:14 +11:00
6189b500c1 temp fix for another face_locn bug 2022-12-23 10:51:55 +11:00
4086572f3e more face_locn issues, about to give up on json version and use 4 explicit coords 2022-12-23 10:51:33 +11:00
a6e72b7e9b extra error checking 2022-12-23 10:51:01 +11:00
2bf8f08228 fix BUG-107: view / pagination gets out of whack 2022-09-22 14:25:07 +10:00
93252a3fc9 no longer have fullscreen in pa_user_state 2022-09-22 14:24:34 +10:00
25919f5a5c fix BUG-104, dont process keybindings when DBox with text inputs is shown 2022-09-20 23:08:45 +10:00
71ec54807a remove last remnants of Paths, now only 1 directory per path AND created a new db-container subdir that takes the latest postgres image and adds a crontab / uses cron to run a bkup_users.sh script that dumps the person, refimg and linkage table so that if we ever blow the DB away, we dont lose the users 2022-09-17 22:40:50 +10:00
19bd4285e1 changing name to db-container now it works 2022-09-17 21:02:00 +10:00
8badc4eeda minor update to existing BUG 2022-09-17 21:01:34 +10:00
1c406bf4bb found several new bugs 2022-08-08 21:19:02 +10:00
11925cd08f remove path arrays, back to simple string for a path 2022-08-08 21:18:28 +10:00
497909693c try/except for os.remove & remove DEBUG. Also deal with odd situation where we find a face then add it as a refimg and library cant find a face all of a sudden 2022-08-08 21:18:01 +10:00
c1bb0d3820 added todo for users.sql job 2022-08-06 12:12:19 +10:00
b8babfda32 added note on how to dump out users.sql so we dont have to add those ppl each time we rebuild the DB from scratch -- should really do this as a once a day job or something! 2022-08-06 12:11:08 +10:00
20c76609cd fixed up some missing try/excepts on os. calls 2022-08-06 12:02:10 +10:00
60b95b6152 just show error when it fails, and clean up temp files on fail 2022-08-06 12:01:32 +10:00
b82d3107dc fix BUG-104 by only calling exif auto trans on jpegs, not all images 2022-08-03 18:00:02 +10:00
a620024de6 remove debug, fix BUG-105 by setting last_update on job always 2022-08-03 17:59:41 +10:00
e1f0f54eee tweaked pa_exifautotran to only be called on jpegs, not all image types 2022-08-03 17:58:06 +10:00
064efc5137 chown /code to mythtv as well, as the /code path needs to be writable now that pa_exifautotran re-writes images 2022-08-03 17:55:21 +10:00
8d406c889f back to DEV for settings insert 2022-08-03 17:54:31 +10:00
d833f724f1 formatting 2022-08-03 17:54:16 +10:00
70521501ab make pa_exifautotran be more specific - only "skip" the known SOS error, and dont touch file if the output of the rotate is 0 bytes -- JUST IN CASE 2022-08-03 17:54:00 +10:00
7ad75830e2 fixed up pa_metadata content to be docker ignored on copy from Dockerfile 2022-08-03 17:52:05 +10:00
8575423a7e BUG-103 thumbnails not rotating, fixed (was a Samsung dodgy photo, and over-caution util to rotate, fixed by tweaking my own verson of that util 2022-08-02 18:50:50 +10:00
91b5e1b6d2 created own version of exifautotran (placed into utils), and call it from ./ in non PROD and explciti /code in PROD - it deals with the Samsung created images with invalid SOS which dont autorotate 2022-08-02 18:47:24 +10:00
5221e330c1 Fixed BUG-102 cant switch to folder view 2022-08-02 17:55:10 +10:00
a8af00fe66 big change to get metadata working fully in DB and on Filesystem, and recover from most common scenarios, improved GUI as well for allowing an immediate search after adding refimg as well 2022-08-01 23:44:38 +10:00
391b61f3c4 first pass at keeping overrides on face delete - should at least stop code crashing if you try to delete faces from DB and they still had a matching override 2022-07-28 21:23:34 +10:00
96810fa1e3 can now do an AI search if we add refimg to new/existing person, cleaned up that dialog to look better with buttons for those options rather than a link. Noticed BUG-100, 2 x mich in one image 2022-07-28 18:16:10 +10:00
6135481395 I think the 0 choices 0 files-havent seen it in months, let it go 2022-07-28 17:29:52 +10:00
24bcfa0aab now have a NewJob used in pa_job_mgr and it does not set start_time until it starts, caters for BUG-97 (restarting jobs resetting start times) 2022-07-23 00:33:04 +10:00
750b903a9d using python unbuffered (-u) on job mgr to force output into log file 2022-07-21 22:56:50 +10:00
0c3da4741c update to allow ffmpeg-python 2022-07-21 22:40:56 +10:00
9164b2c9f6 use python-ffmpeg (run external ffmpeg) to generate video thumb as it also auto-rotates 2022-07-21 20:59:05 +10:00
0ea6a38269 remove debugs 2022-07-21 20:56:18 +10:00
8646b3b8c2 quick fix/hack for unmatched faces 2022-07-19 21:23:32 +10:00
fd79ee2cf4 fix BUG-98 (user cancel of a job not dealing with dependant jobs) & constrain the width of the chosen face in DBox for overrides/create refimg 2022-07-19 20:45:54 +10:00