From 96ff1ad6ab8b60a82e1ac667a43e4fdefb029641 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Thu, 18 May 2023 08:27:30 +0200 Subject: [PATCH] [Starr] Added CF `VP9` -# 2023-05-18 08:25 **[New]** - [Starr] Added CF 'VP9' **[Updated]** - None **[Fixed]** - None --- .../Radarr-collection-of-custom-formats.md | 20 +++++++++++++++++++ .../sonarr-collection-of-custom-formats.md | 20 +++++++++++++++++++ docs/json/radarr/cf/vp9.json | 16 +++++++++++++++ docs/json/sonarr/cf/vp9.json | 16 +++++++++++++++ 4 files changed, 72 insertions(+) create mode 100644 docs/json/radarr/cf/vp9.json create mode 100644 docs/json/sonarr/cf/vp9.json 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/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/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" + } + } + ] +}