Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/commit/b76075a547c894cf12124de669dd5b8736a93052?style=split&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Added: `Extras` CF for Sonarr

pull/1349/head
Bogdan 2 years ago
parent a5672622f7
commit b76075a547

@ -466,6 +466,16 @@ Add this to your `Preferred (3)` with a score of [-10000]
------ ------
#### Optional - Dislike Extras
Add this to your `Preferred (3)` with a score of [-10000]
```bash
/(?<=\bS\d+\b).*\b(Extras|Bonus)\b/i
```
------
#### Optional - Prefer Season Packs #### Optional - Prefer Season Packs
??? question "Explanation - [CLICK TO EXPAND]" ??? question "Explanation - [CLICK TO EXPAND]"

@ -0,0 +1,18 @@
{
"trash_id": "fbcb31d8dabd2a319072b84fc0b7249c",
"trash_score": "-10000",
"trash_regex": "https://regex101.com/r/lZ9iTm/1",
"name": "Extras",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Extras",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "(?<=\\bS\\d+\\b).*\\b(Extras|Bonus)\\b"
}
}
]
}

@ -66,6 +66,10 @@
"name": "Dislike release containing: 1-", "name": "Dislike release containing: 1-",
"trash_id": "236a3626a07cacf5692c73cc947bc280", "trash_id": "236a3626a07cacf5692c73cc947bc280",
"term": "/(?<!\\d\\.)(1-.+)$/i" "term": "/(?<!\\d\\.)(1-.+)$/i"
}, {
"name": "Dislike Extras",
"trash_id": "c0a1422532bfabfa6b15bbf0eb6bcb03",
"term": "/(?<=\\bS\\d+\\b).*\\b(Extras|Bonus)\\b/i"
}] }]
}] }]
} }

Loading…
Cancel
Save