Ensure all conditions work
This commit is contained in:
parent
e48af3aba1
commit
09c5bc02d9
206 changed files with 413 additions and 251 deletions
24
scripts/utils/mappings/indexer_flags.py
Normal file
24
scripts/utils/mappings/indexer_flags.py
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
INDEXER_FLAG_MAPPING = {
|
||||
"radarr": {
|
||||
1: "freeleech",
|
||||
2: "halfleech",
|
||||
4: "double_upload",
|
||||
32: "internal",
|
||||
128: "scene",
|
||||
256: "freeleech_75",
|
||||
512: "freeleech_25",
|
||||
2048: "nuked",
|
||||
8: "ptp_golden",
|
||||
16: "ptp_approved",
|
||||
},
|
||||
"sonarr": {
|
||||
1: "freeleech",
|
||||
2: "halfleech",
|
||||
4: "double_upload",
|
||||
8: "internal",
|
||||
16: "scene",
|
||||
32: "freeleech_75",
|
||||
64: "freeleech_25",
|
||||
128: "nuked",
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue