diff --git a/help/de/index.rst b/help/de/index.rst index 43c85b82..eea356f6 100644 --- a/help/de/index.rst +++ b/help/de/index.rst @@ -28,12 +28,13 @@ Es ist eine gute Idee |appname| aktuell zu halten. Sie können die neueste Versi Inhalte: .. toctree:: - :maxdepth: 2 - - quick_start - folders - preferences - results - faq - changelog - credits + :maxdepth: 2 + + quick_start + folders + preferences + results + reprioritize + faq + changelog + credits diff --git a/help/de/reprioritize.rst b/help/de/reprioritize.rst new file mode 100644 index 00000000..431178b0 --- /dev/null +++ b/help/de/reprioritize.rst @@ -0,0 +1,25 @@ +Re-Prioritizing duplicates +========================== + +dupeGuru tries to automatically determine which duplicate should go in each group's reference +position, but sometimes it gets it wrong. In many cases, clever dupe sorting with "Delta Values" +and "Dupes Only" options in addition to the "Make Selected Reference" action does the trick, but +sometimes, a more powerful option is needed. This is where the Re-Prioritization dialog comes into +play. You can summon it through the "Re-Prioritize Results" item in the "Actions" menu. + +This dialog allows you to select criteria according to which a reference dupe will be selected in +each dupe group. The list of available criteria is on the left and the list of criteria you've +selected is on the right. + +A criteria is a category followed by an argument. For example, "Size (Highest)" means that the dupe +with the biggest size will win. "Folder (/foo/bar)" means that dupes in this folder will win. To add +a criterion to the rightmost list, first select a category in the combobox, then select a +subargument in the list below, and then click on the right pointing arrow button. + +The order of the list on the right is important (you can re-order items through drag & drop). When +picking a dupe for reference position, the first criterion is used. If there's a tie, the second +criterion is used and so on and so on. For example, if your arguments are "Size (Highest)" and then +"Filename (Doesn't end with a number)", the reference file that will be picked in a group will be +the biggest file, and if two or more files have the same size, the one that has a filename that +doesn't end with a number will be used. When all criteria result in ties, the order in which dupes +previously were in the group will be used. \ No newline at end of file diff --git a/help/en/index.rst b/help/en/index.rst index 1521f1ce..7ad78b6d 100644 --- a/help/en/index.rst +++ b/help/en/index.rst @@ -28,12 +28,13 @@ It is a good idea to keep |appname| updated. You can download the latest version Contents: .. toctree:: - :maxdepth: 2 - - quick_start - folders - preferences - results - faq - changelog - credits + :maxdepth: 2 + + quick_start + folders + preferences + results + reprioritize + faq + changelog + credits diff --git a/help/en/reprioritize.rst b/help/en/reprioritize.rst new file mode 100644 index 00000000..431178b0 --- /dev/null +++ b/help/en/reprioritize.rst @@ -0,0 +1,25 @@ +Re-Prioritizing duplicates +========================== + +dupeGuru tries to automatically determine which duplicate should go in each group's reference +position, but sometimes it gets it wrong. In many cases, clever dupe sorting with "Delta Values" +and "Dupes Only" options in addition to the "Make Selected Reference" action does the trick, but +sometimes, a more powerful option is needed. This is where the Re-Prioritization dialog comes into +play. You can summon it through the "Re-Prioritize Results" item in the "Actions" menu. + +This dialog allows you to select criteria according to which a reference dupe will be selected in +each dupe group. The list of available criteria is on the left and the list of criteria you've +selected is on the right. + +A criteria is a category followed by an argument. For example, "Size (Highest)" means that the dupe +with the biggest size will win. "Folder (/foo/bar)" means that dupes in this folder will win. To add +a criterion to the rightmost list, first select a category in the combobox, then select a +subargument in the list below, and then click on the right pointing arrow button. + +The order of the list on the right is important (you can re-order items through drag & drop). When +picking a dupe for reference position, the first criterion is used. If there's a tie, the second +criterion is used and so on and so on. For example, if your arguments are "Size (Highest)" and then +"Filename (Doesn't end with a number)", the reference file that will be picked in a group will be +the biggest file, and if two or more files have the same size, the one that has a filename that +doesn't end with a number will be used. When all criteria result in ties, the order in which dupes +previously were in the group will be used. \ No newline at end of file diff --git a/help/fr/index.rst b/help/fr/index.rst index 54c64ab2..2a75fcb2 100644 --- a/help/fr/index.rst +++ b/help/fr/index.rst @@ -28,12 +28,13 @@ C'est toujours une bonne idée de garder |appname| à jour. Vous pouvez téléch Contents: .. toctree:: - :maxdepth: 2 - - quick_start - folders - preferences - results - faq - changelog - credits + :maxdepth: 2 + + quick_start + folders + preferences + results + reprioritize + faq + changelog + credits diff --git a/help/fr/reprioritize.rst b/help/fr/reprioritize.rst new file mode 100644 index 00000000..431178b0 --- /dev/null +++ b/help/fr/reprioritize.rst @@ -0,0 +1,25 @@ +Re-Prioritizing duplicates +========================== + +dupeGuru tries to automatically determine which duplicate should go in each group's reference +position, but sometimes it gets it wrong. In many cases, clever dupe sorting with "Delta Values" +and "Dupes Only" options in addition to the "Make Selected Reference" action does the trick, but +sometimes, a more powerful option is needed. This is where the Re-Prioritization dialog comes into +play. You can summon it through the "Re-Prioritize Results" item in the "Actions" menu. + +This dialog allows you to select criteria according to which a reference dupe will be selected in +each dupe group. The list of available criteria is on the left and the list of criteria you've +selected is on the right. + +A criteria is a category followed by an argument. For example, "Size (Highest)" means that the dupe +with the biggest size will win. "Folder (/foo/bar)" means that dupes in this folder will win. To add +a criterion to the rightmost list, first select a category in the combobox, then select a +subargument in the list below, and then click on the right pointing arrow button. + +The order of the list on the right is important (you can re-order items through drag & drop). When +picking a dupe for reference position, the first criterion is used. If there's a tie, the second +criterion is used and so on and so on. For example, if your arguments are "Size (Highest)" and then +"Filename (Doesn't end with a number)", the reference file that will be picked in a group will be +the biggest file, and if two or more files have the same size, the one that has a filename that +doesn't end with a number will be used. When all criteria result in ties, the order in which dupes +previously were in the group will be used. \ No newline at end of file