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:
@@ -18,6 +18,10 @@ config = {
|
||||
"DupFileTag" : "DuplicateMarkForDeletion",
|
||||
# Tag name used to tag duplicates in the whitelist. E.g. DuplicateWhitelistFile
|
||||
"DupWhiteListTag" : "DuplicateWhitelistFile",
|
||||
# If enabled, favor longer file name over shorter. If disabled, favor shorter file name.
|
||||
"favorLongerFileName" : True,
|
||||
# If enabled, favor larger file size over smaller. If disabled, favor smaller file size.
|
||||
"favorLargerFileSize" : True,
|
||||
|
||||
# The following fields are ONLY used when running DupFileManager in script mode
|
||||
"endpoint_Scheme" : "http", # Define endpoint to use when contacting the Stash server
|
||||
|
||||
Reference in New Issue
Block a user