add default config parameter. fixes # 405

This commit is contained in:
clinton-hall 2014-05-28 10:20:45 +09:30
commit cb3166e807

View file

@ -21,6 +21,8 @@
ffmpeg_path = ffmpeg_path =
# Enable/Disable media file checking using ffprobe. # Enable/Disable media file checking using ffprobe.
check_media = 1 check_media = 1
# Enable/Disable a safety check to ensure we don't process all downloads in the default_downloadDirectories by mistake.
safe_mode = 1
[CouchPotato] [CouchPotato]
#### autoProcessing for Movies #### autoProcessing for Movies