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

47 lines
899 B
JSON

{
"trash_id": "44a8ee6403071dd7b8a3a8dd3fe8cb20",
"trash_scores": {
"default": 3
},
"name": "VRV",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "VRV",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(VRV)\\b"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 3
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 4
}
},
{
"name": "WEB",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 1
}
}
]
}