From b92386462f044156f4c7e0fa18801ebe435956c9 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Mon, 6 Feb 2023 19:20:41 +0100 Subject: [PATCH 1/4] Maintance Release 20230206 # 2023-02-06 19:20 **[New]** - None **[Updated]** - None **[Fixed]** - None --- docs/updates.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/updates.txt b/docs/updates.txt index fecfff2f7..ebb4cc8cd 100644 --- a/docs/updates.txt +++ b/docs/updates.txt @@ -1,3 +1,13 @@ +# 2023-02-06 19:20 +**[New]** +- None + +**[Updated]** +- None + +**[Fixed]** +- None + # 2023-02-05 20:30 **[New]** - None From 2565951017dd88ae327184383db450d4590cc9a9 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Mon, 6 Feb 2023 19:28:53 +0100 Subject: [PATCH 2/4] [SQP 2-5] Add optional to also accept HD WEBDL without DV/HDR - [SQP 2-5] Added optional to also accept 1080p WEBDL without DV/HDR, if you're only running 1 Radarr so you will also get the HD release if there is no UHD version. --- includes/sqp/2-workflow.md | 2 +- includes/sqp/3-workflow.md | 2 +- includes/sqp/4-workflow.md | 2 +- includes/sqp/5-workflow.md | 2 +- includes/sqp/uhd-radarr-misc.md | 1 + 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/includes/sqp/2-workflow.md b/includes/sqp/2-workflow.md index 171486e1e..d57af1206 100644 --- a/includes/sqp/2-workflow.md +++ b/includes/sqp/2-workflow.md @@ -15,7 +15,7 @@ **When no 4k exist it will grab the following:** - - 1080p WEBDL with DV/HDR + - 1080p WEBDL with DV/HDR (*optional also 1080p WEBDL without DV/HDR*) - 1080p Remux !!! info "[*Optional*] IMAX Enhanced (IMAX-E)
- When a IMAX Enhanced exist it will upgrade/downgrade to IMAX Enhanced.
- IMAX Enhanced will be **ONLY** chosen if it has the same **AUDIO** and **HDR Metadata**
- It won't downgrade from a `TrueHD Atmos` to a `DD+ Atmos` or from a `DV` to a `HDR`." diff --git a/includes/sqp/3-workflow.md b/includes/sqp/3-workflow.md index e894390f5..ed34da316 100644 --- a/includes/sqp/3-workflow.md +++ b/includes/sqp/3-workflow.md @@ -14,7 +14,7 @@ **When no 4k exist it will grab the following:** - - 1080p WEBDL with DV/HDR + - 1080p WEBDL with DV/HDR (*optional also 1080p WEBDL without DV/HDR*) - 1080p Remux !!! info "[*Optional*] IMAX Enhanced (IMAX-E)
- When a IMAX Enhanced exist it will upgrade/downgrade to IMAX Enhanced.
- IMAX Enhanced will be **ONLY** chosen if it has the same **AUDIO** and **HDR Metadata**
- It won't downgrade from a `TrueHD Atmos` to a `DD+ Atmos` or from a `DV` to a `HDR`." diff --git a/includes/sqp/4-workflow.md b/includes/sqp/4-workflow.md index 2de9ccf1b..4ad226acb 100644 --- a/includes/sqp/4-workflow.md +++ b/includes/sqp/4-workflow.md @@ -13,7 +13,7 @@ **When no 4k exist it will grab the following:** - - 1080p WEBDL with DV/HDR + - 1080p WEBDL with DV/HDR (*optional also 1080p WEBDL without DV/HDR*) - 1080p Remux !!! info "[*Optional*] IMAX Enhanced (IMAX-E)
- When a IMAX Enhanced exist it will upgrade/downgrade to IMAX Enhanced.
- IMAX Enhanced will be **ONLY** chosen if it has the same **AUDIO** and **HDR Metadata**
- It won't downgrade from a `TrueHD Atmos` to a `DD+ Atmos` or from a `DV` to a `HDR`." diff --git a/includes/sqp/5-workflow.md b/includes/sqp/5-workflow.md index c51fcbc3d..d487083c9 100644 --- a/includes/sqp/5-workflow.md +++ b/includes/sqp/5-workflow.md @@ -16,7 +16,7 @@ **When no 4k exist it will grab the following:** - - 1080p WEBDL with DV/HDR + - 1080p WEBDL with DV/HDR (*optional also 1080p WEBDL without DV/HDR*) - 1080p Remux !!! info "[*Optional*] IMAX Enhanced (IMAX-E)
- When a IMAX Enhanced exist it will upgrade/downgrade to IMAX Enhanced.
- IMAX Enhanced will be **ONLY** chosen if it has the same **AUDIO** and **HDR Metadata**
- It won't downgrade from a `TrueHD Atmos` to a `DD+ Atmos` or from a `DV` to a `HDR`." diff --git a/includes/sqp/uhd-radarr-misc.md b/includes/sqp/uhd-radarr-misc.md index fca35d338..40d458d2a 100644 --- a/includes/sqp/uhd-radarr-misc.md +++ b/includes/sqp/uhd-radarr-misc.md @@ -9,6 +9,7 @@ Breakdown and Why - `x264` has a score of `-10000` because we only want the HDR/DV versions of the `WEBDL-1080p` + - if you're only running 1 Radarr, You might want to remove the `x264`CF so you will also get the HD release if there is no UHD version. ??? tip "Proper and Repacks - [CLICK TO EXPAND]" From 723af0056ee5858fd0f37135daaee5960fe6a576 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Mon, 6 Feb 2023 20:06:37 +0100 Subject: [PATCH 3/4] [Radarr] CF `Line/Mic Dubbed` - [Radarr] CF `Line/Mic Dubbed`. --- .../Radarr-collection-of-custom-formats.md | 19 +++++++++++++ docs/json/radarr/cf/line-mic-dubbed.json | 27 +++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 docs/json/radarr/cf/line-mic-dubbed.json diff --git a/docs/Radarr/Radarr-collection-of-custom-formats.md b/docs/Radarr/Radarr-collection-of-custom-formats.md index dc8fefd8f..b68c1604d 100644 --- a/docs/Radarr/Radarr-collection-of-custom-formats.md +++ b/docs/Radarr/Radarr-collection-of-custom-formats.md @@ -78,6 +78,7 @@ I also made 3 guides related to this one. | | [AV1](#av1) | [VOSTFR](#vostfr) | [FR LQ](#fr-lq) | | | [SDR](#sdr) | | | | | [DV (FEL)](#dv-fel) | | | +| | [Line/Mic Dubbed](#linemic-dubbed) | | | ------ @@ -1185,6 +1186,24 @@ I also made 3 guides related to this one. ------ +### Line/Mic Dubbed + +??? question "Line/Mic Dubbed - [CLICK TO EXPAND]" + + - This seems to be often used with German releases, and this will block the low quality audio. + - Line Dubbed = Sound extracted in the cinema by cable. + - Mic Dubbed = Sound extracted in the cinema by a microphone. + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/cf/line-mic-dubbed.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +------ + ## Misc ------ diff --git a/docs/json/radarr/cf/line-mic-dubbed.json b/docs/json/radarr/cf/line-mic-dubbed.json new file mode 100644 index 000000000..88c56a1b9 --- /dev/null +++ b/docs/json/radarr/cf/line-mic-dubbed.json @@ -0,0 +1,27 @@ +{ + "trash_id": "c465ccc73923871b3eb1802042331306", + "trash_score": "-10000", + "trash_regex": "https://regex101.com/r/6vHBAD/1", + "name": "Line/Mic Dubbed", + "includeCustomFormatWhenRenaming": false, + "specifications": [ + { + "name": "Line Dubbed", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(LD|AC3LD|Line[ .-]?Dubbed)\\b" + } + }, + { + "name": "Mic Dubbed", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(MD|AC3MD|Mic[ .-]?Dubbed)\\b" + } + } + ] +} From 29e501aa259113b73209c3e56c468fb88b898ba4 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Mon, 6 Feb 2023 21:38:42 +0100 Subject: [PATCH 4/4] Update updates.txt # 2023-02-06 20:15 --- docs/updates.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/updates.txt b/docs/updates.txt index ebb4cc8cd..d31c81ea0 100644 --- a/docs/updates.txt +++ b/docs/updates.txt @@ -1,9 +1,9 @@ -# 2023-02-06 19:20 +# 2023-02-06 20:15 **[New]** -- None +- [Radarr] CF `Line/Mic Dubbed`. **[Updated]** -- None +- [SQP 2-5] Added optional to also accept 1080p WEBDL without DV/HDR, if you're only running 1 Radarr so you will also get the HD release if there is no UHD version. **[Fixed]** - None