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/00a4add1cb68e1afff1d8d3707c071fde84caabc/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

31 lines
848 B

{
"trash_id": "f537cf427b64c38c8e36298f657e4828",
"trash_score": "-10000",
"trash_scores": {
"default": "-10000"
},
"trash_regex": "https://regex101.com/r/viarq7/4",
"name": "Scene",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Scene Groups + Naming",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "^(?=.*([_. ]WEB[_. ])(?!DL)\\b)|\\b(-CAKES|-GGEZ|-GGWP|-GLHF|-GOSSIP|-NAISU|-KOGI|-PECULATE|-SLOT|-EDITH|-ETHEL|-ELEANOR|-B2B|-SPAMnEGGS|-FTP|-DiRT|-SYNCOPY|-BAE)"
}
},
{
"name": "Not INFLATE/DEFLATE",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(INFLATE|DEFLATE)\\b"
}
}
]
}