diff --git a/nzbToMedia.py b/nzbToMedia.py index 0c1a40e1..88c7676d 100755 --- a/nzbToMedia.py +++ b/nzbToMedia.py @@ -189,11 +189,8 @@ # Mylar port. #myport=8090 -# Mylar username. -#myusername= - -# Mylar password. -#mypassword= +# Mylar api key. +#myapikey= # Mylar uses ssl (0, 1). # @@ -205,6 +202,11 @@ # set this if using a reverse proxy. #myweb_root= +# Mylar wait_for +# +# Set the number of minutes to wait after calling the force process, to check the issue has changed status. +#myswait_for=1 + ## Gamez # Gamez script category. diff --git a/nzbToMylar.py b/nzbToMylar.py index 19dca672..750d932f 100755 --- a/nzbToMylar.py +++ b/nzbToMylar.py @@ -33,11 +33,8 @@ # Mylar port. #myport=8090 -# Mylar username. -#myusername= - -# Mylar password. -#mypassword= +# Mylar api key. +#myapikey= # Mylar uses ssl (0, 1). # @@ -49,6 +46,11 @@ # set this if using a reverse proxy. #myweb_root= +# Mylar wait_for +# +# Set the number of minutes to wait after calling the force process, to check the issue has changed status. +#myswait_for=1 + # Mylar watch directory. # # set this to where your Mylar completed downloads are. diff --git a/nzbtomedia/__init__.py b/nzbtomedia/__init__.py index 527de740..7e31f076 100644 --- a/nzbtomedia/__init__.py +++ b/nzbtomedia/__init__.py @@ -230,7 +230,7 @@ def initialize(section=None): GIT_BRANCH = CFG['General']['git_branch'] or 'dev' FORCE_CLEAN = CFG["General"]["force_clean"] FFMPEG_PATH = CFG["General"]["ffmpeg_path"] - CHECK_MEDIA = int(CFG["General"]["check_Media"] + CHECK_MEDIA = int(CFG["General"]["check_Media"]) # Check for updates via GitHUB if versionCheck.CheckVersion().check_for_new_version():