add safe_mode to remaining scripts

This commit is contained in:
clinton-hall 2014-05-27 20:44:54 +09:30
commit 29f7592153
6 changed files with 30 additions and 0 deletions

View file

@ -24,6 +24,11 @@
# Enable/Disable media file checking using ffprobe. # Enable/Disable media file checking using ffprobe.
#check_media=1 #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
# CouchPotato script category. # CouchPotato script category.

View file

@ -20,6 +20,11 @@
# Set to 1 if you want nzbToMedia to automatically check for and update to the latest version # Set to 1 if you want nzbToMedia to automatically check for and update to the latest version
#auto_update=0 #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
# Gamez script category. # Gamez script category.

View file

@ -19,6 +19,11 @@
# Set to 1 if you want nzbToMedia to automatically check for and update to the latest version # Set to 1 if you want nzbToMedia to automatically check for and update to the latest version
#auto_update=0 #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
# HeadPhones script category. # HeadPhones script category.

View file

@ -20,6 +20,11 @@
# Set to 1 if you want nzbToMedia to automatically check for and update to the latest version # Set to 1 if you want nzbToMedia to automatically check for and update to the latest version
#auto_update=0 #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
# Mylar script category. # Mylar script category.

View file

@ -24,6 +24,11 @@
# Enable/Disable media file checking using ffprobe. # Enable/Disable media file checking using ffprobe.
#check_media=1 #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
# NzbDrone script category. # NzbDrone script category.

View file

@ -24,6 +24,11 @@
# Enable/Disable media file checking using ffprobe. # Enable/Disable media file checking using ffprobe.
#check_media=1 #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 # Media Extensions
# #
# This is a list of media extensions that are used to verify that the download does contain valid media. # This is a list of media extensions that are used to verify that the download does contain valid media.