feat(Starr) add NEW CF `INTERNAL` (#1704)

pull/1708/head
TRaSH 5 months ago committed by GitHub
parent 2d45ccbf0d
commit 9fc42a6218
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -91,6 +91,7 @@ I also made 3 guides related to this one.
| | [Line/Mic Dubbed](#linemic-dubbed) | [FastSUB](#fastsub) | |
| | [HFR](#hfr) | | |
| | [VP9](#vp9) | | |
| | [Internal](#internal) | | |
------
@ -1289,6 +1290,23 @@ I also made 3 guides related to this one.
------
### Internal
??? question "Internal - [Click to show/hide]"
- For those that prefer scene releases may want to boost internals as they generally have higher settings that may not conform to ruleset.
- In some rare cases P2P use also INTERNAL.
??? example "JSON - [Click to show/hide]"
```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/internal.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
------
### SDR
??? question "SDR - [Click to show/hide]"

@ -99,6 +99,7 @@ I also made 3 guides related to this one.
| | [DV (Disk)](#dv-disk) | [FanSUB](#fansub) | |
| | [HFR](#hfr) | [FastSUB](#fastsub) | |
| | [VP9](#vp9) | | |
| | [Internal](#internal) | | |
------
@ -1218,6 +1219,23 @@ I also made 3 guides related to this one.
------
### Internal
??? question "Internal - [Click to show/hide]"
- For those that prefer scene releases may want to boost internals as they generally have higher settings that may not conform to ruleset.
- In some rare cases P2P use also INTERNAL.
??? example "JSON - [Click to show/hide]"
```json
[[% filter indent(width=4) %]][[% include 'json/sonarr/cf/internal.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
------
### SDR
??? question "SDR - [Click to show/hide]"

@ -0,0 +1,20 @@
{
"trash_id": "182fa1c42a2468f8488e6dcf75a81b81",
"trash_scores": {
"default": 10
},
"trash_regex": "https://regex101.com/r/T7vznB/1",
"name": "INTERNAL",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "INTERNAL",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(INTERNAL)\\b"
}
}
]
}

@ -0,0 +1,20 @@
{
"trash_id": "5ab46ff851b76c337e13e81a4353875f",
"trash_scores": {
"default": 10
},
"trash_regex": "https://regex101.com/r/T7vznB/1",
"name": "INTERNAL",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "INTERNAL",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(INTERNAL)\\b"
}
}
]
}
Loading…
Cancel
Save