Ensure all conditions work
This commit is contained in:
parent
e48af3aba1
commit
09c5bc02d9
206 changed files with 413 additions and 251 deletions
22
scripts/utils/mappings/source.py
Normal file
22
scripts/utils/mappings/source.py
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
SOURCE_MAPPING = {
|
||||
"radarr": {
|
||||
1: "cam",
|
||||
2: "telesync",
|
||||
3: "telecine",
|
||||
4: "workprint",
|
||||
5: "dvd",
|
||||
6: "tv",
|
||||
7: "web_dl",
|
||||
8: "webrip",
|
||||
9: "bluray",
|
||||
},
|
||||
"sonarr": {
|
||||
1: "television",
|
||||
2: "televisionraw",
|
||||
3: "web_dl",
|
||||
4: "webrip",
|
||||
5: "dvd",
|
||||
6: "bluray",
|
||||
7: "blurayraw",
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue