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/33483a6b565123442ab6c7db00bdf981cb635fcb/docs/json/sonarr/cf/german-bluray-tier-03.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/docs/json/sonarr/cf/german-bluray-tier-03.json

38 lines
765 B

{
"trash_id": "d8f8e1539827967e0e564833e6c08d33",
"trash_scores": {
"default": 2800
},
"name": "German Bluray Tier 03",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "RobertDeNiro",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(RobertDeNiro)$"
}
},
{
"name": "Bluray",
"implementation": "SourceSpecification",
"negate": false,
"required": true,
"fields": {
"value": 6
}
},
{
"name": "Not REMUX",
"implementation": "SourceSpecification",
"negate": true,
"required": true,
"fields": {
"value": 7
}
}
]
}