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

39 lines
759 B

{
"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)\\b"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 3
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 4
}
}
]
}