This commit is contained in:
deathbybandaid 2023-01-07 11:23:52 -05:00
parent 0edf54d416
commit b4f5652cd3
2 changed files with 11 additions and 20 deletions

View File

@ -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):

View File

@ -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