Merge branch 'master' into auto-label

pull/1389/head
bakerboy448 1 year ago committed by GitHub
commit fe4b41bb28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -48,7 +48,7 @@ I also made 3 guides related to this one.
------
| Movie Versions | Unwanted | HQ Release Groups | Streaming Services |
| --------------------------------------------- | --------------------- | ----------------------------------------- | ---------------------- |
|-----------------------------------------------|-----------------------|-------------------------------------------|------------------------|
| [Hybrid](#hybrid) | [BR-DISK](#br-disk) | [Remux Tier 01](#remux-tier-01) | [Amazon](#amzn) |
| [Remaster](#remaster) | [LQ](#lq) | [Remux Tier 02](#remux-tier-02) | [Apple TV+](#atvp) |
| [4K Remaster](#4k-remaster) | [3D](#3d) | [Remux Tier 03](#remux-tier-03) | [Disney+](#dsnp) |
@ -57,10 +57,10 @@ I also made 3 guides related to this one.
| [Masters of Cinema](#masters-of-cinema) | | [UHD Bluray Tier 03](#uhd-bluray-tier-03) | [Max](#max) |
| [Vinegar Syndrome](#vinegar-syndrome) | | [HD Bluray Tier 01](#hd-bluray-tier-01) | [Hulu](#hulu) |
| [Theatrical Cut](#theatrical-cut) | | [HD Bluray Tier 02](#hd-bluray-tier-02) | [Netflix](#nf) |
| [IMAX](#imax) | | [WEB Tier 01](#web-tier-01) | [Peacock TV](#pcok) |
| [IMAX Enhanced](#imax-enhanced) | | [WEB Tier 02](#web-tier-02) | [Paramount+](#pmtp) |
| [Open Matte](#open-matte) | | [WEB Tier 03](#web-tier-03) | [Movies Anywhere](#ma) |
| | | | [Pathe Thuis](#pathe) |
| [IMAX](#imax) | | [HD Bluray Tier 03](#hd-bluray-tier-03) | [Peacock TV](#pcok) |
| [IMAX Enhanced](#imax-enhanced) | | [WEB Tier 01](#web-tier-01) | [Paramount+](#pmtp) |
| [Open Matte](#open-matte) | | [WEB Tier 02](#web-tier-02) | [Movies Anywhere](#ma) |
| | | [WEB Tier 03](#web-tier-03) | [Pathe Thuis](#pathe) |
| | | | [Bravia Core](#bcore) |
| | | | [Stan](#stan) |
@ -1560,6 +1560,22 @@ I also made 3 guides related to this one.
------
### HD Bluray Tier 03
??? question "HD Bluray Tier 03 - [CLICK TO EXPAND]"
- placeholder
??? example "JSON - [CLICK TO EXPAND]"
```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/hd-bluray-tier-03.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
------
### WEB Tier 01
??? question "WEB Tier 01 - [CLICK TO EXPAND]"

@ -0,0 +1,44 @@
{
"trash_id": "5608c71bcebba0a5e666223bae8c9227",
"trash_score": "1700",
"name": "HD Bluray Tier 03",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "BLURAY",
"implementation": "SourceSpecification",
"negate": false,
"required": true,
"fields": {
"value": 9
}
},
{
"name": "Not REMUX",
"implementation": "QualityModifierSpecification",
"negate": true,
"required": true,
"fields": {
"value": 5
}
},
{
"name": "Not 2160p",
"implementation": "ResolutionSpecification",
"negate": true,
"required": true,
"fields": {
"value": 2160
}
},
{
"name": "playHD",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(playHD)$"
}
}
]
}

@ -73,6 +73,7 @@ radarr:
# Il est tout de fois possible que dans ce cas Radarr récupére une release VO au lieu d'un MULTi/DUAL car celle-ci possède un score plus important.
# - ed27ebfef2f323e964fb1f61391bcb35 # HD Bluray Tier 01
# - c20c8647f2746a1f4c4262b0fbbeeeae # HD Bluray Tier 02
# - 5608c71bcebba0a5e666223bae8c9227 # HD Bluray Tier 03
# - c20f169ef63c5f40c2def54abaf4438e # WEB Tier 01
# - 403816d65392c79236dcb6dd591aeda4 # WEB Tier 02
# - af94e0fe497124d1f9ce732069ec8c3b # WEB Tier 03

@ -66,6 +66,7 @@ radarr:
# Les tiers suivant sont les tiers originaux du guide (groupes anglophones)
- ed27ebfef2f323e964fb1f61391bcb35 # HD Bluray Tier 01
- c20c8647f2746a1f4c4262b0fbbeeeae # HD Bluray Tier 02
- 5608c71bcebba0a5e666223bae8c9227 # HD Bluray Tier 03
- c20f169ef63c5f40c2def54abaf4438e # WEB Tier 01
- 403816d65392c79236dcb6dd591aeda4 # WEB Tier 02
- af94e0fe497124d1f9ce732069ec8c3b # WEB Tier 03

@ -27,6 +27,7 @@ radarr:
# HQ Release Groups
- ed27ebfef2f323e964fb1f61391bcb35 # HD Bluray Tier 01
- c20c8647f2746a1f4c4262b0fbbeeeae # HD Bluray Tier 02
- 5608c71bcebba0a5e666223bae8c9227 # HD Bluray Tier 03
- c20f169ef63c5f40c2def54abaf4438e # WEB Tier 01
- 403816d65392c79236dcb6dd591aeda4 # WEB Tier 02
- af94e0fe497124d1f9ce732069ec8c3b # WEB Tier 03

@ -89,6 +89,11 @@ radarr:
# quality_profiles:
# - name: Bluray|WEB-2160p
# score: 1050
# - trash_ids:
# - 5608c71bcebba0a5e666223bae8c9227 # HD Bluray Tier 03
# quality_profiles:
# - name: Bluray|WEB-2160p
# score: 1000
# --HQ Release Groups section ends--
- trash_ids:

@ -68,6 +68,11 @@ radarr:
# quality_profiles:
# - name: Bluray|WEB-1080p
# score: 1050
# - trash_ids:
# - 5608c71bcebba0a5e666223bae8c9227 # HD Bluray Tier 03
# quality_profiles:
# - name: Bluray|WEB-1080p
# score: 1000
# --HQ Release Groups section ends--
- trash_ids:
# Audio

@ -3,6 +3,7 @@
| ----------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------ | --------------------------------------------------- |
| [{{ radarr['cf']['hd-bluray-tier-01']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-01) | {{ radarr['cf']['hd-bluray-tier-01']['trash_score'] }} | {{ radarr['cf']['hd-bluray-tier-01']['trash_id'] }} |
| [{{ radarr['cf']['hd-bluray-tier-02']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-02) | {{ radarr['cf']['hd-bluray-tier-02']['trash_score'] }} | {{ radarr['cf']['hd-bluray-tier-02']['trash_id'] }} |
| [{{ radarr['cf']['hd-bluray-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-03) | {{ radarr['cf']['hd-bluray-tier-03']['trash_score'] }} | {{ radarr['cf']['hd-bluray-tier-03']['trash_id'] }} |
| [{{ radarr['cf']['web-tier-01']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-01) | {{ radarr['cf']['web-tier-01']['trash_score'] }} | {{ radarr['cf']['web-tier-01']['trash_id'] }} |
| [{{ radarr['cf']['web-tier-02']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-02) | {{ radarr['cf']['web-tier-02']['trash_score'] }} | {{ radarr['cf']['web-tier-02']['trash_id'] }} |
| [{{ radarr['cf']['web-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-03) | {{ radarr['cf']['web-tier-03']['trash_score'] }} | {{ radarr['cf']['web-tier-03']['trash_id'] }} |

@ -1,7 +1,5 @@
??? abstract "Optional UHD - [CLICK TO EXPAND]"
!!! danger "**The `SDR` is a MUST for this Quality Profile** :warning:"
| Custom Format | Score | Trash ID |
| ------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------------------------------------------------- |
| [{{ radarr['cf']['sdr']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#sdr) | {{ radarr['cf']['sdr']['trash_score'] }} | {{ radarr['cf']['sdr']['trash_id'] }} |

@ -1,7 +1,5 @@
??? abstract "Optional UHD - [CLICK TO EXPAND]"
!!! danger "**The `SDR` is a MUST for this Quality Profile** :warning:"
| Custom Format | Score | Trash ID |
| ------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------------------------------------------------- |
| [{{ sonarr['cf']['sdr']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#sdr) | {{ sonarr['cf']['sdr']['trash_score'] }} | {{ sonarr['cf']['sdr']['trash_id'] }} |

@ -72,15 +72,16 @@
| [{{ radarr['cf']['web-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-03) | {{ radarr['cf']['web-tier-03']['trash_score'] }} | {{ radarr['cf']['web-tier-03']['trash_id'] }} |
| [{{ radarr['cf']['hd-bluray-tier-01']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-01) | :warning: 1100 | {{ radarr['cf']['hd-bluray-tier-01']['trash_id'] }} |
| [{{ radarr['cf']['hd-bluray-tier-02']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-02) | :warning: 1050 | {{ radarr['cf']['hd-bluray-tier-02']['trash_id'] }} |
| [{{ radarr['cf']['hd-bluray-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-03) | :warning: 1000 | {{ radarr['cf']['hd-bluray-tier-03']['trash_id'] }} |
{! include-markdown "../../includes/cf/radarr-misc.md" !}
{! include-markdown "../../includes/sqp/radarr-unwanted-uhd.md" !}
{! include-markdown "../../includes/cf/radarr-unwanted-uhd.md" !}
??? abstract "Optional - [CLICK TO EXPAND]"
!!! danger "**The `x265 (no HDR/DV)` is a MUST for this SQP** :warning:"
!!! danger "**The `SDR` is a MUST for this SQP** :warning:"
!!! tip "**I recommend to use the `x265 (no HDR/DV)` over the `x265 (HD)`, Read the Why below and don't forget to read the warning, :warning: Only ever include one of them :warning:**"
!!! tip "**I recommend to use the `SDR`,<br> This will help to prevent to grab UHD/4k releases without HDR Formats**"
| Custom Format | Score | Trash ID |
| ------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------------------------------------------------- |

@ -72,15 +72,16 @@
| [{{ radarr['cf']['web-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-03) | {{ radarr['cf']['web-tier-03']['trash_score'] }} | {{ radarr['cf']['web-tier-03']['trash_id'] }} |
| [{{ radarr['cf']['hd-bluray-tier-01']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-01) | :warning: 1100 | {{ radarr['cf']['hd-bluray-tier-01']['trash_id'] }} |
| [{{ radarr['cf']['hd-bluray-tier-02']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-02) | :warning: 1050 | {{ radarr['cf']['hd-bluray-tier-02']['trash_id'] }} |
| [{{ radarr['cf']['hd-bluray-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-03) | :warning: 1000 | {{ radarr['cf']['hd-bluray-tier-03']['trash_id'] }} |
{! include-markdown "../../includes/cf/radarr-misc.md" !}
{! include-markdown "../../includes/sqp/radarr-unwanted-uhd.md" !}
{! include-markdown "../../includes/cf/radarr-unwanted-uhd.md" !}
??? abstract "Optional - [CLICK TO EXPAND]"
!!! danger "**The `x265 (no HDR/DV)` is a MUST for this SQP** :warning:"
!!! danger "**The `SDR` is a MUST for this SQP** :warning:"
!!! tip "**I recommend to use the `x265 (no HDR/DV)` over the `x265 (HD)`, Read the Why below and don't forget to read the warning, :warning: Only ever include one of them :warning:**"
!!! tip "**I recommend to use the `SDR`,<br> This will help to prevent to grab UHD/4k releases without HDR Formats**"
| Custom Format | Score | Trash ID |
| ------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------------------------------------------------- |

@ -54,6 +54,7 @@
| [{{ radarr['cf']['web-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-03) | {{ radarr['cf']['web-tier-03']['trash_score'] }} | {{ radarr['cf']['web-tier-03']['trash_id'] }} |
| [{{ radarr['cf']['hd-bluray-tier-01']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-01) | :warning: 1100 | {{ radarr['cf']['hd-bluray-tier-01']['trash_id'] }} |
| [{{ radarr['cf']['hd-bluray-tier-02']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-02) | :warning: 1050 | {{ radarr['cf']['hd-bluray-tier-02']['trash_id'] }} |
| [{{ radarr['cf']['hd-bluray-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-03) | :warning: 1000 | {{ radarr['cf']['hd-bluray-tier-03']['trash_id'] }} |
{! include-markdown "../../includes/cf/radarr-misc.md" !}

@ -1,8 +1,7 @@
??? abstract "Optional - [CLICK TO EXPAND]"
!!! danger "**The `x265 (no HDR/DV)` is a MUST for this SQP** :warning:"
!!! danger "**The `SDR` is a MUST for this SQP** :warning:"
!!! tip "The `DV (FEL)` is recommended for SQP2 and 3"
!!! tip "**I recommend to use the `x265 (no HDR/DV)` over the `x265 (HD)`, Read the Why below and don't forget to read the warning, :warning: Only ever include one of them :warning:**"
!!! tip "**I recommend to use the `SDR`,<br> This will help to prevent to grab UHD/4k releases without HDR Formats**"
| Custom Format | Score | Trash ID |
| ------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------------------------------------------------- |
@ -38,7 +37,7 @@
- If you only watch your movies on a setup that completely supports Dolby Vision from start to end then give it a score of `0` or just don't add it.
- If you (or family members you share your collection with) have a setup that doesn't support Dolby Vision then you should add this with a score of `{{ radarr['cf']['dv-webdl']['trash_score'] }}`.
- **{{ radarr['cf']['hdr10plus-boost']['name'] }}:** [*Optional*] (use this one only if you have a (Samsung) TV that supports HDR10+ and you don't have a Setup that supports DV or you prefer HDR10+
- **{{ radarr['cf']['hdr10plus-boost']['name'] }}:** [*Optional*] (use this one only if you have a (Samsung) TV that supports HDR10+ and you don't have a Setup that supports DV or you prefer HDR10+)
- **{{ radarr['cf']['evo-no-webdl']['name'] }}:** This group is often banned for the low quality Blu-ray releases, but their WEB-DL are okay.
- **{{ radarr['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.
- **{{ radarr['cf']['obfuscated']['name'] }}:** [*Optional*] (use these only if you dislike renamed releases)

Loading…
Cancel
Save