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/472adfa4ddde828b15543c983a26292f3367d310/json/radarr/cf/anime-dual-audio.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/json/radarr/cf/anime-dual-audio.json

44 lines
992 B

{
"trash_id": "4a3b087eea2ce012fcc1ce319259a3be",
"name": "Anime Dual Audio",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Dual Audio",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "dual[ ._-]?audio|[\\[(]dual[\\])]|(JA|ZH)\\+EN|EN\\+(JA|ZH)"
}
},
{
"name": "Not Single Language Only",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\[(JA|ZH)\\]"
}
},
{
"name": "Japanese Language",
"implementation": "LanguageSpecification",
"negate": false,
"required": false,
"fields": {
"value": 8
}
},
{
"name": "Chinese Language",
"implementation": "LanguageSpecification",
"negate": false,
"required": false,
"fields": {
"value": 10
}
}
]
}