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/91f8bbe0f685a2cc057e5daa0ae15e3536899249/docs/json/sonarr/cf/tving.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/docs/json/sonarr/cf/tving.json

38 lines
760 B

{
"trash_id": "86f8d3b8761de651aa355d46d5d8db3e",
"trash_scores": {
"default": 50
},
"name": "TVING",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "TVING",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(tving)\\b[ ._-]web[ ._-]?(dl|rip)?\\b"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 3
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 4
}
}
]
}