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/branch/feat/guide-sync-add-more-groups/docs/json/sonarr/cf/vdl.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/docs/json/sonarr/cf/vdl.json

38 lines
742 B

{
"trash_id": "5d2317d99af813b6529c7ebf01c83533",
"trash_scores": {
"default": 50
},
"name": "VDL",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "Videoland",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(vdl|Videoland)\\b"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 3
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 4
}
}
]
}