Merge pull request #1144 from TRaSH-/Maintance-Release-20230206

Maintance Release 20230206
pull/1140/head
TRaSH 1 year ago committed by GitHub
commit a49bb0c09d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 %]]
```
<sub><sup>[TOP](#index)</sup>
------
## Misc
------

@ -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"
}
}
]
}

@ -1,3 +1,13 @@
# 2023-02-06 20:15
**[New]**
- [Radarr] CF `Line/Mic Dubbed`.
**[Updated]**
- [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
# 2023-02-05 20:30
**[New]**
- None

@ -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)<br>- When a IMAX Enhanced exist it will upgrade/downgrade to IMAX Enhanced.<br>- IMAX Enhanced will be **ONLY** chosen if it has the same **AUDIO** and **HDR Metadata**<br>- It won't downgrade from a `TrueHD Atmos` to a `DD+ Atmos` or from a `DV` to a `HDR`."

@ -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)<br>- When a IMAX Enhanced exist it will upgrade/downgrade to IMAX Enhanced.<br>- IMAX Enhanced will be **ONLY** chosen if it has the same **AUDIO** and **HDR Metadata**<br>- It won't downgrade from a `TrueHD Atmos` to a `DD+ Atmos` or from a `DV` to a `HDR`."

@ -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)<br>- When a IMAX Enhanced exist it will upgrade/downgrade to IMAX Enhanced.<br>- IMAX Enhanced will be **ONLY** chosen if it has the same **AUDIO** and **HDR Metadata**<br>- It won't downgrade from a `TrueHD Atmos` to a `DD+ Atmos` or from a `DV` to a `HDR`."

@ -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)<br>- When a IMAX Enhanced exist it will upgrade/downgrade to IMAX Enhanced.<br>- IMAX Enhanced will be **ONLY** chosen if it has the same **AUDIO** and **HDR Metadata**<br>- It won't downgrade from a `TrueHD Atmos` to a `DD+ Atmos` or from a `DV` to a `HDR`."

@ -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]"

Loading…
Cancel
Save