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 diff --git a/tables.sql b/tables.sql index 62faf60..7499cb6 100644 --- a/tables.sql +++ b/tables.sql @@ -123,6 +123,6 @@ insert into PERSON_REFIMG_LINK values ( 2, 2 ); insert into PERSON_REFIMG_LINK values ( 3, 3 ); insert into PERSON_REFIMG_LINK values ( 4, 4 ); -- DEV: -insert into SETTINGS ( id, import_path, storage_path, recycle_bin_path ) values ( (select nextval('SETTINGS_ID_SEQ')), '/home/ddp/src/photoassistant/images_to_process/#c:/Users/cam/Desktop/code/python/photoassistant/photos/#/home/ddp/src/photoassistant/new_img_dir/', '/home/ddp/src/photoassistant/storage/', '/home/ddp/src/photoassistant/.pa_bin/' ); +insert into SETTINGS ( id, import_path, storage_path, recycle_bin_path ) values ( (select nextval('SETTINGS_ID_SEQ')), '/home/ddp/src/photoassistant/images_to_process/#c:/Users/cam/Desktop/code/python/photoassistant/photos/#/home/ddp/src/photoassistant/new_img_dir/', '/home/ddp/src/photoassistant/storage/#c:/Users/cam/Desktop/code/python/photoassistant/storage/', '/home/ddp/src/photoassistant/.pa_bin/#c:/Users/cam/Desktop/code/python/photoassistant/.pa_bin/' ); -- PROD: --insert into SETTINGS ( id, import_path, storage_path, recycle_bin_path ) values ( (select nextval('SETTINGS_ID_SEQ')), '/export/docker/storage/Camera_uploads/', '/export/docker/storage/photos/', '/export/docker/storage/.pa_bin/' );