mirror of
https://github.com/TRaSH-Guides/Guides.git
synced 2026-02-11 19:29:05 -06:00
Radarr CF Update 2022-04-20
- NEW: CF `[Flights (no IMAX)]` New Hybrid Remux group, had some complains about their imax releases being off, so they got a own CF (SQP). - NEW: CF `[SiC]` HQ WEBDL Hybrid group that does DV + HDR10 give it a score of `51` to give it a higher score (SQP). - Updated: CF `[FreeLeech]` Scoring from `5` to `1` to give proper/repack preference. - Updated: CF `[Repack/Proper]` Scoring from `1` to `5` to give proper/repack preference.
This commit is contained in:
35
docs/json/radarr/flights-no-imax.json
Normal file
35
docs/json/radarr/flights-no-imax.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"trash_id": "1d433e1e075704f1a8a1ae3e1c371460",
|
||||
"trash_score": "1850",
|
||||
"name": "Flights (no IMAX)",
|
||||
"includeCustomFormatWhenRenaming": false,
|
||||
"specifications": [
|
||||
{
|
||||
"name": "Flights",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "Flights"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "NOT: IMAX Enhanced",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "^(?=.*(DSNP|CORE(?=[ ._-]web[ ._-]?(dl|rip)\\b)|\\bBC(?=[ ._-]web[ ._-]?(dl|rip)\\b)|IMAX[- .]Enhanced)\\b)(?=.*\\b(IMAX|IMAX[- .]Enhanced)\\b).*"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "NOT: IMAX",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "\\bIMAX\\b"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"trash_id": "0d91270a7255a1e388fa85e959f359d8",
|
||||
"trash_score": "5",
|
||||
"trash_score": "1",
|
||||
"name": "FreeLeech",
|
||||
"includeCustomFormatWhenRenaming": false,
|
||||
"specifications": [{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"trash_id": "e7718d7a3ce595f289bfee26adc178f5",
|
||||
"trash_score": "1",
|
||||
"trash_score": "5",
|
||||
"name": "Repack/Proper",
|
||||
"includeCustomFormatWhenRenaming": false,
|
||||
"specifications": [{
|
||||
|
||||
53
docs/json/radarr/sic.json
Normal file
53
docs/json/radarr/sic.json
Normal file
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"trash_id": "8cd3ac70db7ac318cf9a0e01333940a4",
|
||||
"trash_score": "51",
|
||||
"name": "SiC",
|
||||
"includeCustomFormatWhenRenaming": false,
|
||||
"specifications": [
|
||||
{
|
||||
"name": "SiC",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "\\bSiC\\b"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "2160p",
|
||||
"implementation": "ResolutionSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": 2160
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "WEBDL",
|
||||
"implementation": "SourceSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": 7
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "HDR",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "\\bHDR(\\b|\\d)"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "DV",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "\\b(dv|dovi|dolby[ .]?vision)\\b"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -18,7 +18,7 @@
|
||||
{
|
||||
"score": 125,
|
||||
"terms": [
|
||||
"/(-BTW|-Chotab|-CiT|-DEEP|-iJP|-iT00NZ|-LAZY|-NYH|-SA89|-SIGMA|-TEPES|-TVSmash|-SDCC|-iKA|-iJP|-Cinefeel|-SPiRiT|-FC|-JETIX|-Coo7|-WELP|-KiMCHI|-BLUTONiUM|-orbitron|-ETHiCS|-RTFM|-PSiG|-MZABI|-ROCCaT|3cTWeB|playWEB|-KHN|NPMS|-END)\\b/i"
|
||||
"/(-BTW|-Chotab|-CiT|-DEEP|-iJP|-iT00NZ|-LAZY|-NYH|-SA89|-SIGMA|-TEPES|-TVSmash|-SDCC|-iKA|-iJP|-Cinefeel|-SPiRiT|-FC|-JETIX|-Coo7|-WELP|-KiMCHI|-BLUTONiUM|-orbitron|-ETHiCS|-RTFM|-PSiG|-MZABI|-ROCCaT|3cTWeB|playWEB|-KHN|NPMS|-END|-SiC)\\b/i"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
| -------------------- | ----- | ---- |
|
||||
| HQ-WEBDL | 1750 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#hq-webdl){: .header-icons target=_blank rel="noopener noreferrer" } |
|
||||
| HQ-Remux | 1900 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#hq-remux){: .header-icons target=_blank rel="noopener noreferrer" } |
|
||||
| HQ | 1800 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#hq){: .header-icons target=_blank rel="noopener noreferrer" } |
|
||||
| HQ | 1800 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#hq){: .header-icons target=_blank rel="noopener noreferrer" } |
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
| UHD (CtrlHD) | 2300 | [:octicons-link-external-16:](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/uhd-ctrlhd.json){: .header-icons target=_blank rel="noopener noreferrer" } |
|
||||
| UHD (DON) | 2300 | [:octicons-link-external-16:](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/uhd-don.json){: .header-icons target=_blank rel="noopener noreferrer" } |
|
||||
| UHD (W4NK3R) | 2300 | [:octicons-link-external-16:](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/uhd-w4nk3r.json){: .header-icons target=_blank rel="noopener noreferrer" } |
|
||||
| UHD (SPHD) | 2250 | [:octicons-link-external-16:](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/uhd-sphd.json){: .header-icons target=_blank rel="noopener noreferrer" } |
|
||||
| UHD (HQMUX) | 2200 | [:octicons-link-external-16:](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/uhd-hqmux.json){: .header-icons target=_blank rel="noopener noreferrer" } |
|
||||
| UHD (LEGi0N) | 2100 | [:octicons-link-external-16:](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/uhd-legi0n.json){: .header-icons target=_blank rel="noopener noreferrer" } |
|
||||
| UHD (WEBDV) | 1800 | [:octicons-link-external-16:](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/uhd-webdv.json){: .header-icons target=_blank rel="noopener noreferrer" } |
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
| -------------------- | ----- | ---- |
|
||||
| HQ-WEBDL | 1750 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#hq-webdl){: .header-icons target=_blank rel="noopener noreferrer" } |
|
||||
| HQ-Remux | 1900 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#hq-remux){: .header-icons target=_blank rel="noopener noreferrer" } |
|
||||
| Flights (no IMAX) | 1850 | [:octicons-link-external-16:](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/flights-no-imax.json){: .header-icons target=_blank rel="noopener noreferrer" } |
|
||||
| HQ | 0 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#hq){: .header-icons target=_blank rel="noopener noreferrer" } |
|
||||
|
||||
--8<-- "includes/cf/hq4k.md"
|
||||
|
||||
Reference in New Issue
Block a user