Merge pull request #741 from TRaSH-/Widowmaker-cleanup-and-fixes

[Widowmaker] cleanup and fixes
pull/745/head
TRaSH 2 years ago committed by GitHub
commit f9e3d6b750
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -64,16 +64,16 @@ I also made 3 guides related to this one.
------
| Misc |   |   |   |
| ------------------------------- | ------ | ------ | ------ |
| [FreeLeech](#freeleech) |   |   |   |
| [MPEG2](#mpeg2) |   |   |   |
| [Multi](#multi) |   |   |   |
| [Repack/Proper](#repack-proper) |   |   |   |
| [Repack v2](#repack-v2) |   |   |   |
| [Repack v3](#repack-v3) |   |   |   |
| [x264](#x264) |   |   |   |
| [x265](#x265) |   |   |   |
| Misc | Misc |   |   |
| ------------------------------- | ---------------------------- | ------ | ------ |
| [FreeLeech](#freeleech) | [Season Packs](#season-pack) |   |   |
| [MPEG2](#mpeg2) | [Scene](#scene) |   |   |
| [Multi](#multi) |   |   |   |
| [Repack/Proper](#repack-proper) |   |   |   |
| [Repack v2](#repack-v2) |   |   |   |
| [Repack v3](#repack-v3) |   |   |   |
| [x264](#x264) |   |   |   |
| [x265](#x265) |   |   |   |
------
@ -684,7 +684,7 @@ I also made 3 guides related to this one.
------
## Movie Versions
## Series Versions
------
@ -1010,6 +1010,47 @@ I also made 3 guides related to this one.
------
### Season Pack
??? faq "Season Pack - [CLICK TO EXPAND]"
This Custom Format can be used depending if you prefer or not prefer a season pack
- Give it a score of `10` if you prefer a season pack.
- Give it a score of `-10000` if you don't prefer a season pack.
- `/\bS\d+\b(?!E\d+\b)/i` season packs are preferred: however, given the folder name is ignored the error/warning/issue occurs as the file names would not be a season pack of course.
- keep in mind this is the only way to prefer season packs if you have preferred words due to the long standing bug => Preferred Words overrule season pack preference [Sonarr/Sonarr#3562](https://github.com/Sonarr/Sonarr/issues/3562){:target="_blank" rel="noopener noreferrer"}
!!! danger "WARNING"
- This Custom Format could result in a download loop :bangbang:
- This will upgrade also your already downloaded single episodes :bangbang:
??? example "JSON - [CLICK TO EXPAND]"
```json
[[% filter indent(width=4) %]][[% include 'json/sonarr/cf/season-pack.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
------
### Scene
??? faq "Scene - [CLICK TO EXPAND]"
This Custom Format will try to recognize so called Scene releases, depending on your preferences you can give it a negative score `-10000` or a positive score or just don't add it all.
??? example "JSON - [CLICK TO EXPAND]"
```json
[[% filter indent(width=4) %]][[% include 'json/sonarr/cf/scene.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
------
### FreeLeech
??? faq "FreeLeech - [CLICK TO EXPAND]"

@ -3,12 +3,12 @@
"name": "x264",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "x264",
"name": "x|h264",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "[xh][ .]?264|\\bAVC(\\b|\\d)"
"value": "[xh][ ._-]?264|\\bAVC(\\b|\\d)"
}
},
{

@ -10,7 +10,7 @@
"negate": false,
"required": true,
"fields": {
"value": "[xh][ .]?265|\\bHEVC(\\b|\\d)"
"value": "[xh][ ._-]?265|\\bHEVC(\\b|\\d)"
}
},
{

@ -10,7 +10,7 @@
"negate": false,
"required": true,
"fields": {
"value": "[xh][ .]?265|\\bHEVC(\\b|\\d)"
"value": "[xh][ ._-]?265|\\bHEVC(\\b|\\d)"
}
},
{

@ -3,12 +3,12 @@
"name": "x265",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "x265",
"name": "x|h265",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "[xh][ .]?265|\\bHEVC(\\b|\\d)"
"value": "[xh][ ._-]?265|\\bHEVC(\\b|\\d)"
}
},
{

@ -1,5 +1,5 @@
{
"trash_id": "xxx",
"trash_id": "27954b0a80aab882522a88a4d9eae1cd",
"trash_score": "1500",
"name": "DV SDR",
"includeCustomFormatWhenRenaming": false,

@ -1,5 +1,5 @@
{
"trash_id": "xxx",
"trash_id": "2a7e3be05d3861d6df7171ec74cad727",
"trash_score": "500",
"name": "PQ",
"includeCustomFormatWhenRenaming": false,
@ -23,21 +23,21 @@
}
},
{
"name": "Not HDR10+",
"name": "Not HDR10",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bHDR10Plus|HDR10(\\b\\+)"
"value": "\\bHDR10(\\b[^+|Plus])"
}
},
{
"name": "Not HDR10",
"name": "Not HDR10+",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bHDR10(\\b[^+|Plus])"
"value": "\\bHDR10Plus|HDR10(\\b\\+)"
}
},
{

@ -1,4 +1,6 @@
{
"trash_id": "3ac5d84fce98bab1b531393e9c82f467",
"trash_score": "90",
"name": "QIBI",
"includeCustomFormatWhenRenaming": true,
"specifications": [

@ -1,6 +1,6 @@
{
"trash_id": "44e7c4de10ae50265753082e5dc76047",
"trash_score": "12",
"trash_score": "13",
"name": "Repack v3",
"includeCustomFormatWhenRenaming": false,
"specifications": [

@ -1,6 +1,6 @@
{
"trash_id": "d0c516558625b04b363fa6c5c2c7cfd4",
"trash_score": "180",
"trash_score": "1800",
"name": "WEB Scene",
"includeCustomFormatWhenRenaming": false,
"specifications": [

@ -1,6 +1,6 @@
{
"trash_id": "d84935abd3f8556dcd51d4f27e22d0a6",
"trash_score": "1650",
"trash_score": "1600",
"name": "WEB Tier 03",
"includeCustomFormatWhenRenaming": false,
"specifications": [

@ -1,24 +1,25 @@
{
"trash_id": "2899d84dc9372de3408e6d8cc18e9666",
"trash_id": "cddfb4e32db826151d97352b8e37c648",
"name": "x264",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "x264",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "[xh][ .]?264|\\bAVC(\\b|\\d)"
}
},
{
"name": "Remux",
"implementation": "QualityModifierSpecification",
"negate": true,
"required": true,
"fields": {
"value": 5
}
"specifications": [
{
"name": "x|h264",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "[xh][ ._-]?264|\\bAVC(\\b|\\d)"
}
},
{
"name": "Not Remux",
"implementation": "SourceSpecification",
"negate": true,
"required": true,
"fields": {
"value": 7
}
}
]
}

@ -10,7 +10,7 @@
"negate": false,
"required": true,
"fields": {
"value": "[xh][ .]?265|\\bHEVC(\\b|\\d)"
"value": "[xh][ ._-]?265|\\bHEVC(\\b|\\d)"
}
},
{

@ -10,7 +10,7 @@
"negate": false,
"required": true,
"fields": {
"value": "[xh][ .]?265|\\bHEVC(\\b|\\d)"
"value": "[xh][ ._-]?265|\\bHEVC(\\b|\\d)"
}
},
{

@ -1,24 +1,26 @@
{
"trash_id": "9170d55c319f4fe40da8711ba9d8050d",
"trash_id": "c9eafd50846d299b862ca9bb6ea91950",
"name": "x265",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "x265",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "[xh][ .]?265|\\bHEVC(\\b|\\d)"
}
},
{
"name": "Remux",
"implementation": "QualityModifierSpecification",
"negate": true,
"required": true,
"fields": {
"value": 5
}
"specifications": [
{
"name": "x|h265",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "[xh][ ._-]?265|\\bHEVC(\\b|\\d)"
}
},
{
"name": "Not Remux",
"implementation": "SourceSpecification",
"negate": true,
"required": true,
"fields": {
"value": 7
}
}
]
}

@ -1,10 +1,10 @@
??? summary "HQ 4k Encodes - [CLICK TO EXPAND]"
| Custom Format | Score | Trash ID |
| ----------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------- | -------------------------------------- |
| [{{ radarr['cf']['uhd-ctrlhd']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/uhd-ctrlhd.json) | {{ radarr['cf']['uhd-ctrlhd']['trash_score'] }} | {{ radarr['cf']['uhd-ctrlhd']['trash_id'] }} |
| [{{ radarr['cf']['uhd-don']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/uhd-don.json) | {{ radarr['cf']['uhd-don']['trash_score'] }} | {{ radarr['cf']['uhd-don']['trash_id'] }} |
| [{{ radarr['cf']['uhd-w4nk3r']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/uhd-w4nk3r.json) | {{ radarr['cf']['uhd-w4nk3r']['trash_score'] }} | {{ radarr['cf']['uhd-w4nk3r']['trash_id'] }} |
| [{{ radarr['cf']['uhd-sphd']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/uhd-sphd.json) | {{ radarr['cf']['uhd-sphd']['trash_score'] }} | {{ radarr['cf']['uhd-sphd']['trash_id'] }} |
| [{{ radarr['cf']['uhd-hqmux']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/uhd-hqmux.json) | {{ radarr['cf']['uhd-hqmux']['trash_score'] }} | {{ radarr['cf']['uhd-hqmux']['trash_id'] }} |
| [{{ radarr['cf']['uhd-legi0n']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/uhd-legi0n.json) | {{ radarr['cf']['uhd-legi0n']['trash_score'] }} | {{ radarr['cf']['uhd-legi0n']['trash_id'] }} |
| [{{ radarr['cf']['uhd-webdv']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/uhd-webdv.json) | {{ radarr['cf']['uhd-webdv']['trash_score'] }} | {{ radarr['cf']['uhd-webdv']['trash_id'] }} |
| [{{ radarr['cf']['uhd-ctrlhd']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/uhd-ctrlhd.json) | {{ radarr['cf']['uhd-ctrlhd']['trash_score'] }} | {{ radarr['cf']['uhd-ctrlhd']['trash_id'] }} |
| [{{ radarr['cf']['uhd-don']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/uhd-don.json) | {{ radarr['cf']['uhd-don']['trash_score'] }} | {{ radarr['cf']['uhd-don']['trash_id'] }} |
| [{{ radarr['cf']['uhd-w4nk3r']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/uhd-w4nk3r.json) | {{ radarr['cf']['uhd-w4nk3r']['trash_score'] }} | {{ radarr['cf']['uhd-w4nk3r']['trash_id'] }} |
| [{{ radarr['cf']['uhd-sphd']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/uhd-sphd.json) | {{ radarr['cf']['uhd-sphd']['trash_score'] }} | {{ radarr['cf']['uhd-sphd']['trash_id'] }} |
| [{{ radarr['cf']['uhd-hqmux']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/uhd-hqmux.json) | {{ radarr['cf']['uhd-hqmux']['trash_score'] }} | {{ radarr['cf']['uhd-hqmux']['trash_id'] }} |
| [{{ radarr['cf']['uhd-legi0n']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/uhd-legi0n.json) | {{ radarr['cf']['uhd-legi0n']['trash_score'] }} | {{ radarr['cf']['uhd-legi0n']['trash_id'] }} |
| [{{ radarr['cf']['uhd-webdv']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/uhd-webdv.json) | {{ radarr['cf']['uhd-webdv']['trash_score'] }} | {{ radarr['cf']['uhd-webdv']['trash_id'] }} |

@ -0,0 +1,17 @@
??? summary "Audio - [CLICK TO EXPAND]"
| Custom Format | Score | Trash ID |
| ------------------------------------------------------------------------------------------------------- | ---------------------------------------------- | ------------------------------------------- |
| [{{ sonarr['cf']['truehd-atmos']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#truehd-atmos) | {{ sonarr['cf']['truehd-atmos']['trash_score'] }} | {{ sonarr['cf']['truehd-atmos']['trash_id'] }} |
| [{{ sonarr['cf']['dts-x']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#dts-x) | {{ sonarr['cf']['dts-x']['trash_score'] }} | {{ sonarr['cf']['dts-x']['trash_id'] }} |
| [{{ sonarr['cf']['atmos-undefined']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#atmos-undefined) | {{ sonarr['cf']['atmos-undefined']['trash_score'] }} | {{ sonarr['cf']['atmos-undefined']['trash_id'] }} |
| [{{ sonarr['cf']['ddplus-atmos']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#ddplus-atmos) | {{ sonarr['cf']['ddplus-atmos']['trash_score'] }} | {{ sonarr['cf']['ddplus-atmos']['trash_id'] }} |
| [{{ sonarr['cf']['truehd']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#truehd) | {{ sonarr['cf']['truehd']['trash_score'] }} | {{ sonarr['cf']['truehd']['trash_id'] }} |
| [{{ sonarr['cf']['dts-hd-ma']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#dts-hd-ma) | {{ sonarr['cf']['dts-hd-ma']['trash_score'] }} | {{ sonarr['cf']['dts-hd-ma']['trash_id'] }} |
| [{{ sonarr['cf']['flac']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#flac) | {{ sonarr['cf']['flac']['trash_score'] }} | {{ sonarr['cf']['flac']['trash_id'] }} |
| [{{ sonarr['cf']['pcm']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#pcm) | {{ sonarr['cf']['pcm']['trash_score'] }} | {{ sonarr['cf']['pcm']['trash_id'] }} |
| [{{ sonarr['cf']['dts-hd-hra']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#dts-hd-hra) | {{ sonarr['cf']['dts-hd-hra']['trash_score'] }} | {{ sonarr['cf']['dts-hd-hra']['trash_id'] }} |
| [{{ sonarr['cf']['ddplus']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#ddplus) | {{ sonarr['cf']['ddplus']['trash_score'] }} | {{ sonarr['cf']['ddplus']['trash_id'] }} |
| [{{ sonarr['cf']['dts-es']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#dts-es) | {{ sonarr['cf']['dts-es']['trash_score'] }} | {{ sonarr['cf']['dts-es']['trash_id'] }} |
| [{{ sonarr['cf']['dts']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#dts) | {{ sonarr['cf']['dts']['trash_score'] }} | {{ sonarr['cf']['dts']['trash_id'] }} |
| [{{ sonarr['cf']['aac']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#aac) | {{ sonarr['cf']['aac']['trash_score'] }} | {{ sonarr['cf']['aac']['trash_id'] }} |
| [{{ sonarr['cf']['dd']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#dd) | {{ sonarr['cf']['dd']['trash_score'] }} | {{ sonarr['cf']['dd']['trash_id'] }} |

@ -0,0 +1,13 @@
??? summary "HDR Metadata - [CLICK TO EXPAND]"
| Custom Format | Score | Trash ID |
| --------------------------------------------------------------------------------------------------- | -------------------------------------------- | ----------------------------------------- |
| [{{ sonarr['cf']['dv-hdr10']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#dv-hdr10) | {{ sonarr['cf']['dv-hdr10']['trash_score'] }} | {{ sonarr['cf']['dv-hdr10']['trash_id'] }} |
| [{{ sonarr['cf']['dv']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#dv) | {{ sonarr['cf']['dv']['trash_score'] }} | {{ sonarr['cf']['dv']['trash_id'] }} |
| [{{ sonarr['cf']['dv-hlg']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#dv-hlg) | {{ sonarr['cf']['dv-hlg']['trash_score'] }} | {{ sonarr['cf']['dv-hlg']['trash_id'] }} |
| [{{ sonarr['cf']['dv-sdr']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#dv-sdr) | {{ sonarr['cf']['dv-sdr']['trash_score'] }} | {{ sonarr['cf']['dv-sdr']['trash_id'] }} |
| [{{ sonarr['cf']['hdr10plus']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#hdr10plus) | {{ sonarr['cf']['hdr10plus']['trash_score'] }} | {{ sonarr['cf']['hdr10plus']['trash_id'] }} |
| [{{ sonarr['cf']['hdr10']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#hdr10) | {{ sonarr['cf']['hdr10']['trash_score'] }} | {{ sonarr['cf']['hdr10']['trash_id'] }} |
| [{{ sonarr['cf']['hdr']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#hdr) | {{ sonarr['cf']['hdr']['trash_score'] }} | {{ sonarr['cf']['hdr']['trash_id'] }} |
| [{{ sonarr['cf']['hdr-undefined']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#hdr-undefined) | {{ sonarr['cf']['hdr-undefined']['trash_score'] }} | {{ sonarr['cf']['hdr-undefined']['trash_id'] }} |
| [{{ sonarr['cf']['pq']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#pq) | {{ sonarr['cf']['pq']['trash_score'] }} | {{ sonarr['cf']['pq']['trash_id'] }} |
| [{{ sonarr['cf']['hlg']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#hlg) | {{ sonarr['cf']['hlg']['trash_score'] }} | {{ sonarr['cf']['hlg']['trash_id'] }} |

@ -0,0 +1,17 @@
??? summary "Streaming Services - [CLICK TO EXPAND]"
| Custom Format | Score | Trash ID |
| --------------------------------------------------------------------------------------- | ----------------------------------------- | -------------------------------------- |
| [{{ sonarr['cf']['amzn']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#amzn) | {{ sonarr['cf']['amzn']['trash_score'] }} | {{ sonarr['cf']['amzn']['trash_id'] }} |
| [{{ sonarr['cf']['aptv']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#aptv) | {{ sonarr['cf']['aptv']['trash_score'] }} | {{ sonarr['cf']['aptv']['trash_id'] }} |
| [{{ sonarr['cf']['sho']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#sho) | {{ sonarr['cf']['sho']['trash_score'] }} | {{ sonarr['cf']['sho']['trash_id'] }} |
| [{{ sonarr['cf']['dsnp']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#dsnp) | {{ sonarr['cf']['dsnp']['trash_score'] }} | {{ sonarr['cf']['dsnp']['trash_id'] }} |
| [{{ sonarr['cf']['nf']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#nf) | {{ sonarr['cf']['nf']['trash_score'] }} | {{ sonarr['cf']['nf']['trash_id'] }} |
| [{{ sonarr['cf']['qibi']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#qibi) | {{ sonarr['cf']['qibi']['trash_score'] }} | {{ sonarr['cf']['qibi']['trash_id'] }} |
| [{{ sonarr['cf']['hmax']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#hmax) | {{ sonarr['cf']['hmax']['trash_score'] }} | {{ sonarr['cf']['hmax']['trash_id'] }} |
| [{{ sonarr['cf']['hulu']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#hulu) | {{ sonarr['cf']['hulu']['trash_score'] }} | {{ sonarr['cf']['hulu']['trash_id'] }} |
| [{{ sonarr['cf']['pcok']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#pcok) | {{ sonarr['cf']['pcok']['trash_score'] }} | {{ sonarr['cf']['pcok']['trash_id'] }} |
| [{{ sonarr['cf']['dcu']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#dcu) | {{ sonarr['cf']['dcu']['trash_score'] }} | {{ sonarr['cf']['dcu']['trash_id'] }} |
| [{{ sonarr['cf']['hbo']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#hbo) | {{ sonarr['cf']['hbo']['trash_score'] }} | {{ sonarr['cf']['hbo']['trash_id'] }} |
| [{{ sonarr['cf']['red']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#red) | {{ sonarr['cf']['red']['trash_score'] }} | {{ sonarr['cf']['red']['trash_id'] }} |
| [{{ sonarr['cf']['it']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#it) | {{ sonarr['cf']['it']['trash_score'] }} | {{ sonarr['cf']['it']['trash_id'] }} |
| [{{ sonarr['cf']['pmtp']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#pmtp) | {{ sonarr['cf']['pmtp']['trash_score'] }} | {{ sonarr['cf']['pmtp']['trash_id'] }} |

@ -14,7 +14,7 @@
- **{{ sonarr['cf']['br-disk']['name'] }} :** This is a custom format to help Radarr recognize & ignore BR-DISK (ISO's and Blu-ray folder structure) in addition to the standard BR-DISK quality.
- **{{ sonarr['cf']['lq']['name'] }}:** A collection of known Low Quality groups that are often banned from the the top trackers because the lack of quality or other reasons.
- **{{ sonarr['cf']['xhd']['name'] }}:** This blocks/ignores 720/1080p releases that are encoded in x265 - More info [HERE](/Misc/x265-4k/){:target="_blank" rel="noopener noreferrer"}.
- **{{ sonarr['cf']['x265-hd']['name'] }}:** This blocks/ignores 720/1080p releases that are encoded in x265 - More info [HERE](/Misc/x265-4k/){:target="_blank" rel="noopener noreferrer"}.
- **{{ sonarr['cf']['no-rlsgroup']['name'] }}:** [Optional] Some indexers strip out the release group what could result in LQ groups getting a higher score. For example a lot of EVO releases end up stripping the group name, so they appear as "upgrades", and they end up getting a decent score if other things match.
- **{{ sonarr['cf']['obfuscated']['name'] }}:** [Optional] (use these only if you dislike renamed releases)
- **{{ sonarr['cf']['retags']['name'] }}:** [Optional] (use these only if you dislike retagged releases)

@ -10,13 +10,13 @@
??? summary "BHDStudio - [CLICK TO EXPAND]"
| Custom Format | Score | Trash ID |
| --------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------- | ------------------------------------- |
| [{{ radarr['cf']['bhdstudio']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/bhdstudio.json) | {{ radarr['cf']['bhdstudio']['trash_score'] }} | {{ radarr['cf']['bhdstudio']['trash_id'] }} |
| [{{ radarr['cf']['bhdstudio']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/bhdstudio.json) | {{ radarr['cf']['bhdstudio']['trash_score'] }} | {{ radarr['cf']['bhdstudio']['trash_id'] }} |
??? summary "Resolution - [CLICK TO EXPAND]"
| Custom Format | Score | Trash ID |
| ------------------------------------------------------------------------------------------------------------------- | ------------------------------------ | --------------------------------- |
| [{{ radarr['cf']['720p']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/720p.json) | {{ radarr['cf']['720p']['trash_score'] }} | {{ radarr['cf']['720p']['trash_id'] }} |
| [{{ radarr['cf']['1080p']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/1080p.json) | {{ radarr['cf']['1080p']['trash_score'] }} | {{ radarr['cf']['1080p']['trash_id'] }} |
| [{{ radarr['cf']['720p']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/720p.json) | {{ radarr['cf']['720p']['trash_score'] }} | {{ radarr['cf']['720p']['trash_id'] }} |
| [{{ radarr['cf']['1080p']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/1080p.json) | {{ radarr['cf']['1080p']['trash_score'] }} | {{ radarr['cf']['1080p']['trash_id'] }} |
{! include-markdown "../../includes/cf/misc.md" !}
<!-- --8<-- "includes/cf/misc.md" -->

@ -13,7 +13,7 @@
| Custom Format | Score | Trash ID |
| --------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------- | ------------------------------------------- |
| [{{ radarr['cf']['hq-remux']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq-remux) | {{ radarr['cf']['hq-remux']['trash_score'] }} | {{ radarr['cf']['hq-remux']['trash_id'] }} |
| [{{ radarr['cf']['flights-no-imax']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/flights-no-imax.json) | {{ radarr['cf']['flights-no-imax']['trash_score'] }} | {{ radarr['cf']['flights-no-imax']['trash_id'] }} |
| [{{ radarr['cf']['flights-no-imax']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/flights-no-imax.json) | {{ radarr['cf']['flights-no-imax']['trash_score'] }} | {{ radarr['cf']['flights-no-imax']['trash_id'] }} |
| [{{ radarr['cf']['hq-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq-webdl) | {{ radarr['cf']['hq-webdl']['trash_score'] }} | {{ radarr['cf']['hq-webdl']['trash_id'] }} |
| [{{ radarr['cf']['hq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq) | 0 | {{ radarr['cf']['hq']['trash_id'] }} |

Loading…
Cancel
Save