TRaSH-Guides/docs/json/sonarr/cf/hulu.json

38 lines
729 B
JSON

{
"trash_id": "f6cce30f1733d5c8194222a7507909bb",
"trash_scores": {
"default": 50
},
"name": "HULU",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "Hulu",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(hulu)\\b"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 3
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 4
}
}
]
}