From cecd34c6260720fcdc55fd5caf5cdc7dac158ebc Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Thu, 18 Apr 2013 20:03:42 +0930 Subject: [PATCH] make options radio buttons --- nzbToCouchPotato.py | 12 ++++++------ nzbToGamez.py | 6 +++--- nzbToHeadPhones.py | 4 ++-- nzbToMedia.py | 24 ++++++++++++------------ nzbToMylar.py | 4 ++-- nzbToSickBeard.py | 14 +++++++------- 6 files changed, 32 insertions(+), 32 deletions(-) diff --git a/nzbToCouchPotato.py b/nzbToCouchPotato.py index 4bc54239..7fd724f3 100755 --- a/nzbToCouchPotato.py +++ b/nzbToCouchPotato.py @@ -34,7 +34,7 @@ # CouchPotato password. #cpspassword= -# CouchPotato uses ssl. +# CouchPotato uses ssl (0, 1). # # Set to 1 if using ssl, else set to 0. #cpsssl=0 @@ -49,12 +49,12 @@ # must be at least 60 seconds. #cpsdelay=65 -# CouchPotato Postprocess Method. +# CouchPotato Postprocess Method (renamer, manage). # # use "renamer" for CPS renamer (default) or "manage" to call a manage update. #cpsmethod=renamer -# CouchPotato Delete Failed Downloads +# CouchPotato Delete Failed Downloads (0, 1). # # set to 1 to delete failed, or 0 to leave files in place. #cpsdelete_failed=0 @@ -68,12 +68,12 @@ ## Transcoder -# Transcode +# Transcode (0, 1). # # set to 1 to transcode, otherwise set to 0. #transcode=0 -# create a duplicate, or replace the original. +# 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 @@ -95,7 +95,7 @@ ## WakeOnLan -# use WOL +# use WOL (0, 1). # # set to 1 to send WOL broadcast to the mac and test the server (e.g. xbmc) on the host and port specified. #wolwake=0 diff --git a/nzbToGamez.py b/nzbToGamez.py index cc7d04a7..da439c2f 100755 --- a/nzbToGamez.py +++ b/nzbToGamez.py @@ -34,19 +34,19 @@ # Gamez password. #gzpassword= -# Gamez uses ssl. +# Gamez uses ssl (0, 1). # # Set to 1 if using ssl, else set to 0. #gzssl=0 -# Gamez web_root +# Gamez web_root. # # set this if using a reverse proxy. #gzweb_root= ## WakeOnLan -# use WOL +# use WOL (0, 1). # # set to 1 to send WOL broadcast to the mac and test the server (e.g. xbmc) on the host and port specified. #wolwake=0 diff --git a/nzbToHeadPhones.py b/nzbToHeadPhones.py index 5eee33c4..7c4d3bcb 100755 --- a/nzbToHeadPhones.py +++ b/nzbToHeadPhones.py @@ -34,7 +34,7 @@ # HeadPhones password. #hppassword= -# HeadPhones uses ssl. +# HeadPhones uses ssl (0, 1). # # Set to 1 if using ssl, else set to 0. #hpssl=0 @@ -51,7 +51,7 @@ ## WakeOnLan -# use WOL +# use WOL (0, 1). # # set to 1 to send WOL broadcast to the mac and test the server (e.g. xbmc) on the host and port specified. #wolwake=0 diff --git a/nzbToMedia.py b/nzbToMedia.py index 8c6e2dcb..168b165d 100755 --- a/nzbToMedia.py +++ b/nzbToMedia.py @@ -34,7 +34,7 @@ # CouchPotato password. #cpspassword= -# CouchPotato uses ssl. +# CouchPotato uses ssl (0, 1). # # Set to 1 if using ssl, else set to 0. #cpsssl=0 @@ -49,12 +49,12 @@ # must be at least 60 seconds. #cpsdelay=65 -# CouchPotato Postprocess Method. +# CouchPotato Postprocess Method (renamer, manage). # # use "renamer" for CPS renamer (default) or "manage" to call a manage update. #cpsmethod=renamer -# CouchPotato Delete Failed Downloads +# CouchPotato Delete Failed Downloads (0, 1). # # set to 1 to delete failed, or 0 to leave files in place. #cpsdelete_failed=0 @@ -78,7 +78,7 @@ # SickBeard password. #sbpassword= -# SickBeard uses ssl. +# SickBeard uses ssl (0, 1). # # Set to 1 if using ssl, else set to 0. #sbssl=0 @@ -93,12 +93,12 @@ # set this if SickBeard and nzbGet are on different systems. #sbwatch_dir= -# SickBeard uses failed fork. +# SickBeard uses failed fork (0, 1). # # set to 1 if using the custom "failed fork". Default sickBeard uses 0. #sbfailed_fork=0 -# SickBeard Delete Failed Downloads +# SickBeard Delete Failed Downloads (0, 1) # # set to 1 to delete failed, or 0 to leave files in place. #sbdelete_failed=0 @@ -125,7 +125,7 @@ # HeadPhones password. #hppassword= -# HeadPhones uses ssl. +# HeadPhones uses ssl (0, 1). # # Set to 1 if using ssl, else set to 0. #hpssl=0 @@ -159,7 +159,7 @@ # Mylar password. #mypassword= -# Mylar uses ssl. +# Mylar uses ssl (0, 1). # # Set to 1 if using ssl, else set to 0. #myssl=0 @@ -191,7 +191,7 @@ # Gamez password. #gzpassword= -# Gamez uses ssl. +# Gamez uses ssl (0, 1). # # Set to 1 if using ssl, else set to 0. #gzssl=0 @@ -210,12 +210,12 @@ ## Transcoder -# Transcode +# Transcode (0, 1). # # set to 1 to transcode, otherwise set to 0. #transcode=0 -# create a duplicate, or replace the original. +# 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 @@ -237,7 +237,7 @@ ## WakeOnLan -# use WOL +# use WOL (0, 1). # # set to 1 to send WOL broadcast to the mac and test the server (e.g. xbmc) on the host and port specified. #wolwake=0 diff --git a/nzbToMylar.py b/nzbToMylar.py index 6fefa09f..3c2b4458 100755 --- a/nzbToMylar.py +++ b/nzbToMylar.py @@ -31,7 +31,7 @@ # Mylar password. #mypassword= -# Mylar uses ssl. +# Mylar uses ssl (0, 1). # # Set to 1 if using ssl, else set to 0. #myssl=0 @@ -43,7 +43,7 @@ ## WakeOnLan -# use WOL +# use WOL (0, 1). # # set to 1 to send WOL broadcast to the mac and test the server (e.g. xbmc) on the host and port specified. #wolwake=0 diff --git a/nzbToSickBeard.py b/nzbToSickBeard.py index b4b54435..f275b68e 100755 --- a/nzbToSickBeard.py +++ b/nzbToSickBeard.py @@ -31,7 +31,7 @@ # SickBeard password. #sbpassword= -# SickBeard uses ssl. +# SickBeard uses ssl (0, 1). # # Set to 1 if using ssl, else set to 0. #sbssl=0 @@ -46,12 +46,12 @@ # set this if SickBeard and nzbGet are on different systems. #sbwatch_dir= -# SickBeard uses failed fork. +# SickBeard uses failed fork (0, 1). # # set to 1 if using the custom "failed fork". Default sickBeard uses 0. #sbfailed_fork=0 -# SickBeard Delete Failed Downloads +# SickBeard Delete Failed Downloads (0, 1). # # set to 1 to delete failed, or 0 to leave files in place. #sbdelete_failed=0 @@ -63,14 +63,14 @@ # This is a list of media extensions that may be transcoded if transcoder is enabled below. #mediaExtensions=.mkv,.avi,.divx,.xvid,.mov,.wmv,.mp4,.mpg,.mpeg,.vob,.iso -## Transcoder] +## Transcoder -# Transcode +# Transcode (0, 1). # # set to 1 to transcode, otherwise set to 0. #transcode=0 -# create a duplicate, or replace the original. +# 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 @@ -92,7 +92,7 @@ ## WakeOnLan -# use WOL +# use WOL (0, 1). # # set to 1 to send WOL broadcast to the mac and test the server (e.g. xbmc) on the host and port specified. #wolwake=0