diff --git a/plugins/FileMonitor/filemonitor.yml b/plugins/FileMonitor/filemonitor.yml index 1f6f9f7..01fa8ce 100644 --- a/plugins/FileMonitor/filemonitor.yml +++ b/plugins/FileMonitor/filemonitor.yml @@ -3,10 +3,6 @@ description: Monitors the Stash library folders, and updates Stash if any change version: 0.5.0 url: https://github.com/David-Maisonave/Axter-Stash/tree/main/plugins/FileMonitor settings: - onCreateCallDupFileManager: - displayName: Call DupFileManager on-Create - description: When enabled, if CREATE flag is triggered, DupFileManager task is called if the plugin is installed. - type: BOOLEAN recursiveDisabled: displayName: No Recursive description: Enable stop monitoring paths recursively. diff --git a/plugins/FileMonitor/filemonitor_config.py b/plugins/FileMonitor/filemonitor_config.py index e4277ce..69f151e 100644 --- a/plugins/FileMonitor/filemonitor_config.py +++ b/plugins/FileMonitor/filemonitor_config.py @@ -12,6 +12,8 @@ config = { "createSpecFileToExit": True, # Enable to delete special file imediately after it's created in stop process "deleteSpecFileInStop": False, + # When enabled, if CREATE flag is triggered, DupFileManager task is called if the plugin is installed. + "onCreateCallDupFileManager": False, # Not yet implemented!!!! # The following fields are ONLY used when running FileMonitor in script mode "endpoint_Scheme" : "http", # Define endpoint to use when contacting the Stash server