From e1f0f54eee54ebbdb31150ecc20b6a76c389b9db Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Wed, 3 Aug 2022 17:58:06 +1000 Subject: [PATCH] tweaked pa_exifautotran to only be called on jpegs, not all image types --- TODO | 6 ------ 1 file changed, 6 deletions(-) diff --git a/TODO b/TODO index 100c26a..7733fe5 100644 --- a/TODO +++ b/TODO @@ -1,15 +1,9 @@ -## PROD: - to deal with orientation issues - need to work out how to remove thumbnails, and then regenerate them (in optimal fashion ) - update FILE set thumbnail=null, last???date=0 - ## GENERAL * put try: around any os.remove, os.symlink etc. File "/code/pa_job_manager.py", line 1088, in CreateSymlink os.symlink(path, symlink) FileExistsError: [Errno 17] File exists: '/export/docker/storage/.pa_metadata/' -> 'static/Metadata/.pa_metadata' - * remove multiple Paths from SettingsIPath, etc. * should I change the rotation code to use that jpeg util to reduce/remove compression loss?