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

28 lines
719 B

{
"trash_id": "f537cf427b64c38c8e36298f657e4828",
"trash_score": "-10000",
"trash_regex": "https://regex101.com/r/viarq7/1",
"name": "Scene",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Scene Groups + Naming",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "^(?=.*([_. ]WEB[_. ]))|\\b(-CAKES|-GGEZ|-GGWP|-GLHF|-GOSSIP|-KOGI|-PECULATE|-SLOT)"
}
},
{
"name": "Not INFLATE/DEFLATE",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(INFLATE|DEFLATE)\\b"
}
}
]
}