From 14c03066fb4ac5b1d2dfc513242f888dc653a4b1 Mon Sep 17 00:00:00 2001 From: owine Date: Fri, 4 Nov 2022 10:46:33 -0500 Subject: [PATCH 1/6] Radarr CF: Add AV1 --- docs/json/radarr/cf/av1.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/json/radarr/cf/av1.json diff --git a/docs/json/radarr/cf/av1.json b/docs/json/radarr/cf/av1.json new file mode 100644 index 000000000..70c6743f7 --- /dev/null +++ b/docs/json/radarr/cf/av1.json @@ -0,0 +1,16 @@ +{ + "trash_id": "cae4ca30163749b891686f95532519bd", + "name": "AV1", + "includeCustomFormatWhenRenaming": false, + "specifications": [ + { + "name": "AV1", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": true, + "fields": { + "value": "\\bAV1\\b" + } + } + ] +} \ No newline at end of file From 3224200bcb67c09ae2880194fb6483dbf0f0d669 Mon Sep 17 00:00:00 2001 From: owine Date: Fri, 4 Nov 2022 10:46:41 -0500 Subject: [PATCH 2/6] Sonarr CF: Add AV1 --- docs/json/sonarr/cf/av1.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/json/sonarr/cf/av1.json diff --git a/docs/json/sonarr/cf/av1.json b/docs/json/sonarr/cf/av1.json new file mode 100644 index 000000000..70c6743f7 --- /dev/null +++ b/docs/json/sonarr/cf/av1.json @@ -0,0 +1,16 @@ +{ + "trash_id": "cae4ca30163749b891686f95532519bd", + "name": "AV1", + "includeCustomFormatWhenRenaming": false, + "specifications": [ + { + "name": "AV1", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": true, + "fields": { + "value": "\\bAV1\\b" + } + } + ] +} \ No newline at end of file From 93ae98dcad3353768598c4bbe009d5baf48d3df8 Mon Sep 17 00:00:00 2001 From: owine Date: Fri, 4 Nov 2022 10:46:49 -0500 Subject: [PATCH 3/6] Sonarr RP Optionals: Add AV1 --- docs/json/sonarr/rp/optionals.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/json/sonarr/rp/optionals.json b/docs/json/sonarr/rp/optionals.json index d9240d2bf..5e4459fb7 100644 --- a/docs/json/sonarr/rp/optionals.json +++ b/docs/json/sonarr/rp/optionals.json @@ -21,6 +21,10 @@ "name": "Dislike Bad Dual Audio Groups", "trash_id": "538bad00ee6f8aced8e0db5218b8484c", "term": "/\\b(-alfaHD|-BAT|-BNd|-C\\.A\\.A|-Cory|-FF|-FOXX|-G4RiS|-GUEIRA|-N3G4N|-PD|-RiPER|-RK|-SiGLA|-Tars|-WTV|-Yatogam1|-YusukeFLA)\\b/i" + }, { + "name": "Dislike AV1", + "trash_id": "cae4ca30163749b891686f95532519bd", + "term": "/\bAV1\b/i" }], "required": [], "preferred": [{ From 9abf4dcacb5871c78ebb23960ff380d18ae258b2 Mon Sep 17 00:00:00 2001 From: owine Date: Fri, 4 Nov 2022 10:48:46 -0500 Subject: [PATCH 4/6] newlines --- docs/json/radarr/cf/av1.json | 2 +- docs/json/sonarr/cf/av1.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/json/radarr/cf/av1.json b/docs/json/radarr/cf/av1.json index 70c6743f7..a6bc3c2f1 100644 --- a/docs/json/radarr/cf/av1.json +++ b/docs/json/radarr/cf/av1.json @@ -13,4 +13,4 @@ } } ] -} \ No newline at end of file +} diff --git a/docs/json/sonarr/cf/av1.json b/docs/json/sonarr/cf/av1.json index 70c6743f7..a6bc3c2f1 100644 --- a/docs/json/sonarr/cf/av1.json +++ b/docs/json/sonarr/cf/av1.json @@ -13,4 +13,4 @@ } } ] -} \ No newline at end of file +} From 6d9fef48c8d9fd7c0bcd7a8f6162020e927f94f6 Mon Sep 17 00:00:00 2001 From: owine Date: Fri, 4 Nov 2022 11:34:39 -0500 Subject: [PATCH 5/6] Fix hashcode --- docs/json/sonarr/cf/av1.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/json/sonarr/cf/av1.json b/docs/json/sonarr/cf/av1.json index a6bc3c2f1..b4c45d80b 100644 --- a/docs/json/sonarr/cf/av1.json +++ b/docs/json/sonarr/cf/av1.json @@ -1,5 +1,5 @@ { - "trash_id": "cae4ca30163749b891686f95532519bd", + "trash_id": "15a05bc7c1a36e2b57fd628f8977e2fc", "name": "AV1", "includeCustomFormatWhenRenaming": false, "specifications": [ From 6b54fb708105eba4f1732f56d9c2c5a330f663ed Mon Sep 17 00:00:00 2001 From: TRaSH Date: Fri, 4 Nov 2022 21:23:01 +0100 Subject: [PATCH 6/6] Added: AV1 to Guide + Table - Added: AV1 to Guide + Table - Fixed: consistent in wording --- .../Radarr-collection-of-custom-formats.md | 22 ++++++++++++++++++- docs/Sonarr/Sonarr-Release-Profile-RegEx.md | 15 +++++++++++++ .../sonarr-collection-of-custom-formats.md | 20 +++++++++++++++++ docs/json/sonarr/rp/optionals.json | 6 ++--- 4 files changed, 59 insertions(+), 4 deletions(-) diff --git a/docs/Radarr/Radarr-collection-of-custom-formats.md b/docs/Radarr/Radarr-collection-of-custom-formats.md index 1b5b092cc..fbc0a94fc 100644 --- a/docs/Radarr/Radarr-collection-of-custom-formats.md +++ b/docs/Radarr/Radarr-collection-of-custom-formats.md @@ -74,7 +74,7 @@ I also made 3 guides related to this one. | [Dutch Groups](#dutch-groups) | [Retags](#retags) | [VFQ](#vfq) | [FR WEB Tier 01](#fr-web-tier-01) | | [FreeLeech](#freeleech) | [Scene](#scene) | [VQ](#vq) | [FR WEB Tier 02](#fr-web-tier-02) | | | [x265 (no HDR/DV)](#x265-no-hdrdv) | [VFB](#vfb) | [FR Scene Groups](#fr-scene-groups) | -| | | [VOSTFR](#vostfr) | [FR LQ](#fr-lq) | +| | [AV1](#av1) | [VOSTFR](#vostfr) | [FR LQ](#fr-lq) | ------ @@ -1056,6 +1056,7 @@ I also made 3 guides related to this one. [TOP](#index) ------ + ### Scene ??? faq "Scene - [CLICK TO EXPAND]" @@ -1096,6 +1097,25 @@ I also made 3 guides related to this one. ------ +### AV1 + +??? faq "AV1 - [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/scene.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +------ + ## Misc ------ diff --git a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md index 192f7652e..18810017f 100644 --- a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md +++ b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md @@ -541,6 +541,21 @@ Add this to your `Must not contain (2)` /\b(-alfaHD|-BAT|-BNd|-C\.A\.A|-Cory|-FF|-FOXX|-G4RiS|-GUEIRA|-N3G4N|-PD|-RiPER|-RK|-SiGLA|-Tars|-WTV|-Yatogam1|-YusukeFLA)\b/i ``` +#### Optional - Ignore AV1 + +??? question "WHY ? - [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. + +Add this to your `Must not contain (2)` + +```bash +/\bAV1\b/i +``` + ------ ### A little explanation of the scores and why diff --git a/docs/Sonarr/sonarr-collection-of-custom-formats.md b/docs/Sonarr/sonarr-collection-of-custom-formats.md index f2aa9a0c2..7ed991290 100644 --- a/docs/Sonarr/sonarr-collection-of-custom-formats.md +++ b/docs/Sonarr/sonarr-collection-of-custom-formats.md @@ -77,6 +77,7 @@ I also made 3 guides related to this one. | [x265](#x265) | [Scene](#scene) |   |   | | | [Season Packs](#season-pack) |   |   | | | [x265 (no HDR/DV)](#x265-no-hdrdv) |   |   | +| | [AV1](#av1) |   |   | ------ @@ -1078,6 +1079,25 @@ I also made 3 guides related to this one. ------ +### AV1 + +??? faq "AV1 - [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/scene.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +------ + ## HQ Source Groups ------ diff --git a/docs/json/sonarr/rp/optionals.json b/docs/json/sonarr/rp/optionals.json index 5e4459fb7..0a2b94fcd 100644 --- a/docs/json/sonarr/rp/optionals.json +++ b/docs/json/sonarr/rp/optionals.json @@ -18,12 +18,12 @@ "trash_id": "5bc23c3a055a1a5d8bbe4fb49d80e0cb", "term": "/^(?!.*(web[ ]dl|-deflate|-inflate))(?=.*([_. ]WEB[_. ]|-CAKES\\b|-GGEZ\\b|-GGWP\\b|-GLHF\\b|-GOSSIP\\b|-KOGI\\b|-PECULATE\\b)).*/i" }, { - "name": "Dislike Bad Dual Audio Groups", + "name": "Ignore Bad Dual Audio Groups", "trash_id": "538bad00ee6f8aced8e0db5218b8484c", "term": "/\\b(-alfaHD|-BAT|-BNd|-C\\.A\\.A|-Cory|-FF|-FOXX|-G4RiS|-GUEIRA|-N3G4N|-PD|-RiPER|-RK|-SiGLA|-Tars|-WTV|-Yatogam1|-YusukeFLA)\\b/i" }, { - "name": "Dislike AV1", - "trash_id": "cae4ca30163749b891686f95532519bd", + "name": "Ignore AV1", + "trash_id": "4861d8238f9234606df6721df6e27deb", "term": "/\bAV1\b/i" }], "required": [],