Merge pull request #1311 from TRaSH-/Starr-Added-CF-VP9

[Starr] Added CF `VP9`
pull/1312/head
TRaSH 1 year ago committed by GitHub
commit 63a56a5240
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -81,6 +81,7 @@ I also made 3 guides related to this one.
| | [DV (FEL)](#dv-fel) | [FanSUB](#fansub) | |
| | [Line/Mic Dubbed](#linemic-dubbed) | [FastSUB](#fastsub) | |
| | [HFR](#hfr) | | |
| | [VP9](#vp9) | | |
------
@ -1188,6 +1189,25 @@ I also made 3 guides related to this one.
------
### VP9
??? question "VP9 - [CLICK TO EXPAND]"
- This is a new codec and you need modern devices that support it.
- We also had reports of playback/transcoding issues.
- No main group is actually using it (yet).
- It's better to ignore this new codec to prevent compatibility issues.
??? example "JSON - [CLICK TO EXPAND]"
```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/vp9.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
------
### SDR
??? question "SDR - [CLICK TO EXPAND]"

@ -12,7 +12,7 @@ The Special Quality Profiles are Custom made and tested Quality Profile for spec
## The Following SQP are available
- [Streaming Optimized (SQP-1)](/SQP/1){:target="_blank" rel="noopener noreferrer"}
- [Streaming Optimized (SQP-1 4k)](/SQP/1-4k){:target="_blank" rel="noopener noreferrer"}
- [Streaming Optimized (SQP-1 2160p)](/SQP/1-4k){:target="_blank" rel="noopener noreferrer"}
- [UHD Remux|Bluray|IMAX-E (SQP-2)](/SQP/2){:target="_blank" rel="noopener noreferrer"}
- [UHD Remux|IMAX-E (SQP-3)](/SQP/3){:target="_blank" rel="noopener noreferrer"}
- [UHD WEBDL|IMAX-E (SQP-4)](/SQP/4){:target="_blank" rel="noopener noreferrer"}

@ -86,6 +86,7 @@ I also made 3 guides related to this one.
| | [SDR](#sdr) | [VOSTFR](#vostfr) | |
| | [DV (FEL)](#dv-fel) | [FanSUB](#fansub) | |
| | [HFR](#hfr) | [FastSUB](#fastsub) | |
| | [VP9](#vp9) | | |
------
@ -1113,6 +1114,25 @@ I also made 3 guides related to this one.
------
### VP9
??? question "VP9 - [CLICK TO EXPAND]"
- This is a new codec and you need modern devices that support it.
- We also had reports of playback/transcoding issues.
- No main group is actually using it (yet).
- It's better to ignore this new codec to prevent compatibility issues.
??? example "JSON - [CLICK TO EXPAND]"
```json
[[% filter indent(width=4) %]][[% include 'json/sonarr/cf/vp9.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
------
### SDR
??? question "SDR - [CLICK TO EXPAND]"

@ -0,0 +1,16 @@
{
"trash_id": "ae4cfaa9283a4f2150ac3da08e388723",
"name": "VP9",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "VP9",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\bVP9\\b"
}
}
]
}

@ -38,6 +38,18 @@
"preferred": 153,
"max": 154
},
{
"quality": "WEBDL-2160p",
"min": 34.5,
"preferred": 399,
"max": 400
},
{
"quality": "WEBRip-2160p",
"min": 34.5,
"preferred": 399,
"max": 400
},
{
"quality": "Bluray-2160p",
"min": 102,

@ -0,0 +1,16 @@
{
"trash_id": "90501962793d580d011511155c97e4e5",
"name": "VP9",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "VP9",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\bVP9\\b"
}
}
]
}

@ -11,6 +11,8 @@
| {{ radarr['quality-size']['sqp-streaming']['qualities'][4]['quality'] }} | {{ radarr['quality-size']['sqp-streaming']['qualities'][4]['min'] }} | {{ radarr['quality-size']['sqp-streaming']['qualities'][4]['max'] }} |
| {{ radarr['quality-size']['sqp-streaming']['qualities'][5]['quality'] }} | {{ radarr['quality-size']['sqp-streaming']['qualities'][5]['min'] }} | {{ radarr['quality-size']['sqp-streaming']['qualities'][5]['max'] }} |
| {{ radarr['quality-size']['sqp-streaming']['qualities'][6]['quality'] }} | {{ radarr['quality-size']['sqp-streaming']['qualities'][6]['min'] }} | {{ radarr['quality-size']['sqp-streaming']['qualities'][6]['max'] }} |
| {{ radarr['quality-size']['sqp-streaming']['qualities'][7]['quality'] }} | {{ radarr['quality-size']['sqp-streaming']['qualities'][7]['min'] }} | {{ radarr['quality-size']['sqp-streaming']['qualities'][7]['max'] }} |
| {{ radarr['quality-size']['sqp-streaming']['qualities'][8]['quality'] }} | {{ radarr['quality-size']['sqp-streaming']['qualities'][8]['min'] }} | {{ radarr['quality-size']['sqp-streaming']['qualities'][8]['max'] }} |
The reason why you don't see the `Preferred` score in the table above is because we want max quality anyway. So set it as high as possible.

Loading…
Cancel
Save