theophanemayaud / video-simili-duplicate-cleaner

https://theophanemayaud.github.io/video-simili-duplicate-cleaner/
GNU General Public License v3.0
51 stars 5 forks source link

Investigate thumbnail caching and hashes #27

Open theophanemayaud opened 3 years ago

theophanemayaud commented 3 years ago

It seems thumbnails loaded from cache do not have same hashes as those "freshly" made from disk...

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/100348794-investigate-thumbnail-caching-and-hashes?utm_campaign=plugin&utm_content=tracker%2F195118827&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F195118827&utm_medium=issues&utm_source=github).
theophanemayaud commented 3 years ago

In fact this is working as intended : caching is done with a lower resolution version of the thumbnail, to save space. But this might not be the best idea, as scans from cache will not result in the same detection ass scans from freshly made thumbnails ! It creates confusion.

The issue becomes : find a way to cache original thumbnails, or resize fresh thumbnails already !