Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/blame/commit/75884e8121f006aee0e938d2fe4ca9701eecc7a1/json/radarr/cf/french-vf2.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/json/radarr/cf/french-vf2.json

27 lines
603 B

{
"trash_id": "29b5f7b1a5f20f64228786c3ab1bdc7d",
"trash_regex": "https://regex101.com/r/qgQMab/1",
"name": "VF2",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "VF2",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(VF2)\\b"
}
},
{
"name": "Both VFF and VFQ",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(VF(F|Q)[ .]VF(F|Q))\\b"
}
}
]
}