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/601fb8ffe5dadd554e7424d15af1bde418d2f791/json/sonarr/cf/uhd-streaming-boost.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/json/sonarr/cf/uhd-streaming-boost.json

65 lines
1.3 KiB

{
"trash_id": "43b3cf48cb385cd3eac608ee6bca7f09",
"trash_scores": {
"default": 20
},
"name": "UHD Streaming Boost",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Peacock TV",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(pcok|Peacock TV)\\b"
}
},
{
"name": "Paramount+",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(pmtp|Paramount\\+)\\b"
}
},
{
"name": "Hulu",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(hulu)\\b"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 3
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 4
}
},
{
"name": "2160p",
"implementation": "ResolutionSpecification",
"negate": false,
"required": true,
"fields": {
"value": 2160
}
}
]
}