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/760ca7b8e7d44cd295b46df98bef8d6122d55644/json/sonarr/cf/sho.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/json/sonarr/cf/sho.json

39 lines
820 B

{
"trash_id": "ae58039e1319178e6be73caab5c42166",
"trash_scores": {
"default": 50
},
"trash_regex": "https://regex101.com/r/kjPPbG/1",
"name": "SHO",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "SHOWTIME",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(sho|showtime)\\b[ ._-]web[ ._-]?(dl|rip)?\\b"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 3
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 4
}
}
]
}