From b646da289cbaac128d4ef693d0f76135c5d0a120 Mon Sep 17 00:00:00 2001 From: Chris King Date: Sun, 16 Feb 2025 06:16:54 -0800 Subject: [PATCH] Change some default settings --- plugins/DupFileManager/DupFileManager_config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/DupFileManager/DupFileManager_config.py b/plugins/DupFileManager/DupFileManager_config.py index 65ee067..a9cf6d2 100644 --- a/plugins/DupFileManager/DupFileManager_config.py +++ b/plugins/DupFileManager/DupFileManager_config.py @@ -7,13 +7,13 @@ config = { # Alternative path to move duplicate files. "dup_path": "", #Example: "C:\\TempDeleteFolder" # The threshold as to what percentage is consider a significant shorter time. - "significantTimeDiff" : .90, # 90% threshold + "significantTimeDiff" : .98, # 90% threshold # If enabled, moves destination file to recycle bin before swapping Hi-Res file. "toRecycleBeforeSwap" : True, # Character used to seperate items on the whitelist, blacklist, and graylist "listSeparator" : ",", # Enable to permanently delete files, instead of moving files to trash can. - "permanentlyDelete" : False, + "permanentlyDelete" : True, # After running a 'Delete Duplicates' task, run Clean, Clean-Generated, and Optimize-Database. "cleanAfterDel" : True, # Generate PHASH after tag or delete task. @@ -61,7 +61,7 @@ config = { # If enabled, favor videos with higher bit rate. Used with either favorBitRateChange option or UI [Swap Bit Rate Change] option. "favorHighBitRate" : True, # If enabled, favor videos with a different frame rate value. If favorHigherFrameRate is true, favor higher rate. If favorHigherFrameRate is false, favor lower rate - "favorFrameRateChange" : True, + "favorFrameRateChange" : False, # If enabled, favor videos with higher frame rate. Used with either favorFrameRateChange option or UI [Swap Better Frame Rate] option. "favorHigherFrameRate" : True, # If enabled, favor videos with better codec according to codecRanking