19 lines
621 B
Python
19 lines
621 B
Python
|
|
|
|
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
|