You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
TRaSH-Guides/docs/json/radarr/cf/htsr.json

36 lines
744 B

{
"trash_id": "834b2c0ba0a8596029b4479a29e1a032",
"trash_regex": "https://regex101.com/r/PNiRKh/1",
"name": "HTSR",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "Hotstar",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(HTSR|HS)\\b"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 7
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 8
}
}
]
}