diff --git a/docs/Radarr/Radarr-collection-of-custom-formats.md b/docs/Radarr/Radarr-collection-of-custom-formats.md index a610c2798..56fa93864 100644 --- a/docs/Radarr/Radarr-collection-of-custom-formats.md +++ b/docs/Radarr/Radarr-collection-of-custom-formats.md @@ -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 %]] + ``` + +[TOP](#index) + +------ + ### SDR ??? question "SDR - [CLICK TO EXPAND]" diff --git a/docs/SQP/index.md b/docs/SQP/index.md index 5596cb8e9..80c93fe34 100644 --- a/docs/SQP/index.md +++ b/docs/SQP/index.md @@ -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"} diff --git a/docs/Sonarr/sonarr-collection-of-custom-formats.md b/docs/Sonarr/sonarr-collection-of-custom-formats.md index 3bd4f64a0..ed05d4f36 100644 --- a/docs/Sonarr/sonarr-collection-of-custom-formats.md +++ b/docs/Sonarr/sonarr-collection-of-custom-formats.md @@ -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 %]] + ``` + +[TOP](#index) + +------ + ### SDR ??? question "SDR - [CLICK TO EXPAND]" diff --git a/docs/json/radarr/cf/vp9.json b/docs/json/radarr/cf/vp9.json new file mode 100644 index 000000000..046cc6b31 --- /dev/null +++ b/docs/json/radarr/cf/vp9.json @@ -0,0 +1,16 @@ +{ + "trash_id": "ae4cfaa9283a4f2150ac3da08e388723", + "name": "VP9", + "includeCustomFormatWhenRenaming": false, + "specifications": [ + { + "name": "VP9", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": true, + "fields": { + "value": "\\bVP9\\b" + } + } + ] +} diff --git a/docs/json/radarr/quality-size/sqp-streaming.json b/docs/json/radarr/quality-size/sqp-streaming.json index 157b9bffb..f62fa3c5d 100644 --- a/docs/json/radarr/quality-size/sqp-streaming.json +++ b/docs/json/radarr/quality-size/sqp-streaming.json @@ -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, diff --git a/docs/json/sonarr/cf/vp9.json b/docs/json/sonarr/cf/vp9.json new file mode 100644 index 000000000..1623fb998 --- /dev/null +++ b/docs/json/sonarr/cf/vp9.json @@ -0,0 +1,16 @@ +{ + "trash_id": "90501962793d580d011511155c97e4e5", + "name": "VP9", + "includeCustomFormatWhenRenaming": false, + "specifications": [ + { + "name": "VP9", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": true, + "fields": { + "value": "\\bVP9\\b" + } + } + ] +} diff --git a/includes/sqp/1-4k-quality-size.md b/includes/sqp/1-4k-quality-size.md index ac0310359..28705c0a7 100644 --- a/includes/sqp/1-4k-quality-size.md +++ b/includes/sqp/1-4k-quality-size.md @@ -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.