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/69292af7c1a5a2c1a50a417a269fdc565abe046f/docs/json/sonarr/cf/x264.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/docs/json/sonarr/cf/x264.json

26 lines
532 B

3 years ago
{
"trash_id": "cddfb4e32db826151d97352b8e37c648",
3 years ago
"name": "x264",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "x|h264",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "[xh][ ._-]?264|\\bAVC(\\b|\\d)"
3 years ago
}
},
{
"name": "Not Remux",
"implementation": "SourceSpecification",
"negate": true,
"required": true,
"fields": {
"value": 7
}
}
3 years ago
]
}