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

38 lines
779 B

{
"trash_id": "0f12c086e289cf966fa5948eac571f44",
"trash_scores": {
"default": 100
},
"name": "Hybrid",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "Hybrid",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\bhybrid(\\b|\\d)"
}
},
{
"name": "Not Hybrid Release Group",
"implementation": "ReleaseGroupSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(HYBRID)\\b"
}
},
{
"name": "Bluray",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 9
}
}
]
}