From 4593f002b74614c1bcc1eba4d82d7e266963cee5 Mon Sep 17 00:00:00 2001 From: AlbertZeyer Date: Mon, 28 Dec 2020 16:02:24 +0000 Subject: [PATCH] --- .../Fuzzy_local_sensitive_hashing___40__LSH__41__.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/forum/Fuzzy_local_sensitive_hashing___40__LSH__41__.mdwn diff --git a/doc/forum/Fuzzy_local_sensitive_hashing___40__LSH__41__.mdwn b/doc/forum/Fuzzy_local_sensitive_hashing___40__LSH__41__.mdwn new file mode 100644 index 0000000000..b968650064 --- /dev/null +++ b/doc/forum/Fuzzy_local_sensitive_hashing___40__LSH__41__.mdwn @@ -0,0 +1,7 @@ +For some file types, e.g. images and sound, I would like to also add some local sensitive hash (LSH), and be able to find duplicates that way. E.g. that would allow me to find duplicate images where the image metadata was changed, or maybe the quality was changed, etc. + +Ideally, I would want to add such meta data to Git-Annex. I'm not sure if this should be a backend ([[backends]]) or kept separate from it (as there will be collisions, by design). + +Is anything like that already supported? + +If not, would it be possible to add such support to Git-Annex? How? -- 2.30.2