From 6c03ecec535421ee8cc11953a98a57b7d9fefcc0 Mon Sep 17 00:00:00 2001 From: David Maisonave <47364845+David-Maisonave@users.noreply.github.com> Date: Wed, 28 Aug 2024 05:45:42 -0400 Subject: [PATCH] Update README.md --- plugins/DupFileManager/README.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/plugins/DupFileManager/README.md b/plugins/DupFileManager/README.md index 82e3fb7..7d0cf05 100644 --- a/plugins/DupFileManager/README.md +++ b/plugins/DupFileManager/README.md @@ -8,20 +8,26 @@ DupFileManager is a [Stash](https://github.com/stashapp/stash) plugin which mana - Normally when Stash searches the file name for tag names, performers, and studios, it only does so using the primary file. - Delete duplicate file task with the following options: - Tasks (Settings->Task->[Plugin Tasks]->DupFileManager) - - **Tag Duplicate Filename** - Set tag DuplicateMarkForDeletion to the duplicates with lower resolution, duration, file name length, and/or black list path. - - **Delete Duplicates** - Deletes duplicate files + - **Tag Duplicates** - Set tag DuplicateMarkForDeletion to the duplicates with lower resolution, duration, file name length, and/or black list path. + - **Delete Tagged Duplicates** - Delete scenes having DuplicateMarkForDeletion tag. + - **Delete Duplicates** - Deletes duplicate files. Performs deletion without first tagging. - Plugin UI options (Settings->Plugins->Plugins->[DupFileManager]) - - Use a white-list of preferential directories to determine which duplicate will be the primary. - - Use a gray-list of preferential directories to determine which duplicate should be the primary. - - Use a black-list to determine which duplicates should be deleted first. + - Has a 3 tier path selection to determine which duplicates to keep, and which should be candidates for deletions. + - **Whitelist** - List of paths NOT to be deleted. + - E.g. C:\Favorite\,E:\MustKeep\ + - **Gray-List** - List of preferential paths to determine which duplicate should be the primary. + - E.g. C:\2nd_Favorite\,H:\ShouldKeep\ + - **Blacklist** - List of LEAST preferential paths to determine primary candidates for deletion. + - E.g. C:\Downloads\,F:\DeleteMeFirst\ - **Permanent Delete** - Enable to permanently delete files, instead of moving files to trash can. - **Max Dup Process** - Use to limit the maximum files to process. Can be used to do a limited test run. - **Merge Duplicate Tags** - Before deletion, merge metadata from duplicate. E.g. Tag names, performers, studios, title, galleries, rating, details, etc... + - **Swap High Resolution** - When enabled, swaps higher resolution files between whitelist and blacklist/graylist files. + - **Swap Longer Duration** - When enabled, swaps scene with longer duration. - Options available via DupFileManager_config.py - **dup_path** - Alternate path to move deleted files to. Example: "C:\TempDeleteFolder" - - **swapHighRes** - When enabled, swaps higher resolution files between whitelist and blacklist/graylist files. - - **swapLongLength** - When enabled, swaps scene with longer duration. - **toRecycleBeforeSwap** - When enabled, moves destination file to recycle bin before swapping files. + - **addPrimaryDupPathToDetails** - If enabled, adds the primary duplicate path to the scene detail. ### Requirements