mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 14:41:39 +00:00
[#222] Tweaked ref-swapping action text.
Make Selected Reference --> Make Selected into Reference.
This commit is contained in:
@@ -12,7 +12,8 @@ You can mark duplicate files, but you can never mark the reference file of a gro
|
||||
|
||||
What determines which files are reference and which files are duplicates is first their folder state. A file from a reference folder will always be reference in a duplicate group. If all files are from a normal folder, the size determine which file will be the reference of a duplicate group. dupeGuru assumes that you always want to keep the biggest file, so the biggest files will take the reference position.
|
||||
|
||||
You can change the reference file of a group manually. To do so, select the duplicate file you want to promote to reference, and click on **Actions-->Make Selected Reference**.
|
||||
You can change the reference file of a group manually. To do so, select the duplicate file you want
|
||||
to promote to reference, and click on **Actions-->Make Selected into Reference**.
|
||||
|
||||
Reviewing results
|
||||
-----------------
|
||||
@@ -54,7 +55,15 @@ Dupes Only and Delta Values
|
||||
|
||||
The Dupes Only mode unveil its true power when you use it with the Delta Values switch turned on. When you turn it on, relative values will be displayed instead of absolute ones. So if, for example, you want to remove from your results all duplicates that are more than 300 KB away from their reference, you could sort the dupes only results by Size, select all duplicates under -300 in the Size column, delete them, and then do the same for duplicates over 300 at the bottom of the list.
|
||||
|
||||
You could also use it to change the reference priority of your duplicate list. When you make a fresh scan, if there are no reference folders, the reference file of every group is the biggest file. If you want to change that, for example, to the latest modification time, you can sort the dupes only results by modification time in **descending** order, select all duplicates with a modification time delta value higher than 0 and click on **Make Selected Reference**. The reason why you must make the sort order descending is because if 2 files among the same duplicate group are selected when you click on **Make Selected Reference**, only the first of the list will be made reference, the other will be ignored. And since you want the last modified file to be reference, having the sort order descending assures you that the first item of the list will be the last modified.
|
||||
You could also use it to change the reference priority of your duplicate list. When you make a fresh
|
||||
scan, if there are no reference folders, the reference file of every group is the biggest file. If
|
||||
you want to change that, for example, to the latest modification time, you can sort the dupes only
|
||||
results by modification time in **descending** order, select all duplicates with a modification time
|
||||
delta value higher than 0 and click on **Make Selected into Reference**. The reason why you must
|
||||
make the sort order descending is because if 2 files among the same duplicate group are selected
|
||||
when you click on **Make Selected into Reference**, only the first of the list will be made reference,
|
||||
the other will be ignored. And since you want the last modified file to be reference, having the
|
||||
sort order descending assures you that the first item of the list will be the last modified.
|
||||
|
||||
Filtering
|
||||
---------
|
||||
@@ -95,10 +104,10 @@ Action Menu
|
||||
not be touched and will stay where they are.
|
||||
* **Remove Selected from Results:** Remove all selected duplicates from results. Note that all
|
||||
selected reference files will be ignored, only duplicates can be removed with this action.
|
||||
* **Make Selected Reference:** Promote all selected duplicates to reference. If a duplicate is a
|
||||
part of a group having a reference file coming from a reference folder (in blue color), no action
|
||||
will be taken for this duplicate. If more than one duplicate among the same group are selected,
|
||||
only the first of each group will be promoted.
|
||||
* **Make Selected into Reference:** Promote all selected duplicates to reference. If a duplicate is
|
||||
a part of a group having a reference file coming from a reference folder (in blue color), no
|
||||
action will be taken for this duplicate. If more than one duplicate among the same group are
|
||||
selected, only the first of each group will be promoted.
|
||||
* **Add Selected to Ignore List:** This first removes all selected duplicates from results, and
|
||||
then add the match of that duplicate and the current reference in the ignore list. This match
|
||||
will not come up again in further scan. The duplicate itself might come back, but it will be
|
||||
|
||||
Reference in New Issue
Block a user