From fb915ea9639e466f964e50e5d33da036a09918b7 Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Tue, 15 Apr 2014 10:09:25 +0930 Subject: [PATCH] fixes nzbget config display --- nzbToCouchPotato.py | 2 ++ nzbToGamez.py | 36 ++---------------------------------- nzbToHeadPhones.py | 36 ++---------------------------------- nzbToMedia.py | 4 +++- nzbToMylar.py | 36 ++---------------------------------- nzbToNzbDrone.py | 2 ++ nzbToSickBeard.py | 4 +++- 7 files changed, 16 insertions(+), 104 deletions(-) diff --git a/nzbToCouchPotato.py b/nzbToCouchPotato.py index aeee8055..f4e837d7 100755 --- a/nzbToCouchPotato.py +++ b/nzbToCouchPotato.py @@ -13,6 +13,8 @@ ### OPTIONS ### ## General + +# Auto Update nzbToMedia (0, 1). # # Set to 1 if you want nzbToMedia to automatically check for and update to the latest version #auto_update=0 diff --git a/nzbToGamez.py b/nzbToGamez.py index 6a022e7a..5380f432 100755 --- a/nzbToGamez.py +++ b/nzbToGamez.py @@ -14,6 +14,8 @@ ### OPTIONS ### ## General + +# Auto Update nzbToMedia (0, 1). # # Set to 1 if you want nzbToMedia to automatically check for and update to the latest version #auto_update=0 @@ -44,40 +46,6 @@ # set this if using a reverse proxy. #gzweb_root= -## Extensions - -# Media Extensions -# -# This is a list of media extensions that are used to verify that the download does contain valid media. -#mediaExtensions=.mkv,.avi,.divx,.xvid,.mov,.wmv,.mp4,.mpg,.mpeg,.vob,.iso - -## Transcoder - -# Transcode (0, 1). -# -# set to 1 to transcode, otherwise set to 0. -#transcode=0 - -# create a duplicate, or replace the original (0, 1). -# -# set to 1 to cretae a new file or 0 to replace the original -#duplicate=1 - -# ignore extensions -# -# list of extensions that won't be transcoded. -#ignoreExtensions=.avi,.mkv - -# ffmpeg output settings. -#outputVideoExtension=.mp4 -#outputVideoCodec=libx264 -#outputVideoPreset=medium -#outputVideoFramerate=24 -#outputVideoBitrate=800k -#outputAudioCodec=libmp3lame -#outputAudioBitrate=128k -#outputSubtitleCodec= - ## WakeOnLan # use WOL (0, 1). diff --git a/nzbToHeadPhones.py b/nzbToHeadPhones.py index 1e662d0d..525cde7f 100755 --- a/nzbToHeadPhones.py +++ b/nzbToHeadPhones.py @@ -13,6 +13,8 @@ ### OPTIONS ## General + +# Auto Update nzbToMedia (0, 1). # # Set to 1 if you want nzbToMedia to automatically check for and update to the latest version #auto_update=0 @@ -48,40 +50,6 @@ # set as required to ensure correct processing. #hpdelay=65 -## Extensions - -# Media Extensions -# -# This is a list of media extensions that are used to verify that the download does contain valid media. -#mediaExtensions=.mkv,.avi,.divx,.xvid,.mov,.wmv,.mp4,.mpg,.mpeg,.vob,.iso - -## Transcoder - -# Transcode (0, 1). -# -# set to 1 to transcode, otherwise set to 0. -#transcode=0 - -# create a duplicate, or replace the original (0, 1). -# -# set to 1 to cretae a new file or 0 to replace the original -#duplicate=1 - -# ignore extensions -# -# list of extensions that won't be transcoded. -#ignoreExtensions=.avi,.mkv - -# ffmpeg output settings. -#outputVideoExtension=.mp4 -#outputVideoCodec=libx264 -#outputVideoPreset=medium -#outputVideoFramerate=24 -#outputVideoBitrate=800k -#outputAudioCodec=libmp3lame -#outputAudioBitrate=128k -#outputSubtitleCodec= - ## WakeOnLan # use WOL (0, 1). diff --git a/nzbToMedia.py b/nzbToMedia.py index 373d3fb7..1cdb6b32 100755 --- a/nzbToMedia.py +++ b/nzbToMedia.py @@ -13,6 +13,8 @@ ### OPTIONS ### ## General + +# Auto Update nzbToMedia (0, 1). # # Set to 1 if you want nzbToMedia to automatically check for and update to the latest version #auto_update=0 @@ -112,7 +114,7 @@ # set to default or auto to auto-detect the custom fork type. #sbfork=auto -# SickBeard Delete Failed Downloads (0, 1) +# SickBeard Delete Failed Downloads (0, 1). # # set to 1 to delete failed, or 0 to leave files in place. #sbdelete_failed=0 diff --git a/nzbToMylar.py b/nzbToMylar.py index 2b2bd9e4..91b20aa7 100755 --- a/nzbToMylar.py +++ b/nzbToMylar.py @@ -14,6 +14,8 @@ ### OPTIONS ## General + +# Auto Update nzbToMedia (0, 1). # # Set to 1 if you want nzbToMedia to automatically check for and update to the latest version #auto_update=0 @@ -47,40 +49,6 @@ # set this if using a reverse proxy. #myweb_root= -## Extensions - -# Media Extensions -# -# This is a list of media extensions that are used to verify that the download does contain valid media. -#mediaExtensions=.mkv,.avi,.divx,.xvid,.mov,.wmv,.mp4,.mpg,.mpeg,.vob,.iso - -## Transcoder - -# Transcode (0, 1). -# -# set to 1 to transcode, otherwise set to 0. -#transcode=0 - -# create a duplicate, or replace the original (0, 1). -# -# set to 1 to cretae a new file or 0 to replace the original -#duplicate=1 - -# ignore extensions -# -# list of extensions that won't be transcoded. -#ignoreExtensions=.avi,.mkv - -# ffmpeg output settings. -#outputVideoExtension=.mp4 -#outputVideoCodec=libx264 -#outputVideoPreset=medium -#outputVideoFramerate=24 -#outputVideoBitrate=800k -#outputAudioCodec=libmp3lame -#outputAudioBitrate=128k -#outputSubtitleCodec= - ## WakeOnLan # use WOL (0, 1). diff --git a/nzbToNzbDrone.py b/nzbToNzbDrone.py index c41c72fc..0f51c5c4 100755 --- a/nzbToNzbDrone.py +++ b/nzbToNzbDrone.py @@ -13,6 +13,8 @@ ### OPTIONS ### ## General + +# Auto Update nzbToMedia (0, 1). # # Set to 1 if you want nzbToMedia to automatically check for and update to the latest version #auto_update=0 diff --git a/nzbToSickBeard.py b/nzbToSickBeard.py index 0ed15557..04d7e1fa 100755 --- a/nzbToSickBeard.py +++ b/nzbToSickBeard.py @@ -13,6 +13,8 @@ ### OPTIONS ### ## General + +# Auto Update nzbToMedia (0, 1). # # Set to 1 if you want nzbToMedia to automatically check for and update to the latest version #auto_update=0 @@ -66,7 +68,7 @@ # set to default or auto to auto-detect the custom fork type. #sbfork=auto -# SickBeard Delete Failed Downloads (0, 1) +# SickBeard Delete Failed Downloads (0, 1). # # set to 1 to delete failed, or 0 to leave files in place. #sbdelete_failed=0