Create SDR (no WEBDL) custom formats

- Create new SDR (no WEBDL) custom formats for Radarr and Sonarr
- Add new custom formats to the collection of custom formats tables and lists
- Tweak SDR description in custom formats lists
pull/1618/head
yammes08 7 months ago
parent 6474cd8f3c
commit a5f29ffa86

@ -82,9 +82,10 @@ I also made 3 guides related to this one.
| | [x265 (no HDR/DV)](#x265-no-hdrdv) | [VOQ](#voq) | [FR Scene Groups](#fr-scene-groups) |
| | [AV1](#av1) | [VQ](#vq) | [FR LQ](#fr-lq) |
| | [SDR](#sdr) | [VFB](#vfb) | |
| | [DV (FEL)](#dv-fel) | [VOSTFR](#vostfr) | |
| | [Line/Mic Dubbed](#linemic-dubbed) | [FanSUB](#fansub) | |
| | [HFR](#hfr) | [FastSUB](#fastsub) | |
| | [SDR (no WEBDL)](#sdr-no-webdl) | [VOSTFR](#vostfr) | |
| | [DV (FEL)](#dv-fel) | [FanSUB](#fansub) | |
| | [Line/Mic Dubbed](#linemic-dubbed) | [FastSUB](#fastsub) | |
| | [HFR](#hfr) | | |
| | [VP9](#vp9) | | |
------
@ -1248,7 +1249,7 @@ I also made 3 guides related to this one.
??? question "SDR - [Click to show/hide]"
- This will help to prevent to grab UHD/4k releases without HDR Formats.
- This will prevent grabbing UHD/4k releases without HDR Formats.
??? example "JSON - [Click to show/hide]"
@ -1260,6 +1261,22 @@ I also made 3 guides related to this one.
------
### SDR (no WEBDL)
??? question "SDR (no WEBDL) - [Click to show/hide]"
- This will prevent grabbing UHD/4k Remux and Bluray encode releases without HDR Formats - i.e., SDR WEB releases will still be allowed.
??? example "JSON - [Click to show/hide]"
```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/sdr-no-webdl.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
------
### DV FEL
??? question "DV (FEL) - [Click to show/hide]"

@ -89,9 +89,10 @@ I also made 3 guides related to this one.
| | [x265 (no HDR/DV)](#x265-no-hdrdv) | [VOQ](#voq) | [FR Anime FanSub](#fr-anime-fansub) |
| | [AV1](#av1) | [VQ](#vq) | [FR Scene Groups](#fr-scene-groups) |
| | [SDR](#sdr) | [VFB](#vfb) | [FR LQ](#fr-lq) |
| | [DV (FEL)](#dv-fel) | [VOSTFR](#vostfr) | |
| | [HFR](#hfr) | [FanSUB](#fansub) | |
| | [VP9](#vp9) | [FastSUB](#fastsub) | |
| | [SDR (no WEBDL)](#sdr-no-webdl) | [VOSTFR](#vostfr) | |
| | [DV (FEL)](#dv-fel) | [FanSUB](#fansub) | |
| | [HFR](#hfr) | [FastSUB](#fastsub) | |
| | [VP9](#vp9) | | |
------
@ -1186,6 +1187,22 @@ I also made 3 guides related to this one.
------
### SDR (no WEBDL)
??? question "SDR (no WEBDL) - [Click to show/hide]"
- This will prevent grabbing UHD/4k Remux and Bluray encode releases without HDR Formats - i.e., SDR WEB releases will still be allowed.
??? example "JSON - [Click to show/hide]"
```json
[[% filter indent(width=4) %]][[% include 'json/sonarr/cf/sdr-no-webdl.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
------
### DV FEL
??? question "DV (FEL) - [Click to show/hide]"

@ -0,0 +1,56 @@
{
"trash_id": "25c12f78430a3a23413652cbd1d48d77",
"trash_score": -10000,
"trash_scores": {
"default": -10000
},
"name": "SDR (no WEBDL)",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "2160p",
"implementation": "ResolutionSpecification",
"negate": false,
"required": true,
"fields": {
"value": 2160
}
},
{
"name": "HDR Formats",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": false,
"fields": {
"value": "\\bHDR(\\b|\\d)|\\b(dv|dovi|dolby[ .]?v(ision)?)\\b|\\b(FraMeSToR|HQMUX|SICFoI)\\b|\\b(PQ)\\b|\\bHLG(\\b|\\d)"
}
},
{
"name": "SDR",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\bSDR\\b"
}
},
{
"name": "Not WEBDL",
"implementation": "SourceSpecification",
"negate": true,
"required": true,
"fields": {
"value": 7
}
},
{
"name": "Not WEBRIP",
"implementation": "SourceSpecification",
"negate": true,
"required": true,
"fields": {
"value": 8
}
}
]
}

@ -0,0 +1,56 @@
{
"trash_id": "83304f261cf516bb208c18c54c0adf97",
"trash_score": -10000,
"trash_scores": {
"default": -10000
},
"name": "SDR (no WEBDL)",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "2160p",
"implementation": "ResolutionSpecification",
"negate": false,
"required": true,
"fields": {
"value": 2160
}
},
{
"name": "HDR Formats",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": false,
"fields": {
"value": "\\bHDR(\\b|\\d)|\\b(dv|dovi|dolby[ .]?v(ision)?)\\b|\\b(FraMeSToR|HQMUX|SICFoI)\\b|\\b(PQ)\\b|\\bHLG(\\b|\\d)"
}
},
{
"name": "SDR",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\bSDR\\b"
}
},
{
"name": "Not WEBDL",
"implementation": "SourceSpecification",
"negate": true,
"required": true,
"fields": {
"value": 3
}
},
{
"name": "Not WEBRip",
"implementation": "SourceSpecification",
"negate": true,
"required": true,
"fields": {
"value": 4
}
}
]
}
Loading…
Cancel
Save