From dcee8c96dd96185069dcdf0d78a55699b962e2eb Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Tue, 29 Jun 2021 00:43:51 +1000 Subject: [PATCH] minor updates --- README | 5 +++++ TODO | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/README b/README index f636a21..0dbf533 100644 --- a/README +++ b/README @@ -1,5 +1,10 @@ In here we can put instructions on how to run this / any general info +to edit src: + +git.... +CAM: fill this in pls + ubuntu packages: sudo apt-get install -y mediainfo cmake python3-flask diff --git a/TODO b/TODO index cc08613..9274105 100644 --- a/TODO +++ b/TODO @@ -18,11 +18,11 @@ MatchPersonWithFile() * then in UI: - allow right-click folders in folder view (at least for AI scan) for all files in Dir - allow right-click AI - for all persons - for individuals - (and can be on an individual file or an individual dir, or selected files / selected dir) + allow right-click folders in folder view (at least for AI scan) for all files in Dir [DONE] + allow right-click AI [DONE] + for all persons [DONE] + for individuals [DONE] + (and can be on an individual file or an individual dir, or selected files / selected dir) [DONE] * fix up logging in general * comment your code