diff --git a/nzbToCouchPotato.py b/nzbToCouchPotato.py index 77ae4635..6bb87e03 100755 --- a/nzbToCouchPotato.py +++ b/nzbToCouchPotato.py @@ -24,6 +24,11 @@ # Enable/Disable media file checking using ffprobe. #check_media=1 +# Safe Mode protection of DestDir (0, 1). +# +# Enable/Disable a safety check to ensure we don't process all downloads in the default_downloadDirectory by mistake. +#safe_mode=1 + ## CouchPotato # CouchPotato script category. diff --git a/nzbToGamez.py b/nzbToGamez.py index b476ac01..2f1208f6 100755 --- a/nzbToGamez.py +++ b/nzbToGamez.py @@ -20,6 +20,11 @@ # Set to 1 if you want nzbToMedia to automatically check for and update to the latest version #auto_update=0 +# Safe Mode protection of DestDir (0, 1). +# +# Enable/Disable a safety check to ensure we don't process all downloads in the default_downloadDirectory by mistake. +#safe_mode=1 + ## Gamez # Gamez script category. diff --git a/nzbToHeadPhones.py b/nzbToHeadPhones.py index 080bdbb9..c96e2e8c 100755 --- a/nzbToHeadPhones.py +++ b/nzbToHeadPhones.py @@ -19,6 +19,11 @@ # Set to 1 if you want nzbToMedia to automatically check for and update to the latest version #auto_update=0 +# Safe Mode protection of DestDir (0, 1). +# +# Enable/Disable a safety check to ensure we don't process all downloads in the default_downloadDirectory by mistake. +#safe_mode=1 + ## HeadPhones # HeadPhones script category. diff --git a/nzbToMylar.py b/nzbToMylar.py index 750d932f..5a9d077e 100755 --- a/nzbToMylar.py +++ b/nzbToMylar.py @@ -20,6 +20,11 @@ # Set to 1 if you want nzbToMedia to automatically check for and update to the latest version #auto_update=0 +# Safe Mode protection of DestDir (0, 1). +# +# Enable/Disable a safety check to ensure we don't process all downloads in the default_downloadDirectory by mistake. +#safe_mode=1 + ## Mylar # Mylar script category. diff --git a/nzbToNzbDrone.py b/nzbToNzbDrone.py index 764b5cb9..9f65d32d 100755 --- a/nzbToNzbDrone.py +++ b/nzbToNzbDrone.py @@ -24,6 +24,11 @@ # Enable/Disable media file checking using ffprobe. #check_media=1 +# Safe Mode protection of DestDir (0, 1). +# +# Enable/Disable a safety check to ensure we don't process all downloads in the default_downloadDirectory by mistake. +#safe_mode=1 + ## NzbDrone # NzbDrone script category. diff --git a/nzbToSickBeard.py b/nzbToSickBeard.py index c1a541a0..c39fea94 100755 --- a/nzbToSickBeard.py +++ b/nzbToSickBeard.py @@ -24,6 +24,11 @@ # Enable/Disable media file checking using ffprobe. #check_media=1 +# Safe Mode protection of DestDir (0, 1). +# +# Enable/Disable a safety check to ensure we don't process all downloads in the default_downloadDirectory by mistake. +#safe_mode=1 + # Media Extensions # # This is a list of media extensions that are used to verify that the download does contain valid media.