From 8575423a7e3d16a32e53826e8e3b00f950d22e7d Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Tue, 2 Aug 2022 18:50:50 +1000 Subject: [PATCH] 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 --- BUGs | 1 - TODO | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/BUGs b/BUGs index 4a6d92f..3aa0ce5 100644 --- a/BUGs +++ b/BUGs @@ -1,3 +1,2 @@ ### Next: 104 BUG-100: I managed to get 2 photos matching mich in the NOT_WORKING photo (probably dif refimgs but same p.tag?) -BUG-103: thumbnails aren't rotating (at all/sometimes?), e.g. 20220101_164835_10.jpg diff --git a/TODO b/TODO index 2b4d544..100c26a 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,8 @@ +## 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