Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/src/commit/6b454d61b4e09e830dacb5584fe34e8e8658dda8/json/sonarr/cf/pmtp.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/json/sonarr/cf/pmtp.json

38 lines
748 B

{
"trash_id": "c67a75ae4a1715f2bb4d492755ba4195",
"trash_scores": {
"default": 60
},
"name": "PMTP",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "Paramount+",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(pmtp|Paramount\\+)\\b"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 3
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 4
}
}
]
}