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/06228d3d3e59ce7269f07922930756d916168116/json/sonarr/cf/french-canal.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/json/sonarr/cf/french-canal.json

53 lines
1.1 KiB

{
"trash_id": "f27d46a831e6b16fa3fee2c4e5d10984",
"name": "CANAL+",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 3
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 4
}
},
{
"name": "CANAL+",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(C(ANAL)?[ .]?(\\+|Plus))\\b"
}
},
{
"name": "MyCANAL",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(MyCANAL)\\b"
}
},
{
"name": "Not MyCanal RlsGrp",
"implementation": "ReleaseGroupSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(MyCanal)\\b"
}
}
]
}