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/59cda44a57ca3caca0fd6468e25a48ea046a0f2f/json/radarr/cf/masters-of-cinema.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/json/radarr/cf/masters-of-cinema.json

30 lines
645 B

{
"trash_id": "9d27d9d2181838f76dee150882bdc58c",
"trash_score": 25,
"trash_scores": {
"default": 25
},
"name": "Masters of Cinema",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "Masters of Cinema",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(Masters[ .-]?Of[ .-]?Cinema)(\\b|\\d)"
}
},
{
"name": "MoC",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(MoC)\\b"
}
}
]
}