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/2bcd9153e2c8871730cd8e85a4ff6ca876c19bea/docs/json/radarr/cf/strp.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/docs/json/radarr/cf/strp.json

35 lines
687 B

{
"trash_id": "ab56ccdc473a1f2897c76187ea365be2",
"name": "STRP",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "Star+",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(STRP)\\b"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 7
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 8
}
}
]
}