diff --git a/tdarr_inform.py b/tdarr_inform.py index c4cea14..2cc8654 100644 --- a/tdarr_inform.py +++ b/tdarr_inform.py @@ -4,11 +4,10 @@ import os import sys import requests -from .variables import expected_paths_env_variables - SCRIPT_PATH = os.path.realpath(__file__) SCRIPT_DIR = os.path.dirname(SCRIPT_PATH) +"""Edit here""" script_settings = { "tdarr": { "url": "http://tdarr-server1.ipa.dbb:8265", @@ -19,6 +18,16 @@ script_settings = { "output_level": 1 } } +"""Dont't edit below""" + +expected_paths_env_variables = { + "sonarr": { + "Download": ["sonarr_episodefile_path", "sonarr_deletedpaths"] + }, + "radarr": { + "Download": ["radarr_moviefile_path", "radarr_deletedpaths"] + }, + } def loggit(logtext, force_err=False): diff --git a/variables.py b/variables.py deleted file mode 100644 index a64d55a..0000000 --- a/variables.py +++ /dev/null @@ -1,18 +0,0 @@ - - -expected_paths_env_variables = { - "sonarr": { - "Download": ["sonarr_episodefile_path", "sonarr_deletedpaths"] - }, - "radarr": { - "Download": ["radarr_moviefile_path", "radarr_deletedpaths"] - }, - } - -# TODO rename sonarr_series_path -# radarr_moviefile_paths split | -# radarr_moviefile_previouspaths - -# TODO Delete -# sonarr_series_path -# radarr_deletedpaths