I have just put together a replacement for my old QNAP, using a Raspberry Pi and Open Media Vault.
When I came to populate it, I realised how much crap I had lying about. Collections that I had always meant to prune, but never quite got around to it.
I used fdupes to search for duplicates across multiple directories with the aim of then looking at the results in an image viewer. I am a KDE user, so I started looking at my collections in Gwenview, but it really is appalling slow at loading raw files. Eventually I used Geeqie.
Several things:
What are others using to find duplicate images?
What are others using to view duplicates and prune them?
Geeqie is lightning fast loading lots of raw files, which leads me to think it is using the GPU on my system, while Gwenview is not. I have no idea whether Gwenview can use the GPU, and there doesnāt seem to be any otpion to make it do so. I will raise this on the KDE forum, but any input from users here would be welcome.
For finding bit-identical dupes, I use dupeGuru. It also has a picture mode, but I havenāt tried it.
digiKam also has a duplicate finder feature, based on visual similarity. Again, havenāt really tried it.
I donāt know Gwenview, but itās possible that it renders the raw data (using dcraw or libraw), while Geeqie probably shows the embedded JPEG preview.
I use it for finding dupes, even different file sizes or formats. It is not completely perfect, and will occasionally flag very similar pics as dupes. There are parameters and they do change its behaviour.
I havenāt done this for ages, and since I started working primarily with raw, I know Iāve got several different jpeg versions for many files. The raws themselves, as I store them, will always be unique, so I do not need to āviewā them. I use qimgv as a fast and simple non-raw image viewer.
Itās probably enough to do this with user rights, rather than as root. -iname (instead of -name) would be case-insensitive. But what exactly were you suggesting? I donāt think such a named-based search helps much with deduplication / image pruning.
Usually I use the captioned command to search the duplicated files in my KDE desktop PC. Dolphin browser has the "search featureā. Searching for the files āsort by sizeā would be the another way in Dolphin.
And one would probably not want to search oneās entire /.
Unix/Linux tools are wonderful. I have not even scratched the surface of the find command, and that includes 15 years as a systems manager. But tools for the job are better. dupeguru⦠fslintā¦
(Didnāt fslint fall by the wayside and get reborn with a new name?)