forked from Github/Axter-Stash
Added task to clear duplicate tags
Added logic to index grey and black list. Added task to clear duplicate tags. Appended details <BaseDup>, so when clearing duplicate tags, it can easily determine the start and end point to clear remarks.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name: DupFileManager
|
||||
description: Manages duplicate files.
|
||||
version: 0.1.2
|
||||
version: 0.1.3
|
||||
url: https://github.com/David-Maisonave/Axter-Stash/tree/main/plugins/DupFileManager
|
||||
settings:
|
||||
mergeDupFilename:
|
||||
@@ -37,11 +37,11 @@ settings:
|
||||
type: STRING
|
||||
zxGraylist:
|
||||
displayName: Gray List
|
||||
description: List of preferential paths to determine which duplicate should be the primary. E.g. C:\2nd_Favorite\,H:\ShouldKeep\
|
||||
description: Preferential paths to determine which duplicate should be kept. E.g. C:\2nd_Fav,C:\3rd_Fav,C:\4th_Fav,H:\ShouldKeep
|
||||
type: STRING
|
||||
zyBlacklist:
|
||||
displayName: Black List
|
||||
description: List of LEAST preferential paths to determine primary candidates for deletion. E.g. C:\Downloads\,F:\DeleteMeFirst\
|
||||
description: Least preferential paths; Determine primary deletion candidates. E.g. C:\Downloads,C:\DelMe-3rd,C:\DelMe-2nd,C:\DeleteMeFirst
|
||||
type: STRING
|
||||
zyMaxDupToProcess:
|
||||
displayName: Max Dup Process
|
||||
@@ -49,7 +49,7 @@ settings:
|
||||
type: NUMBER
|
||||
zzdebugTracing:
|
||||
displayName: Debug Tracing
|
||||
description: (Default=false) [***For Advanced Users***] Enable debug tracing. When enabled, additional tracing logging is added to Stash\plugins\DupFileManager\DupFileManager.log
|
||||
description: Enable debug tracing so-as to add additional debug logging in Stash\plugins\DupFileManager\DupFileManager.log
|
||||
type: BOOLEAN
|
||||
exec:
|
||||
- python
|
||||
@@ -68,3 +68,7 @@ tasks:
|
||||
description: Delete duplicate scenes. Performs deletion without first tagging.
|
||||
defaultArgs:
|
||||
mode: delete_duplicates_task
|
||||
- name: Clear Duplicate Tags
|
||||
description: Removes DuplicateMarkForDeletion tag from all files.
|
||||
defaultArgs:
|
||||
mode: clear_duplicate_tags_task
|
||||
|
||||
Reference in New Issue
Block a user