forked from Github/Axter-Stash
Change some default settings
This commit is contained in:
@@ -7,13 +7,13 @@ config = {
|
|||||||
# Alternative path to move duplicate files.
|
# Alternative path to move duplicate files.
|
||||||
"dup_path": "", #Example: "C:\\TempDeleteFolder"
|
"dup_path": "", #Example: "C:\\TempDeleteFolder"
|
||||||
# The threshold as to what percentage is consider a significant shorter time.
|
# 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.
|
# If enabled, moves destination file to recycle bin before swapping Hi-Res file.
|
||||||
"toRecycleBeforeSwap" : True,
|
"toRecycleBeforeSwap" : True,
|
||||||
# Character used to seperate items on the whitelist, blacklist, and graylist
|
# Character used to seperate items on the whitelist, blacklist, and graylist
|
||||||
"listSeparator" : ",",
|
"listSeparator" : ",",
|
||||||
# Enable to permanently delete files, instead of moving files to trash can.
|
# 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.
|
# After running a 'Delete Duplicates' task, run Clean, Clean-Generated, and Optimize-Database.
|
||||||
"cleanAfterDel" : True,
|
"cleanAfterDel" : True,
|
||||||
# Generate PHASH after tag or delete task.
|
# 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.
|
# If enabled, favor videos with higher bit rate. Used with either favorBitRateChange option or UI [Swap Bit Rate Change] option.
|
||||||
"favorHighBitRate" : True,
|
"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
|
# 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.
|
# If enabled, favor videos with higher frame rate. Used with either favorFrameRateChange option or UI [Swap Better Frame Rate] option.
|
||||||
"favorHigherFrameRate" : True,
|
"favorHigherFrameRate" : True,
|
||||||
# If enabled, favor videos with better codec according to codecRanking
|
# If enabled, favor videos with better codec according to codecRanking
|
||||||
|
|||||||
Reference in New Issue
Block a user