Only show duplicates when there are exactly 2 duplicates?
Only show duplicates when there are exactly 2 duplicates?
Is there a way to show dupes only when there are 2 (or N) dupes? dupe-max will limit how many dupes are listed in the result, which is not what I'm looking for.
Re: Only show duplicates when there are exactly 2 duplicates?
For n = 5 (exactly 5 entries in the duplicate group):
Code: Select all
dupe: dupemin:5 dupemax:5 Re: Only show duplicates when there are exactly 2 duplicates?
I don't think this is doing what I'm looking for. Let's say that I have a file that's duplicated 4 times (based on whatever criteria I'm using...let's say size). if I add dupemin:2 and dupemax:2, it will still show 2 of those 4 files. I'm trying to figure out how to exclude these files from the results altogether as there are more than 2 duplicates in the group.NotNull wrote: Tue Jan 07, 2025 11:01 pm For n = 5 (exactly 5 entries in the duplicate group):Code: Select all
dupe: dupemin:5 dupemax:5
Re: Only show duplicates when there are exactly 2 duplicates?
Ah, I misread ..
I'm currently not aware of a way to do this, but will sleep on it.
EDIT:
Had a good night sleep (;)) and came up with:, but that didn't work.
Back to sleep ..
I'm currently not aware of a way to do this, but will sleep on it.
EDIT:
Had a good night sleep (;)) and came up with:
dupe: dupe-min:5 !dupe-min:6Back to sleep ..
Re: Only show duplicates when there are exactly 2 duplicates?
There's currently no option to find exactly n duplicates.
I will look into adding functionality to do this.
the dupemax is badly named.
I should rename this to dupecount:
(limit the number of duplicates shown to the specified number -same behavior as count: )
I will look into adding functionality to do this.
the dupemax is badly named.
I should rename this to dupecount:
(limit the number of duplicates shown to the specified number -same behavior as count: )
Re: Only show duplicates when there are exactly 2 duplicates?
NotNull wrote: Tue Jan 07, 2025 11:21 pm EDIT:
Had a good night sleep (;)) and came up with:, but that didn't work.dupe: dupe-min:5 !dupe-min:6
Back to sleep ..
Gotcha...thank you!void wrote: Wed Jan 08, 2025 12:07 am There's currently no option to find exactly n duplicates.
I will look into adding functionality to do this.
the dupemax is badly named.
I should rename this to dupecount:
(limit the number of duplicates shown to the specified number -same behavior as count: )
Re: Only show duplicates when there are exactly 2 duplicates?
Everything 1.5.0.1397a improves finding duplicates.
dupe-max: has been renamed to dupe-count:
dupe-count: will now limit the number of duplicates shown.
dupe-max: will now find duplicates where the number of duplicates is less than or equal to the specified maximum count.
dupe-min:
dupe-max:
dupe-count:
dupe-max: has been renamed to dupe-count:
dupe-count: will now limit the number of duplicates shown.
dupe-max: will now find duplicates where the number of duplicates is less than or equal to the specified maximum count.
dupe-min:
dupe-max:
dupe-count:
Re: Only show duplicates when there are exactly 2 duplicates?
Amazing, appreciate all that you do void!void wrote: Fri Sep 05, 2025 5:20 am Everything 1.5.0.1397a improves finding duplicates.
dupe-max: has been renamed to dupe-count:
dupe-count: will now limit the number of duplicates shown.
dupe-max: will now find duplicates where the number of duplicates is less than or equal to the specified maximum count.
dupe-min:
dupe-max:
dupe-count:
Re: Only show duplicates when there are exactly 2 duplicates?
dupe-min:<count>
Thank you for bringing that to my attention.
Makes my search HUGELY more efficient
.
Thank you for bringing that to my attention.
Makes my search HUGELY more efficient