This commit is contained in:
AlbertZeyer 2020-12-28 16:02:24 +00:00 committed by admin
parent 268df65516
commit 4593f002b7

View file

@ -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?