mirror of https://github.com/TRaSH-/Guides.git
39 lines
766 B
JSON
39 lines
766 B
JSON
{
|
|
"trash_id": "d34870697c9db575f17700212167be23",
|
|
"trash_scores": {
|
|
"default": 60,
|
|
"anime-sonarr": 4
|
|
},
|
|
"name": "NF",
|
|
"includeCustomFormatWhenRenaming": true,
|
|
"specifications": [
|
|
{
|
|
"name": "Netflix",
|
|
"implementation": "ReleaseTitleSpecification",
|
|
"negate": false,
|
|
"required": true,
|
|
"fields": {
|
|
"value": "\\b(nf|netflix(u?hd)?)\\b"
|
|
}
|
|
},
|
|
{
|
|
"name": "WEBDL",
|
|
"implementation": "SourceSpecification",
|
|
"negate": false,
|
|
"required": false,
|
|
"fields": {
|
|
"value": 3
|
|
}
|
|
},
|
|
{
|
|
"name": "WEBRIP",
|
|
"implementation": "SourceSpecification",
|
|
"negate": false,
|
|
"required": false,
|
|
"fields": {
|
|
"value": 4
|
|
}
|
|
}
|
|
]
|
|
}
|