You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using dupeGuru and dupeGuru PE for a while now, and I've found one aspect of dupeGuru PE that's a little annoying.
First, the context. I often wind up with a lot of duplicate files due to downloading tools that I use, and they wind up getting names like 'aa.jpg', 'aa-01.jpg', 'aa-02.jpg', et cetera. When dupeGuru presents the list of duplicates, it places 'aa-01.jpg' first, followed by 'aa-02.jpg', et cetera, with 'aa.jpg' last. This is, no doubt, due to '-' being earlier in the collating sequence than '.'.
What I'd like to suggest is that the files be sorted using their base name (i.e. 'aa') first, and then duplicates (i.e. 'aa.png' and 'aa.jpg') ordered by their extensions.
This would put 'aa.jpg' before 'aa-01.jpg'.
Note that I can't simply swap the files using 'Invert Marking', or use 'Make Selected Reference', if there are a lot of duplicates or if there are multiple duplicates for a particular file.
The text was updated successfully, but these errors were encountered:
From email:
The text was updated successfully, but these errors were encountered: