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/f182bdc582c9035c31289246794b0831710bb483/json/sonarr/rp/visorakAnimeOne.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/json/sonarr/rp/visorakAnimeOne.json

28 lines
513 B

{
"name": "Anime - First release profile",
"trash_id": "d428eda85af1df8904b4bbe4fc2f537c",
"community_id": "Visorak",
"includePreferredWhenRenaming": true,
"required": [],
"preferred": [{
"score": 1000,
"terms": [
"/(uncut|unrated|uncensored|\\b(AT[-_. ]?X)\\b)/i"
]
},
{
"score": 500,
"terms": [
"/(multi[ ._-]?audio)/i"
]
},
{
"score": 0,
"terms": [
"/(dual[ ._-]?audio)/i"
]
}
],
"ignored": []
}