Merge branch 'master' into Widowmaker-setup-custom-formats-WEBDL

pull/747/head
TRaSH 2 years ago committed by GitHub
commit 87b6a98f8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,6 +22,23 @@ These are mostly guidelines, not rules. Use your best judgment, and feel free to
- When adding the hashcode for Sonarr Anime use the following naming `Sonarr Anime CF_name` on the following [link+example](https://md5.gromweb.com/?string=Sonarr+Anime+BR-DISK).
- Provide a link to your regex example of your Custom Format using the following [Template](https://regex101.com/r/fXmQQm/1).
When adding a regex test case
- Replace the actual movie name with `Movie`.
- Replace the actual series name with `Series`.
- Remove the actual Series title.
- Replace the actual group name with `RlsGrp`
When updating or adding a new CF the test case url needs to be added to the json.
```json
{
"trash_id": "hashcode",
"trash_score": "score",
"trash_regex": "https://regex101.com/r/pADWJD/5",
"name": "CF_name",
```
## Recommendations
- use [VSCode](https://code.visualstudio.com/) for editing with the following extension [markdownlint](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint)

@ -8,7 +8,7 @@
### How to accomplish the Golden Rule
- For Sonarr check [HERE](/Sonarr/Sonarr-Release-Profile-RegEx/#golden-rule){:target="_blank" rel="noopener noreferrer"}
- For Radarr check [HERE](/Radarr/Radarr-collection-of-custom-formats/#x265-7201080p){:target="_blank" rel="noopener noreferrer"}
- For Radarr check [HERE](/Radarr/Radarr-collection-of-custom-formats/#x265-hd){:target="_blank" rel="noopener noreferrer"}
## Some extra info about 4K/X265

@ -51,30 +51,28 @@ I also made 3 guides related to this one.
| Movie Versions | Unwanted | HQ Source Groups | Streaming Services |
| --------------------------------------------- | ----------------------------------- | --------------------- | ---------------------- |
| [Hybrid](#hybrid) | [BR-DISK](#br-disk) | [HQ-Remux](#hq-remux) | [Amazon](#amzn) |
| [Remaster](#remaster) | [EVO (no WEBDL)](#evo-no-webdl) | [HQ](#hq) | [Apple TV+](#aptv) |
| [4K Remaster](#4k-remaster) | [LQ](#lq) | [HQ-WEBDL](#hq-webdl) | [Disney+](#dsnp) |
| [Special Editions](#special-edition) | [3D](#3d) | | [HBO Max](#hmax) |
| [Criterion Collection](#criterion-collection) | [No-RlsGroup](#no-rlsgroup) | | [Hulu](#hulu) |
| [Theatrical Cut](#theatrical-cut) | [Obfuscated](#obfuscated) | | [Netflix](#nf) |
| [IMAX](#imax) | [Retags](#retags) | | [Peacock TV](#pcok) |
| [IMAX Enhanced](#imax-enhanced) | [DV (WEBDL)](#dv-webdl) | | [Paramount+](#pmtp) |
| | [Bad Dual Groups](#bad-dual-groups) | | [Movies Anywhere](#ma) |
| | [x265 (720/1080p)](#x265-7201080p) | | |
| | [x265 (no HDR/DV)](#x265-no-hdrdv) | | |
------
| Misc |   |   |   |
| ------------------------------------- | ------ | ------ | ------ |
| [Repack/Proper](#repack-proper) |   |   |   |
| [Repack2](#repack2) |   |   |   |
| [Multi](#multi) |   |   |   |
| [x264](#x264) |   |   |   |
| [x265](#x265) |   |   |   |
| [MPEG2](#mpeg2) |   |   |   |
| [FreeLeech](#freeleech) |   |   |   |
| [Dutch Groups](#dutch-groups) |   |   |   |
| [Anime Dual Audio](#anime-dual-audio) |   |   |   |
| [Remaster](#remaster) | [LQ](#lq) | [HQ](#hq) | [Apple TV+](#aptv) |
| [4K Remaster](#4k-remaster) | [3D](#3d) | [HQ-WEBDL](#hq-webdl) | [Disney+](#dsnp) |
| [Special Editions](#special-edition) | [DV (WEBDL)](#dv-webdl) | | [HBO Max](#hmax) |
| [Criterion Collection](#criterion-collection) | [Bad Dual Groups](#bad-dual-groups) | | [Hulu](#hulu) |
| [Theatrical Cut](#theatrical-cut) | [x265 (HD)](#x265-hd) | | [Netflix](#nf) |
| [IMAX](#imax) | [x265 (no HDR/DV)](#x265-no-hdrdv) | | [Peacock TV](#pcok) |
| [IMAX Enhanced](#imax-enhanced) | | | [Paramount+](#pmtp) |
| | | | [Movies Anywhere](#ma) |
------
| Misc | Optional |   |   |
| ------------------------------------- | ------------------------------- | ------ | ------ |
| [Repack/Proper](#repack-proper) | [EVO (no WEBDL)](#evo-no-webdl) |   |   |
| [Repack2](#repack2) | [No-RlsGroup](#no-rlsgroup) |   |   |
| [Multi](#multi) | [Obfuscated](#obfuscated) |   |   |
| [x264](#x264) | [Retags](#retags) |   |   |
| [x265](#x265) | |   |   |
| [MPEG2](#mpeg2) | |   |   |
| [FreeLeech](#freeleech) | |   |   |
| [Dutch Groups](#dutch-groups) | |   |   |
| [Anime Dual Audio](#anime-dual-audio) | |   |   |
## Audio Advanced
@ -853,24 +851,6 @@ I also made 3 guides related to this one.
------
### EVO (no WEBDL)
??? faq "EVO (no WEBDL) - [CLICK TO EXPAND]"
This group is often banned for the low quality Blu-ray releases, but their WEB-DLs are okay.
You will need to add the following to your new Custom Format when created in your Quality Profile (`Setting` => `Profiles`) and then set the score to `-1000` or even `-10000`
??? example "JSON - [CLICK TO EXPAND]"
```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/evo-no-webdl.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
------
### LQ
<sub>Low Quality Releases = LQ</sub>
@ -901,23 +881,27 @@ I also made 3 guides related to this one.
------
### x265 (720/1080p)
### x265 (HD)
<sub>720/1080p no x265 = x265 (720/1080p)</sub>
<sub>720/1080p no x265 = x265 (720/1080p) = x265 (HD)</sub>
??? faq "720/1080p no x265 - [CLICK TO EXPAND]"
??? faq "x265 (HD) - [CLICK TO EXPAND]"
This blocks/ignores 720/1080p(HD) releases that are encoded in x265
This blocks/ignores 720/1080p(HD) releases that are encoded in x265.
In your quality profile use the following score for this Custom Format: `-10000`
!!! fail ""
--8<-- "includes/docker/x265.md"
!!! Danger
Don't use this together with the following Custom Format [{{ radarr['cf']['x265-no-hdrdv']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv)
??? example "JSON - [CLICK TO EXPAND]"
```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/x265-7201080p.json' %]][[% endfilter %]]
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/x265-hd.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
@ -938,7 +922,7 @@ I also made 3 guides related to this one.
!!! Danger
Don't use this together with the following Custom Format [x265 (720/1080p)](#x265-7201080p)
Don't use this together with the following Custom Format [{{ radarr['cf']['x265-hd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-hd)
??? example "JSON - [CLICK TO EXPAND]"
@ -968,92 +952,114 @@ I also made 3 guides related to this one.
------
### No-RlsGroup
### DV (WEBDL)
??? faq "No-RlsGroup - [CLICK TO EXPAND]"
<sub>Dolby Vision = DoVi = DV</sub>
Some indexers strip out the release group which 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
??? faq "DV (WEBDL) - [CLICK TO EXPAND]"
This is a special Custom Format that block WEBDLs **with** Dolby Vision but **without** HDR10 fallback.
!!! warning
This Custom Format works together with the normal [DV](#dv) Custom Format that you can use to prefer Dolby Vision.
If you don't use decent filenames (like not adding release groups) don't add this Custom Format, except if you want to upgrade them.
Most WEBDL from Streaming Services don't have the fallback to HDR10, What can results in playback issues like weird colors if you want to play it on a not Dolby Vision compatible setup.
Remuxes and Bluray have a fallback to HDR10.
??? example "JSON - [CLICK TO EXPAND]"
```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/no-rlsgroup.json' %]][[% endfilter %]]
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/dv-webdl.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
------
### Obfuscated
??? faq "Obfuscated - [CLICK TO EXPAND]"
### Bad Dual Groups
Optional (use these only if you dislike renamed releases)
??? faq "Bad dual groups - [CLICK TO EXPAND]"
These groups take the original release, then they add their own preferred language (ex. Portuguese) as the main audio track (AAC 2.0), What results after renaming and FFprobe that the media file will be recognized as Portuguese AAC audio. It's a common rule that you add the best audio as first.
Also they often even rename the release name in to Portuguese.
??? example "JSON - [CLICK TO EXPAND]"
```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/obfuscated.json' %]][[% endfilter %]]
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/bad-dual-groups.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
------
### Retags
## Optional
??? faq "Retags - [CLICK TO EXPAND]"
------
Optional (use these only if you dislike retagged releases)
### EVO (no WEBDL)
??? faq "EVO (no WEBDL) - [CLICK TO EXPAND]"
This group is often banned for the low quality Blu-ray releases, but their WEB-DLs are okay.
You will need to add the following to your new Custom Format when created in your Quality Profile (`Setting` => `Profiles`) and then set the score to `-1000` or even `-10000`
??? example "JSON - [CLICK TO EXPAND]"
```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/retags.json' %]][[% endfilter %]]
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/evo-no-webdl.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
------
### DV (WEBDL)
### No-RlsGroup
<sub>Dolby Vision = DoVi = DV</sub>
??? faq "No-RlsGroup - [CLICK TO EXPAND]"
??? faq "DV (WEBDL) - [CLICK TO EXPAND]"
This is a special Custom Format that block WEBDLs **with** Dolby Vision but **without** HDR10 fallback.
Some indexers strip out the release group which 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
This Custom Format works together with the normal [DV](#dv) Custom Format that you can use to prefer Dolby Vision.
!!! warning
Most WEBDL from Streaming Services don't have the fallback to HDR10, What can results in playback issues like weird colors if you want to play it on a not Dolby Vision compatible setup.
If you don't use decent filenames (like not adding release groups) don't add this Custom Format, except if you want to upgrade them.
Remuxes and Bluray have a fallback to HDR10.
??? example "JSON - [CLICK TO EXPAND]"
```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/no-rlsgroup.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
------
### Obfuscated
??? faq "Obfuscated - [CLICK TO EXPAND]"
Optional (use these only if you dislike renamed releases)
??? example "JSON - [CLICK TO EXPAND]"
```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/dv-webdl.json' %]][[% endfilter %]]
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/obfuscated.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
------
### Bad Dual Groups
### Retags
??? faq "Bad dual groups - [CLICK TO EXPAND]"
These groups take the original release, then they add their own preferred language (ex. Portuguese) as the main audio track (AAC 2.0), What results after renaming and FFprobe that the media file will be recognized as Portuguese AAC audio. It's a common rule that you add the best audio as first.
Also they often even rename the release name in to Portuguese.
??? faq "Retags - [CLICK TO EXPAND]"
Optional (use these only if you dislike retagged releases)
??? example "JSON - [CLICK TO EXPAND]"
```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/bad-dual-groups.json' %]][[% endfilter %]]
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/retags.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>

@ -2,28 +2,28 @@
So what's the best way to setup the Custom Profiles and which one to use with which scores?
There isn't a best score setup, being that everyone has their own personal preferences. Some prefer high quality audio, others high quality video. Many prefer both.
There isn't a best setup, being that everyone has their own personal preferences. Some prefer high quality audio, others high quality video. Many prefer both.
Here I will try to explain with some personal used examples how to make the most use of Custom Formats that you can use to get an idea how to setup yours.
--8<-- "includes/cf/score-attention.md"
------
## Basics
Here we're going to explain where to setup the Custom Formats after you've added them, as explained in [How to import Custom Formats](/Radarr/Radarr-import-custom-formats/){:target="_blank" rel="noopener noreferrer"}.
You will also see a short description of what each setting means.
After you've added the Custom Formats, as explained in [How to import Custom Formats](/Radarr/Radarr-import-custom-formats/){:target="_blank" rel="noopener noreferrer"}.
You will need to set it up in the quality Profile you want to use/prefer to make use of the Custom Formats.
`Settings` => `Profiles`
??? check "example - [CLICK TO EXPAND]"
![!cf-settings-profiles](images/cf-settings-profiles.png)
![!cf-settings-profiles](images/cf-settings-profiles.png)
Select the profile that you use/prefer.
!!! info "Radarr Custom Formats can be set per profile and isn't global"
Select the profile that you want to use/prefer.
![!cf-quality-profiles](images/cf-quality-profiles.png)
!!! info "Radarr Custom Formats can be set per profile and isn't global"
![!cf-profile-selected](images/cf-profile-selected.png)
1. Profile name.
@ -35,7 +35,7 @@ Select the profile that you use/prefer.
At the bottom in your chosen profile you will see the added Custom Formats where you can start setting up the scores.
??? check "example - [CLICK TO EXPAND]"
??? check "Screenshot example - [CLICK TO EXPAND]"
![!cf-quality-profile-cf](images/cf-quality-profile-cf.png)
!!! attention
@ -44,21 +44,7 @@ At the bottom in your chosen profile you will see the added Custom Formats where
- Always follow the data described in the guide.
- If you got any questions or aren't sure just click the chat badge to join the Discord Channel where you can ask your questions directly.
------
!!! attention
Keep in mind Custom Formats are made to fine tune your Quality Profile
Generally, quality trumps all
{! include-markdown "../../includes/merge-quality/radarr-current-logic.md" !}
<!-- --8<-- "includes/merge-quality/radarr-current-logic.md" -->
My suggestion is to create tiers of scores based on what things matter to you.
Personally, I would only add the Custom Formats that do what you actually prefer. Especially in the beginning, including the [Releases you should avoid](#releases-you-should-avoid)
!!! info
!!! info "Keep in mind Custom Formats are made to fine tune your Quality Profile.<br>Generally, quality trumps all"
Custom formats are controlled by Quality Profiles.
@ -70,12 +56,19 @@ Personally, I would only add the Custom Formats that do what you actually prefer
------
{! include-markdown "../../includes/merge-quality/radarr-current-logic.md" !}
<!-- --8<-- "includes/merge-quality/radarr-current-logic.md" -->
------
## Examples
Here I will explain how to make the most use of Custom Formats and show you some personal examples that I'm using. You can use these to get an idea on how to setup your own.
All these examples make use of the [Collection of Custom Formats](/Radarr/Radarr-collection-of-custom-formats/){:target="_blank" rel="noopener noreferrer"}
--8<-- "includes/cf/score-attention.md"
------
### Releases you should avoid
@ -100,7 +93,7 @@ In this example I have lossy Atmos over lossless DTS because the object metadata
#### Prefer HDR Metadata
Lets say you prefer HDR metadata
Lets say you prefer HDR metadata (HDR or Dolby Vision or Both)
Then we would use the following order:
@ -109,9 +102,9 @@ Then we would use the following order:
------
!!! important
!!! attention
I also suggest to change the Propers and Repacks settings in Radarr!!!
I also suggest to change the Propers and Repacks settings in Radarr :bangbang:
Instructions can be found [HERE](#proper-and-repacks)
@ -135,10 +128,10 @@ For this Quality Profile we're going to make use of the following Custom Formats
<!-- --8<-- "includes/cf/misc.md" -->
??? summary "HQ Source Groups - [CLICK TO EXPAND]"
| Custom Format | Score | Trash ID |
| ----------------------------------------------------------------------------------------- | --------------------------------------- | ------------------------------------ |
| Custom Format | Score | 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-remux']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq-remux) | 0 | {{ radarr['cf']['hq-remux']['trash_id'] }} |
| [{{ radarr['cf']['hq-remux']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq-remux) | 0 | {{ radarr['cf']['hq-remux']['trash_id'] }} |
| [{{ radarr['cf']['hq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq) | {{ radarr['cf']['hq']['trash_score'] }} | {{ radarr['cf']['hq']['trash_id'] }} |
I decided not to add `Audio Advanced` Custom Formats to the encodes profile, being with encodes I prefer higher video quality. If you also want HD audio formats I would suggest to go for the Remuxes.
@ -147,9 +140,9 @@ Use the following main settings in your profile.
![!cf-profile-encodes](images/cf-profile-encodes.png)
!!! fail ""
!!! attention "Make sure you don't check the BR-DISK."
Make sure you don't check the BR-DISK. The reason why I didn't select the WEB-DL 720p is because you will hardly find any releases that aren't done as 1080p WEB-DL
The reason why I didn't select the WEB-DL 720p is because you will hardly find any releases that aren't done as 1080p WEB-DL.
??? example "The following workflow will be applied:"
@ -192,19 +185,19 @@ For this Quality Profile we're going to make use of the following Custom Formats
<!-- --8<-- "includes/cf/misc.md" -->
??? summary "HQ Source Groups - [CLICK TO EXPAND]"
| Custom Format | Score | Trash ID |
| ----------------------------------------------------------------------------------------- | --------------------------------------- | ------------------------------------ |
| Custom Format | Score | 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-remux']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq-remux) | {{ radarr['cf']['hq-remux']['trash_score'] }} | {{ radarr['cf']['hq-remux']['trash_id'] }} |
| [{{ radarr['cf']['hq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq) | 0 | {{ radarr['cf']['hq']['trash_id'] }} |
| [{{ radarr['cf']['hq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq) | 0 | {{ radarr['cf']['hq']['trash_id'] }} |
Use the following main settings in your profile.
![!cf-profile-remux1080](images/cf-profile-remux1080.png)
!!! fail ""
!!! attention "Make sure you don't check the BR-DISK."
Make sure you don't check the BR-DISK. The reason why I didn't select the WEB-DL 720p is because you will hardly find any releases that aren't done as 1080p WEB-DL
The reason why I didn't select the WEB-DL 720p is because you will hardly find any releases that aren't done as 1080p WEB-DL.
??? example "The following workflow will be applied:"
@ -243,19 +236,17 @@ For this Quality Profile we're going to make use of the following Custom Formats
<!-- --8<-- "includes/cf/misc.md" -->
??? summary "HQ Source Groups - [CLICK TO EXPAND]"
| Custom Format | Score | Trash ID |
| ----------------------------------------------------------------------------------------- | --------------------------------------- | ------------------------------------ |
| Custom Format | Score | 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-remux']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq-remux) | {{ radarr['cf']['hq-remux']['trash_score'] }} | {{ radarr['cf']['hq-remux']['trash_id'] }} |
| [{{ radarr['cf']['hq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq) | 0 | {{ radarr['cf']['hq']['trash_id'] }} |
| [{{ radarr['cf']['hq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq) | 0 | {{ radarr['cf']['hq']['trash_id'] }} |
Use the following main settings in your profile.
![!cf-profile-remux2160](images/cf-profile-remux2160.png)
!!! fail ""
Make sure you don't check the BR-DISK.
!!! attention "Make sure you don't check the BR-DISK."
??? example "The following workflow will be applied:"
@ -318,11 +309,11 @@ Use the following main settings in your profile.
??? tip "Avoid using the x264/x265 Custom Format - [CLICK TO EXPAND]"
Avoid using the x264/x265 Custom Format with a score if possible, it's smarter to use the [720/1080p no x265](/Radarr/Radarr-collection-of-custom-formats/#x265-7201080p){:target="_blank" rel="noopener noreferrer"} Custom Format.
Avoid using the x264/x265 Custom Format with a score if possible, it's smarter to use the [{{ radarr['cf']['x265-hd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-hd){:target="_blank" rel="noopener noreferrer"} Custom Format.
Something like 95% of video files are x264 and have much better direct play support. If you have more than a of couple users, you will notice much more transcoding.
Use x265 only for 4k releases and the [720/1080p no x265](/Radarr/Radarr-collection-of-custom-formats/#x265-7201080p){:target="_blank" rel="noopener noreferrer"} makes sure you still get the x265 releases.
Use x265 only for 4k releases and the [{{ radarr['cf']['x265-hd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-hd){:target="_blank" rel="noopener noreferrer"} makes sure you still get the x265 releases.
## Thanks

@ -27,7 +27,7 @@
"negate": true,
"required": true,
"fields": {
"value": "[^-]DD[P+]|e[-_. ]?ac3"
"value": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b"
}
},
{

@ -10,7 +10,7 @@
"negate": true,
"required": true,
"fields": {
"value": "[^-]DD[P+]|e[-_. ]?ac3"
"value": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b"
}
},
{

@ -10,7 +10,7 @@
"negate": false,
"required": true,
"fields": {
"value": "^(?!.*\\b((?<!HD[._ -]|HD)DVD|BDRip|720p|MKV|XviD|WMV|d3g|REMUX|[xh][-_. ]?26[45]|German.*DL|((?<=\\d{4}).*German.*(DL)?)(?=.*\\b(AVC|HEVC|VC[-_. ]?1|MVC|MPEG[-_. ]?2)\\b))\\b)(((?=.*(Blu[-_. ]?ray|BD|HD[-_. ]?DVD)\\b)(?=.*\\b(AVC|HEVC|VC[-_. ]?1|MVC|MPEG[-_. ]?2|BDMV|ISO)\\b))|^((?=.*\\b(^((?=.*\\b((.*_)?COMPLETE.*|Dis[ck])\\b)(?=.*(Blu[-_. ]?ray|HD[-_. ]?DVD)))|3D[-_. ]?BD|BR[-_. ]?DISK|Full[-_. ]?Blu[-_. ]?ray|^((?=.*((BD|UHD)[-_. ]?(25|50|66|100|ISO)))))))).*"
"value": "^(?!.*\\b((?<!HD[._ -]|HD)DVD|BDRip|MKV|XviD|WMV|d3g|BDREMUX|REMUX|^(?=.*1080p)(?=.*HEVC)|[xh][-_. ]?26[45]|German.*DL|((?<=\\d{4}).*German.*(DL)?)(?=.*\\b(AVC|HEVC|VC[-_. ]?1|MVC|MPEG[-_. ]?2)\\b))\\b)(((?=.*(Blu[-_. ]?ray|BD|HD[-_. ]?DVD)\\b)(?=.*\\b(AVC|HEVC|VC[-_. ]?1|MVC|MPEG[-_. ]?2|BDMV|ISO)\\b))|^((?=.*\\b(^((?=.*\\b((.*_)?COMPLETE.*|Dis[ck])\\b)(?=.*(Blu[-_. ]?ray|HD[-_. ]?DVD)))|3D[-_. ]?BD|BR[-_. ]?DISK|Full[-_. ]?Blu[-_. ]?ray|^((?=.*((BD|UHD)[-_. ]?(25|50|66|100|ISO)))))))).*"
}
}
]

@ -18,7 +18,7 @@
"negate": true,
"required": true,
"fields": {
"value": "[^-]DD[P+]|e[-_. ]?ac3"
"value": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b"
}
},
{

@ -10,7 +10,7 @@
"negate": false,
"required": true,
"fields": {
"value": "[^-]DD[P+]|e[-_. ]?ac3"
"value": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b"
}
},
{

@ -9,7 +9,7 @@
"negate": false,
"required": true,
"fields": {
"value": "[^-]DD[P+](?!A)|e[-_. ]?ac3"
"value": "\\bDD[P+](?!A)|\\b(e[-_. ]?ac3)\\b"
}
},
{

@ -27,7 +27,7 @@
"negate": true,
"required": true,
"fields": {
"value": "[^-]DD[P+]|e[-_. ]?ac3"
"value": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b"
}
},
{

@ -27,7 +27,7 @@
"negate": true,
"required": true,
"fields": {
"value": "[^-]DD[P+]|e[-_. ]?ac3"
"value": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b"
}
},
{

@ -28,7 +28,7 @@
"negate": true,
"required": true,
"fields": {
"value": "[^-]DD[P+]|e[-_. ]?ac3"
"value": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b"
}
},
{

@ -36,7 +36,7 @@
"negate": true,
"required": true,
"fields": {
"value": "[^-]DD[P+]|e[-_. ]?ac3"
"value": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b"
}
},
{

@ -36,7 +36,7 @@
"negate": true,
"required": true,
"fields": {
"value": "[^-]DD[P+]|e[-_. ]?ac3"
"value": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b"
}
},
{

@ -1,6 +1,7 @@
{
"trash_id": "e23edd2482476e595fb990b12e7c609c",
"trash_score": "1500",
"trash_regex": "https://regex101.com/r/pADWJD/5",
"name": "DV HDR10",
"includeCustomFormatWhenRenaming": false,
"specifications": [
@ -10,7 +11,7 @@
"negate": false,
"required": true,
"fields": {
"value": "\\b(DV[ .]HDR10|HDR10[ .]DV)\\b"
"value": "^(?=.*\\b(HDR(10)?)\\b)(?=.*\\b(DV|DoVi)\\b)"
}
},
{
@ -19,7 +20,7 @@
"negate": true,
"required": true,
"fields": {
"value": "\\b(DV[ ]HLG)\\b"
"value": "\\b(DV[ .]HLG)\\b"
}
},
{
@ -28,7 +29,7 @@
"negate": true,
"required": true,
"fields": {
"value": "\\b(DV[ ]SDR)\\b"
"value": "\\b(DV[ .]SDR)\\b"
}
}
]

@ -10,16 +10,16 @@
"negate": false,
"required": true,
"fields": {
"value": "\\b(DV[ ]HLG)\\b"
"value": "\\b(DV[ .]HLG)\\b"
}
},
{
"name": "not DV HDR10",
"name": "Not DV HDR10",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(DV[ .]HDR10|HDR10[ .]DV)\\b"
"value": "^(?=.*\\b(HDR(10)?)\\b)(?=.*\\b(DV|DoVi)\\b)"
}
},
{
@ -28,7 +28,7 @@
"negate": true,
"required": true,
"fields": {
"value": "\\b(DV[ ]SDR)\\b"
"value": "\\b(DV[ .]SDR)\\b"
}
}
]

@ -10,7 +10,7 @@
"negate": false,
"required": true,
"fields": {
"value": "\\b(DV[ ]SDR)\\b"
"value": "\\b(DV[ .]SDR)\\b"
}
},
{
@ -19,7 +19,7 @@
"negate": true,
"required": true,
"fields": {
"value": "\\b(DV[ .]HDR10|HDR10[ .]DV)\\b"
"value": "^(?=.*\\b(HDR(10)?)\\b)(?=.*\\b(DV|DoVi)\\b)"
}
},
{
@ -28,7 +28,7 @@
"negate": true,
"required": true,
"fields": {
"value": "\\b(DV[ ]HLG)\\b"
"value": "\\b(DV[ .]HLG)\\b"
}
}
]

@ -19,7 +19,7 @@
"negate": true,
"required": true,
"fields": {
"value": "\\b(DV[ .]HDR10|HDR10[ .]DV)\\b"
"value": "^(?=.*\\b(HDR(10)?)\\b)(?=.*\\b(DV|DoVi)\\b)"
}
},
{
@ -28,7 +28,7 @@
"negate": true,
"required": true,
"fields": {
"value": "\\b(DV[ ]HLG)\\b"
"value": "\\b(DV[ .]HLG)\\b"
}
},
{
@ -37,7 +37,7 @@
"negate": true,
"required": true,
"fields": {
"value": "\\b(DV[ ]SDR)\\b"
"value": "\\b(DV[ .]SDR)\\b"
}
}
]

@ -63,7 +63,7 @@
"negate": true,
"required": true,
"fields": {
"value": "[^-]DD[P+]|e[-_. ]?ac3"
"value": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b"
}
}
]

@ -19,7 +19,7 @@
"negate": true,
"required": true,
"fields": {
"value": "\\b(DV[ .]HDR10|HDR10[ .]DV)\\b"
"value": "^(?=.*\\b(HDR(10)?)\\b)(?=.*\\b(DV|DoVi)\\b)"
}
},
{

@ -19,7 +19,7 @@
"negate": true,
"required": true,
"fields": {
"value": "\\b(DV[ .]HDR10|HDR10[ .]DV)\\b"
"value": "^(?=.*\\b(HDR(10)?)\\b)(?=.*\\b(DV|DoVi)\\b)"
}
},
{

@ -157,6 +157,15 @@
"value": "\\bmonkee\\b"
}
},
{
"name": "MZABI",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\bMZABI\\b"
}
},
{
"name": "NOSiViD",
"implementation": "ReleaseTitleSpecification",
@ -193,6 +202,15 @@
"value": "-PHOENiX\\b"
}
},
{
"name": "playWEB",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\bplayWEB\\b"
}
},
{
"name": "ROCCaT",
"implementation": "ReleaseTitleSpecification",

@ -63,7 +63,7 @@
"negate": true,
"required": true,
"fields": {
"value": "[^-]DD[P+]|e[-_. ]?ac3"
"value": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b"
}
}
]

@ -28,7 +28,7 @@
"negate": true,
"required": true,
"fields": {
"value": "[^-]DD[P+]|e[-_. ]?ac3"
"value": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b"
}
},
{

@ -28,7 +28,7 @@
"negate": true,
"required": true,
"fields": {
"value": "[^-]DD[P+]|e[-_. ]?ac3"
"value": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b"
}
},
{

@ -58,6 +58,15 @@
"value": "\\b(monkee)\\b"
}
},
{
"name": "MZABI",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(MZABI)\\b"
}
},
{
"name": "PHOENiX",
"implementation": "ReleaseGroupSpecification",
@ -67,6 +76,15 @@
"value": "\\b(PHOENiX)\\b"
}
},
{
"name": "playWEB",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(playWEB)\\b"
}
},
{
"name": "SMURF",
"implementation": "ReleaseGroupSpecification",

@ -27,7 +27,7 @@
"negate": true,
"required": true,
"fields": {
"value": "[^-]DD[P+]|e[-_. ]?ac3"
"value": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b"
}
},
{

@ -19,7 +19,7 @@
"negate": true,
"required": true,
"fields": {
"value": "[^-]DD[P+]|e[-_. ]?ac3"
"value": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b"
}
},
{

@ -10,8 +10,9 @@
"negate": false,
"required": true,
"fields": {
"value": "^(?!.*\\b((?<!HD[._ -]|HD)DVD|BDRip|720p|MKV|XviD|WMV|d3g|REMUX|[xh][-_. ]?26[45]|German.*DL|((?<=\\d{4}).*German.*(DL)?)(?=.*\\b(AVC|HEVC|VC[-_. ]?1|MVC|MPEG[-_. ]?2)\\b))\\b)(((?=.*(Blu[-_. ]?ray|BD|HD[-_. ]?DVD)\\b)(?=.*\\b(AVC|HEVC|VC[-_. ]?1|MVC|MPEG[-_. ]?2|BDMV|ISO)\\b))|^((?=.*\\b(^((?=.*\\b((.*_)?COMPLETE.*|Dis[ck])\\b)(?=.*(Blu[-_. ]?ray|HD[-_. ]?DVD)))|3D[-_. ]?BD|BR[-_. ]?DISK|Full[-_. ]?Blu[-_. ]?ray|^((?=.*((BD|UHD)[-_. ]?(25|50|66|100|ISO)))))))).*"
"value": "^(?!.*\\b((?<!HD[._ -]|HD)DVD|BDRip|MKV|XviD|WMV|d3g|BDREMUX|REMUX|^(?=.*1080p)(?=.*HEVC)|[xh][-_. ]?26[45]|German.*DL|((?<=\\d{4}).*German.*(DL)?)(?=.*\\b(AVC|HEVC|VC[-_. ]?1|MVC|MPEG[-_. ]?2)\\b))\\b)(((?=.*(Blu[-_. ]?ray|BD|HD[-_. ]?DVD)\\b)(?=.*\\b(AVC|HEVC|VC[-_. ]?1|MVC|MPEG[-_. ]?2|BDMV|ISO)\\b))|^((?=.*\\b(^((?=.*\\b((.*_)?COMPLETE.*|Dis[ck])\\b)(?=.*(Blu[-_. ]?ray|HD[-_. ]?DVD)))|3D[-_. ]?BD|BR[-_. ]?DISK|Full[-_. ]?Blu[-_. ]?ray|^((?=.*((BD|UHD)[-_. ]?(25|50|66|100|ISO)))))))).*"
}
}
]
}

@ -18,7 +18,7 @@
"negate": true,
"required": true,
"fields": {
"value": "[^-]DD[P+]|e[-_. ]?ac3"
"value": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b"
}
},
{

@ -10,7 +10,7 @@
"negate": false,
"required": true,
"fields": {
"value": "[^-]DD[P+]|e[-_. ]?ac3"
"value": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b"
}
},
{

@ -9,7 +9,7 @@
"negate": false,
"required": true,
"fields": {
"value": "[^-]DD[P+](?!A)|e[-_. ]?ac3"
"value": "\\bDD[P+](?!A)|\\b(e[-_. ]?ac3)\\b"
}
},
{

@ -27,7 +27,7 @@
"negate": true,
"required": true,
"fields": {
"value": "[^-]DD[P+]|e[-_. ]?ac3"
"value": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b"
}
},
{

@ -27,7 +27,7 @@
"negate": true,
"required": true,
"fields": {
"value": "[^-]DD[P+]|e[-_. ]?ac3"
"value": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b"
}
},
{

@ -28,7 +28,7 @@
"negate": true,
"required": true,
"fields": {
"value": "[^-]DD[P+]|e[-_. ]?ac3"
"value": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b"
}
},
{

@ -36,7 +36,7 @@
"negate": true,
"required": true,
"fields": {
"value": "[^-]DD[P+]|e[-_. ]?ac3"
"value": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b"
}
},
{

@ -36,7 +36,7 @@
"negate": true,
"required": true,
"fields": {
"value": "[^-]DD[P+]|e[-_. ]?ac3"
"value": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b"
}
},
{

@ -1,6 +1,7 @@
{
"trash_id": "7878c33f1963fefb3d6c8657d46c2f0a",
"trash_score": "1500",
"trash_regex": "https://regex101.com/r/pADWJD/5",
"name": "DV HDR10",
"includeCustomFormatWhenRenaming": false,
"specifications": [
@ -10,7 +11,7 @@
"negate": false,
"required": true,
"fields": {
"value": "\\b(DV[ .]HDR10|HDR10[ .]DV)\\b"
"value": "^(?=.*\\b(HDR(10)?)\\b)(?=.*\\b(DV|DoVi)\\b)"
}
},
{
@ -19,7 +20,7 @@
"negate": true,
"required": true,
"fields": {
"value": "\\b(DV[ ]HLG)\\b"
"value": "\\b(DV[ .]HLG)\\b"
}
},
{
@ -28,7 +29,7 @@
"negate": true,
"required": true,
"fields": {
"value": "\\b(DV[ ]SDR)\\b"
"value": "\\b(DV[ .]SDR)\\b"
}
}
]

@ -10,16 +10,16 @@
"negate": false,
"required": true,
"fields": {
"value": "\\b(DV[ ]HLG)\\b"
"value": "\\b(DV[ .]HLG)\\b"
}
},
{
"name": "not DV HDR10",
"name": "Not DV HDR10",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(DV[ .]HDR10|HDR10[ .]DV)\\b"
"value": "^(?=.*\\b(HDR(10)?)\\b)(?=.*\\b(DV|DoVi)\\b)"
}
},
{
@ -28,7 +28,7 @@
"negate": true,
"required": true,
"fields": {
"value": "\\b(DV[ ]SDR)\\b"
"value": "\\b(DV[ .]SDR)\\b"
}
}
]

@ -10,7 +10,7 @@
"negate": false,
"required": true,
"fields": {
"value": "\\b(DV[ ]SDR)\\b"
"value": "\\b(DV[ .]SDR)\\b"
}
},
{
@ -19,7 +19,7 @@
"negate": true,
"required": true,
"fields": {
"value": "\\b(DV[ .]HDR10|HDR10[ .]DV)\\b"
"value": "^(?=.*\\b(HDR(10)?)\\b)(?=.*\\b(DV|DoVi)\\b)"
}
},
{
@ -28,7 +28,7 @@
"negate": true,
"required": true,
"fields": {
"value": "\\b(DV[ ]HLG)\\b"
"value": "\\b(DV[ .]HLG)\\b"
}
}
]

@ -19,7 +19,7 @@
"negate": true,
"required": true,
"fields": {
"value": "\\b(DV[ .]HDR10|HDR10[ .]DV)\\b"
"value": "^(?=.*\\b(HDR(10)?)\\b)(?=.*\\b(DV|DoVi)\\b)"
}
},
{
@ -28,7 +28,7 @@
"negate": true,
"required": true,
"fields": {
"value": "\\b(DV[ ]HLG)\\b"
"value": "\\b(DV[ .]HLG)\\b"
}
},
{
@ -37,7 +37,7 @@
"negate": true,
"required": true,
"fields": {
"value": "\\b(DV[ ]SDR)\\b"
"value": "\\b(DV[ .]SDR)\\b"
}
}
]

@ -63,7 +63,7 @@
"negate": true,
"required": true,
"fields": {
"value": "[^-]DD[P+]|e[-_. ]?ac3"
"value": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b"
}
}
]

@ -19,7 +19,7 @@
"negate": true,
"required": true,
"fields": {
"value": "\\b(DV[ .]HDR10|HDR10[ .]DV)\\b"
"value": "^(?=.*\\b(HDR(10)?)\\b)(?=.*\\b(DV|DoVi)\\b)"
}
},
{

@ -19,7 +19,7 @@
"negate": true,
"required": true,
"fields": {
"value": "\\b(DV[ .]HDR10|HDR10[ .]DV)\\b"
"value": "^(?=.*\\b(HDR(10)?)\\b)(?=.*\\b(DV|DoVi)\\b)"
}
},
{

@ -63,7 +63,7 @@
"negate": true,
"required": true,
"fields": {
"value": "[^-]DD[P+]|e[-_. ]?ac3"
"value": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b"
}
}
]

@ -28,7 +28,7 @@
"negate": true,
"required": true,
"fields": {
"value": "[^-]DD[P+]|e[-_. ]?ac3"
"value": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b"
}
},
{

@ -28,7 +28,7 @@
"negate": true,
"required": true,
"fields": {
"value": "[^-]DD[P+]|e[-_. ]?ac3"
"value": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b"
}
},
{

@ -11,3 +11,6 @@
| [{{ radarr['cf']['hdr-undefined']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hdr-undefined) | {{ radarr['cf']['hdr-undefined']['trash_score'] }} | {{ radarr['cf']['hdr-undefined']['trash_id'] }} |
| [{{ radarr['cf']['pq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#pq) | {{ radarr['cf']['pq']['trash_score'] }} | {{ radarr['cf']['pq']['trash_id'] }} |
| [{{ radarr['cf']['hlg']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hlg) | {{ radarr['cf']['hlg']['trash_score'] }} | {{ radarr['cf']['hlg']['trash_id'] }} |
!!! hint
If you (or family members you share your collection with) have a setup that doesn't support Dolby Vision then it's best to add **ALL** the HDR Metadata even the ones with DV in it, and then make sure you make use of the [{{ radarr['cf']['dv-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-webdl) Custom Format with a score of {{ radarr['cf']['dv-webdl']['trash_score'] }}

@ -0,0 +1,8 @@
!!! attention "Attention"
All the used scores and combination of Custom Formats in this Guide are tested to get the desired results and prevent download loops as much as possible.
From experience most of the time when people change scores or leave out certain CF that work together they end up with undesired results.
If you're unsure or have questions do not hesitate to ask for help on Discord
[![Discord chat](https://img.shields.io/discord/492590071455940612?style=for-the-badge&color=4051B5&logo=discord)](https://trash-guides.info/discord){:target="_blank" rel="noopener noreferrer"}

@ -4,7 +4,7 @@
| [{{ radarr['cf']['br-disk']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#br-disk) | {{ radarr['cf']['br-disk']['trash_score'] }} | {{ radarr['cf']['br-disk']['trash_id'] }} |
| [{{ radarr['cf']['evo-no-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#evo-no-webdl) | {{ radarr['cf']['evo-no-webdl']['trash_score'] }} | {{ radarr['cf']['evo-no-webdl']['trash_id'] }} |
| [{{ radarr['cf']['lq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#lq) | {{ radarr['cf']['lq']['trash_score'] }} | {{ radarr['cf']['lq']['trash_id'] }} |
| [{{ radarr['cf']['x265-7201080p']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-7201080p) :bangbang: | {{ radarr['cf']['x265-7201080p']['trash_score'] }} | {{ radarr['cf']['x265-7201080p']['trash_id'] }} |
| [{{ radarr['cf']['x265-hd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-hd) :bangbang: | {{ radarr['cf']['x265-hd']['trash_score'] }} | {{ radarr['cf']['x265-hd']['trash_id'] }} |
| [{{ radarr['cf']['x265-no-hdrdv']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv) :bangbang: | {{ radarr['cf']['x265-no-hdrdv']['trash_score'] }} | {{ radarr['cf']['x265-no-hdrdv']['trash_id'] }} |
| [{{ radarr['cf']['3d']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#3d) | {{ radarr['cf']['3d']['trash_score'] }} | {{ radarr['cf']['3d']['trash_id'] }} |
| [{{ radarr['cf']['no-rlsgroup']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#no-rlsgroup) | {{ radarr['cf']['no-rlsgroup']['trash_score'] }} | {{ radarr['cf']['no-rlsgroup']['trash_id'] }} |
@ -13,32 +13,30 @@
| [{{ radarr['cf']['bad-dual-groups']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#bad-dual-groups) | {{ radarr['cf']['bad-dual-groups']['trash_score'] }} | {{ radarr['cf']['bad-dual-groups']['trash_id'] }} |
| [{{ radarr['cf']['dv-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-webdl) | ?????? | {{ radarr['cf']['dv-webdl']['trash_id'] }} |
??? example "Breakdown and Why - [CLICK TO EXPAND]"
!!! example "Breakdown and Why"
- **{{ radarr['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.
- **{{ 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']['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.
- **{{ radarr['cf']['x265-7201080p']['name'] }}:** This blocks/ignores 720/1080p releases that are encoded in x265 - More info [HERE](/Misc/x265-4k/){:target="_blank" rel="noopener noreferrer"}.
- **{{ radarr['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"}.
!!! Danger "Danger :bangbang:"
!!! Danger "Don't use this together with the following Custom Format [{{ radarr['cf']['x265-no-hdrdv']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv) :bangbang:"
Don't use this together with the following Custom Format [{{ radarr['cf']['x265-no-hdrdv']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv)
- **{{ radarr['cf']['x265-no-hdrdv']['name'] }}:** This blocks/ignores 720/1080p (HD) releases that are encoded in x265. - More info [HERE](/Misc/x265-4k/){:target="_blank" rel="noopener noreferrer"}.
**but it will allow to exclude/bypass if it has HDR and/or DV**
*Being that some NF releases won't be released as 4k, but you want to have DV/HDR releases.*
In your quality profile use the following score for this Custom Format: `-10000`
In your quality profile use the following score for this Custom Format: `{{ radarr['cf']['x265-no-hdrdv']['trash_score'] }}`
!!! Danger "Danger :bangbang:"
!!! Danger "Don't use this together with the following Custom Format [{{ radarr['cf']['x265-hd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-hd) :bangbang:"
Don't use this together with the following Custom Format [{{ radarr['cf']['x265-7201080p']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-hd)
- **{{ radarr['cf']['3d']['name'] }}:** Is 3D still a thing for home use ?
- **{{ 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)
- **{{ radarr['cf']['retags']['name'] }}:** [Optional] (use these only if you dislike retagged releases)
- **{{ radarr['cf']['bad-dual-groups']['name'] }}:** These groups take the original release, then they add their own preferred language (ex. Portuguese) as the main audio track (AAC 2.0), What results after renaming and FFprobe that the media file will be recognized as Portuguese AAC audio. It's a common rule that you add the best audio as first.
- **{{ 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)
- **{{ radarr['cf']['retags']['name'] }}:** [*Optional*] (use these only if you dislike retagged releases)
- **{{ radarr['cf']['bad-dual-groups']['name'] }}:** [*Optional*] These groups take the original release, then they add their own preferred language (ex. Portuguese) as the main audio track (AAC 2.0), What results after renaming and FFprobe that the media file will be recognized as Portuguese AAC audio. It's a common rule that you add the best audio as first.
Also they often even rename the release name in to Portuguese.
- **{{ radarr['cf']['dv-webdl']['name'] }}:** This is a special Custom Format that Block WEBDL with Dolby Vision but without HDR10 fallback.
@ -52,4 +50,4 @@
`[DV WEBDL]` = This custom format you need to score depending of your personal use and setup.
- 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 `-10000`.
- 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'] }}`.

@ -62,7 +62,7 @@ plugins:
j2_variable_end_string: "]]"
- redirects:
redirect_maps:
# updates.txt: updates.txt
updates.txt: updates.txt
discord.md: https://discord.gg/Vau8dZ3
syno-script.md: https://github.com/TRaSH-/Guides-Synology-Templates/blob/main/script/trash_syno_installer.sh
# Radarr old redirects

Loading…
Cancel
Save