[Radarr] CF `Line/Mic Dubbed`

- [Radarr] CF `Line/Mic Dubbed`.
pull/1144/head
TRaSH 2 years ago
parent 2565951017
commit 723af0056e

@ -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"
}
}
]
}
Loading…
Cancel
Save