From 4b3c1d762d3131af37050acf7bf16e975423c80c Mon Sep 17 00:00:00 2001 From: Antone <1+antone@noreply.localhost> Date: Sun, 12 Jul 2026 12:25:30 +0300 Subject: [PATCH] Update DESIGN.md --- DESIGN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESIGN.md b/DESIGN.md index 54432cc..c762d17 100644 --- a/DESIGN.md +++ b/DESIGN.md @@ -16,7 +16,7 @@ This is a design draft. Lots of things are missing. Fill the holes during planni - After picking a working directory the user must be dropped into the main ui. - App loads database for all files and their tags in tsv format stored under `{cwd}/db/latest.tsv`. - App lists new content in `{cwd}/content/unmanaged`, checks if files are not already in the loaded database: if not - moves them to `{cwd}/content/managed` under their new db-related ids (or copyparty's W-file hashes #todo?), processes hashes and adds them to the database. -- App computes similarity hashes (hamming) and main colors for images (1-4) (only images for now). +- App computes similarity hashes (phash.js) and main colors for images (1-4) (only images for now). # UI