forked from Github/Axter-Stash
prettier changes
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
# DupFileManager: Ver 0.1.2 (By David Maisonave)
|
||||
|
||||
DupFileManager is a [Stash](https://github.com/stashapp/stash) plugin which manages duplicate file in the Stash system.
|
||||
|
||||
### Features
|
||||
|
||||
- Can merge potential source in the duplicate file names for tag names, performers, and studios.
|
||||
- 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:
|
||||
@@ -13,7 +16,7 @@ DupFileManager is a [Stash](https://github.com/stashapp/stash) plugin which mana
|
||||
- Use a black-list to determine which duplicates should be deleted first.
|
||||
- **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...
|
||||
- **Merge Duplicate Tags** - Before deletion, merge metadata from duplicate. E.g. Tag names, performers, studios, title, galleries, rating, details, etc...
|
||||
- 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.
|
||||
@@ -21,11 +24,13 @@ DupFileManager is a [Stash](https://github.com/stashapp/stash) plugin which mana
|
||||
- **toRecycleBeforeSwap** - When enabled, moves destination file to recycle bin before swapping files.
|
||||
|
||||
### Requirements
|
||||
|
||||
`pip install --upgrade stashapp-tools`
|
||||
`pip install pyYAML`
|
||||
`pip install Send2Trash`
|
||||
|
||||
### Installation
|
||||
|
||||
- Follow **Requirements** instructions.
|
||||
- In the stash plugin directory (C:\Users\MyUserName\.stash\plugins), create a folder named **DupFileManager**.
|
||||
- Copy all the plugin files to this folder.(**C:\Users\MyUserName\\.stash\plugins\DupFileManager**).
|
||||
@@ -34,6 +39,6 @@ DupFileManager is a [Stash](https://github.com/stashapp/stash) plugin which mana
|
||||
That's it!!!
|
||||
|
||||
### Options
|
||||
|
||||
- Options are accessible in the GUI via Settings->Plugins->Plugins->[DupFileManager].
|
||||
- More options available in DupFileManager_config.py.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user