Merge pull request #764 from TRaSH-/Radarr-Maintenance-release

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

@ -48,31 +48,31 @@ 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) | [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) | |   |   |
| Movie Versions | Unwanted | HQ Source Groups | Streaming Services |
| --------------------------------------------- | ---------------------------------- | --------------------- | ---------------------- |
| [Hybrid](#hybrid) | [BR-DISK](#br-disk) | [HQ-Remux](#hq-remux) | [Amazon](#amzn) |
| [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) | [x265 (HD)](#x265-hd) | | [Hulu](#hulu) |
| [Theatrical Cut](#theatrical-cut) | [x265 (no HDR/DV)](#x265-no-hdrdv) | | [Netflix](#nf) |
| [IMAX](#imax) | | | [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) | [Bad Dual Groups](#bad-dual-groups) |   |   |
| [MPEG2](#mpeg2) | |   |   |
| [FreeLeech](#freeleech) | |   |   |
| [Dutch Groups](#dutch-groups) | |   |   |
| [Anime Dual Audio](#anime-dual-audio) | |   |   |
## Audio Advanced
@ -889,14 +889,12 @@ I also made 3 guides related to this one.
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`
In your quality profile use the following score for this Custom Format: `{{ radarr['cf']['x265-hd']['trash_score'] }}`
!!! 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)
!!! 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) :warning:"
??? example "JSON - [CLICK TO EXPAND]"
@ -918,11 +916,9 @@ I also made 3 guides related to this one.
*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`
!!! Danger
In your quality profile use the following score for this Custom Format: `{{ radarr['cf']['x265-no-hdrdv']['trash_score'] }}`
Don't use this together with the following Custom Format [{{ radarr['cf']['x265-hd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-hd)
!!! Danger "Don't use this together with the following Custom Format [{{ radarr['cf']['x265-hd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-hd) :warning:"
??? example "JSON - [CLICK TO EXPAND]"
@ -971,24 +967,6 @@ I also made 3 guides related to this one.
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/dv-webdl.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
------
### Bad Dual Groups
??? 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/bad-dual-groups.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
------
## Optional
@ -1064,6 +1042,24 @@ I also made 3 guides related to this one.
<sub><sup>[TOP](#index)</sup>
<sub><sup>[TOP](#index)</sup>
------
### Bad Dual Groups
??? 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/bad-dual-groups.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
------
## Misc

@ -1,40 +1,41 @@
# How to update Custom Formats
Here I will show you various ways on how to update your Custom Formats with any changes from the guide or changes provided to you from other sources, without losing the scoring in your Quality Profile.
Here I will try to explain how you can manually update Custom Formats for Radarr v3+, With any changes from the guide or changes provided to you from other sources, without losing the scoring in your Quality Profile.
## Manual
!!! info "Keep in mind Custom Formats are made to fine tune your Quality Profile.<br>Generally, quality trumps all"
!!! note ""
Starting from v4.0.0.5653 Radarr now supports Import to update existing Custom Formats.
## How to Copy/Paste the JSON
The manual way is almost the same as the Import Custom Format way.
The manual way is almost the same as the Import Custom Format way found [HERE](/Radarr/Radarr-import-custom-formats/){:target="_blank" rel="noopener noreferrer"}
In Radarr
### In Radarr
`Settings` => `Custom Formats`
![cf-settings-cf](images/cf-settings-cf.png)
Open the Custom Format you want to update.
### Open the Custom Format you want to update
![!Import To Update](images/cf-import-to-update.png)
### Paste the Custom Format
In the empty `Custom Format JSON` box (1) you just paste the `JSON` that you got from the [Custom Format Collection](/Radarr/Radarr-collection-of-custom-formats/){:target="_blank" rel="noopener noreferrer"} or provided to you from other sources followed by the `Import` button (2).
![cf-import-cf](images/cf-import-cf.png)
### Save the Custom Format
After selecting the `Import` button you will get a screen that has all the Custom Format variables filled in correctly, all you need to do now is click on the `Save` button and you're done.
![cf-import-done](images/cf-import-done.png)
!!! attention
The Import to update existing Custom Formats replaces the existing Custom Format, so all manual changes you did to it will be lost :bangbang:
!!! attention "The Import to update existing Custom Formats replaces the existing Custom Format, so all manual changes you did to it will be lost :warning:"
------
### TRaSH Sync
## Automatically
This can be done also automatically with one of the TRaSH Sync Applications,
Use one of the 3rd Party Sync options that you can find [HERE](/Misc/trash-sync){:target="_blank" rel="noopener noreferrer"}.
more info can be found [Here](/Misc/trash-sync/){:target="_blank" rel="noopener noreferrer"}
{! include-markdown "../../includes/support.md" !}
<!-- --8<-- "includes/support.md" -->
--8<-- "includes/support.md"

@ -1,54 +1,51 @@
# How to import Custom Formats
Here I will try to explain how you can import Custom Formats for Radarr v3.
Here I will try to explain how you can manually import Custom Formats for Radarr v3+.
!!! attention
Keep in mind Custom Formats are made to fine tune your Quality Profile
**Quality Profile trumps Custom Formats**
More info [HERE](/Radarr/Radarr-setup-custom-formats/){:target="_blank" rel="noopener noreferrer"}
!!! info "Keep in mind Custom Formats are made to fine tune your Quality Profile.<br>Generally, quality trumps all"
## How to Copy/Paste the JSON from the site
In this example I will use the [BR-DISK](/Radarr/Radarr-collection-of-custom-formats/#br-disk){:target="_blank" rel="noopener noreferrer"} Custom Format, the one most people don't want to download anyway. And if you do, then you probably don't use Radarr or Plex, being both don't support it.
Visit the [Collection of Custom Formats](/Radarr/Radarr-collection-of-custom-formats/){:target="_blank" rel="noopener noreferrer"} and select [BR-DISK](/Radarr/Radarr-collection-of-custom-formats/#br-disk){:target="_blank" rel="noopener noreferrer"} from the table.
In this example I will use the [{{ radarr['cf']['br-disk']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#br-disk){:target="_blank" rel="noopener noreferrer"} Custom Format, the one most people don't want to download anyway. And if you do, then you probably don't use any of the Starr apps or Plex, being both don't support it.
??? success "example - [CLICK TO EXPAND]"
Visit the [Collection of Custom Formats](/Radarr/Radarr-collection-of-custom-formats/){:target="_blank" rel="noopener noreferrer"} and select [{{ radarr['cf']['br-disk']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#br-disk){:target="_blank" rel="noopener noreferrer"} from the table.
![cf-table-select-brdisk](images/cf-table-select-brdisk.png)
![cf-table-select-brdisk](images/cf-table-select-brdisk.png)
Expand the JSON for BR-DISK
### Expand the JSON for BR-DISK
??? success "example - [CLICK TO EXPAND]"
![cf-json-expand](images/cf-json-expand.png)
![cf-json-expand](images/cf-json-expand.png)
Then click the copy icon in the top right corner
??? success "example - [CLICK TO EXPAND]"
![cf-json-copy-paste](images/cf-json-copy-paste.png)
![cf-json-copy-paste](images/cf-json-copy-paste.png)
## How to import a JSON Custom Format
In Radarr
### In Radarr
`Settings` => `Custom Formats`
![cf-settings-cf](images/cf-settings-cf.png)
### Add a new Custom Format
Then click on the ![cf-plus-add-small](images/cf-plus-add-small.png) to add a new Custom Format.
### Import the Custom Format
Followed by the `Import` in the lower left.
![cf-import](images/cf-import.png)
### Paste the Custom Format
Paste the `JSON` in the empty `Custom Format JSON` box (1) that you got from the [Custom Format Collection](/Radarr/Radarr-collection-of-custom-formats/){:target="_blank" rel="noopener noreferrer"} followed by the `Import` button (2).
![cf-import-cf](images/cf-import-cf.png)
### Save the Custom Format
After selecting the `Import` button you will get a screen that has all the Custom Formats variables filled in correctly,
all you need to do now is click on the `Save` button and you're done.
@ -58,13 +55,16 @@ all you need to do now is click on the `Save` button and you're done.
## Start adding other Custom Formats wisely
!!! tip
!!! info ""
Start adding more Custom Formats wisely, **Don't add all the available Custom Formats!!!**
Personally, I would only add the Custom Formats that do what you actually prefer, especially in the beginning, including the [Releases you should avoid](/Radarr/Radarr-setup-custom-formats/#releases-you-should-avoid)
Check out the [How to setup Custom Formats](/Radarr/Radarr-setup-custom-formats/) where I will explain how to make the most use of custom formats and show some personal examples that I'm using. You can use these examples to get an idea on how to setup yours.
### TRaSH Sync
This can be done also automatically with one of the TRaSH Sync Applications,
Check out the [How to setup Custom Formats](/Radarr/Radarr-setup-custom-formats/) where I will explain how to make the most use of custom formats and show some personal examples that I'm using. You can use these examples to get an idea on how to setup yours.
more info can be found [Here](/Misc/trash-sync/){:target="_blank" rel="noopener noreferrer"}
{! include-markdown "../../includes/support.md" !}
<!-- --8<-- "includes/support.md" -->
--8<-- "includes/support.md"

@ -57,7 +57,6 @@ At the bottom in your chosen profile you will see the added Custom Formats where
------
{! include-markdown "../../includes/merge-quality/radarr-current-logic.md" !}
<!-- --8<-- "includes/merge-quality/radarr-current-logic.md" -->
------
@ -75,8 +74,7 @@ All these examples make use of the [Collection of Custom Formats](/Radarr/Radarr
This is a must have for every Quality Profile you use in my opinion. All these Custom Formats make sure you don't get Low Quality Releases.
{! include-markdown "../../includes/cf/unwanted.md" !}
<!-- --8<-- "includes/cf/unwanted.md" -->
{! include-markdown "../../includes/cf/radarr-unwanted.md" !}
------
@ -86,8 +84,7 @@ Lets say you prefer HD audio (with object metadata)
In this example I have lossy Atmos over lossless DTS because the object metadata matters more to me over lossy vs lossless.
{! include-markdown "../../includes/cf/audio.md" !}
<!-- --8<-- "includes/cf/audio.md" -->
{! include-markdown "../../includes/cf/radarr-audio.md" !}
------
@ -97,8 +94,7 @@ Lets say you prefer HDR metadata (HDR or Dolby Vision or Both)
Then we would use the following order:
{! include-markdown "../../includes/cf/hdr-metadata.md" !}
<!-- --8<-- "includes/cf/hdr-metadata.md" -->
{! include-markdown "../../includes/cf/radarr-hdr-metadata.md" !}
------
@ -118,14 +114,11 @@ I suggest to first follow the [Quality Settings (File Size)](/Radarr/Radarr-Qual
For this Quality Profile we're going to make use of the following Custom Formats
{! include-markdown "../../includes/cf/movie-versions.md" !}
<!-- --8<-- "includes/cf/movie-versions.md" -->
{! include-markdown "../../includes/cf/radarr-movie-versions.md" !}
{! include-markdown "../../includes/cf/unwanted.md" !}
<!-- --8<-- "includes/cf/unwanted.md" -->
{! include-markdown "../../includes/cf/radarr-unwanted.md" !}
{! include-markdown "../../includes/cf/misc.md" !}
<!-- --8<-- "includes/cf/misc.md" -->
{! include-markdown "../../includes/cf/radarr-misc.md" !}
??? summary "HQ Source Groups - [CLICK TO EXPAND]"
| Custom Format | Score | Trash ID |
@ -158,8 +151,7 @@ The reason why I didn't select the WEB-DL 720p is because you will hardly find a
If you prefer 2160/4K encodes you might consider to change `Upgrade Until Quality` to Bluray-2160p and enable:
{! include-markdown "../../includes/cf/hdr-metadata.md" !}
<!-- --8<-- "includes/cf/hdr-metadata.md" -->
{! include-markdown "../../includes/cf/radarr-hdr-metadata.md" !}
------
@ -172,17 +164,13 @@ If you think the sizes are too big to your preference then stop reading and see
For this Quality Profile we're going to make use of the following Custom Formats
{! include-markdown "../../includes/cf/audio.md" !}
<!-- --8<-- "includes/cf/audio.md" -->
{! include-markdown "../../includes/cf/radarr-audio.md" !}
{! include-markdown "../../includes/cf/movie-versions.md" !}
<!-- --8<-- "includes/cf/movie-versions.md" -->
{! include-markdown "../../includes/cf/radarr-movie-versions.md" !}
{! include-markdown "../../includes/cf/unwanted.md" !}
<!-- --8<-- "includes/cf/unwanted.md" -->
{! include-markdown "../../includes/cf/radarr-unwanted.md" !}
{! include-markdown "../../includes/cf/misc.md" !}
<!-- --8<-- "includes/cf/misc.md" -->
{! include-markdown "../../includes/cf/radarr-misc.md" !}
??? summary "HQ Source Groups - [CLICK TO EXPAND]"
| Custom Format | Score | Trash ID |
@ -220,20 +208,15 @@ If you think the sizes are too big to your preference then stop reading and see
For this Quality Profile we're going to make use of the following Custom Formats
{! include-markdown "../../includes/cf/audio.md" !}
<!-- --8<-- "includes/cf/audio.md" -->
{! include-markdown "../../includes/cf/radarr-audio.md" !}
{! include-markdown "../../includes/cf/hdr-metadata.md" !}
<!-- --8<-- "includes/cf/hdr-metadata.md" -->
{! include-markdown "../../includes/cf/radarr-hdr-metadata.md" !}
{! include-markdown "../../includes/cf/movie-versions.md" !}
<!-- --8<-- "includes/cf/movie-versions.md" -->
{! include-markdown "../../includes/cf/radarr-movie-versions.md" !}
{! include-markdown "../../includes/cf/unwanted.md" !}
<!-- --8<-- "includes/cf/unwanted.md" -->
{! include-markdown "../../includes/cf/radarr-unwanted.md" !}
{! include-markdown "../../includes/cf/misc.md" !}
<!-- --8<-- "includes/cf/misc.md" -->
{! include-markdown "../../includes/cf/radarr-misc.md" !}
??? summary "HQ Source Groups - [CLICK TO EXPAND]"
| Custom Format | Score | Trash ID |
@ -319,5 +302,4 @@ Use the following main settings in your profile.
A big Thanks to [rg9400](https://github.com/rg9400) for providing me with info needed to create the Tips section.
{! include-markdown "../../includes/support.md" !}
<!-- --8<-- "includes/support.md" -->
--8<-- "includes/support.md"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 36 KiB

@ -1,6 +1,6 @@
??? summary "HDR Metadata - [CLICK TO EXPAND]"
| Custom Format | Score | Trash ID |
| --------------------------------------------------------------------------------------------------- | -------------------------------------------- | ----------------------------------------- |
| Custom Format | Score | Trash ID |
| --------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ----------------------------------------------- |
| [{{ radarr['cf']['dv-hdr10']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-hdr10) | {{ radarr['cf']['dv-hdr10']['trash_score'] }} | {{ radarr['cf']['dv-hdr10']['trash_id'] }} |
| [{{ radarr['cf']['dv']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv) | {{ radarr['cf']['dv']['trash_score'] }} | {{ radarr['cf']['dv']['trash_id'] }} |
| [{{ radarr['cf']['dv-hlg']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-hlg) | {{ radarr['cf']['dv-hlg']['trash_score'] }} | {{ radarr['cf']['dv-hlg']['trash_id'] }} |

@ -1,6 +1,6 @@
??? summary "HQ Source Groups - [CLICK TO EXPAND]"
| Custom Format | Score | Trash ID |
| ----------------------------------------------------------------------------------------- | --------------------------------------- | ------------------------------------ |
| 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']['hq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq) | {{ radarr['cf']['hq']['trash_score'] }} | {{ radarr['cf']['hq']['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'] }} |

@ -0,0 +1,55 @@
??? summary "Unwanted - [CLICK TO EXPAND]"
| Custom Format | Score | Trash ID |
| ------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------------------------------------------------- |
| [{{ 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-hd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-hd) :warning: | {{ 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) :warning: | {{ 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'] }} |
| [{{ radarr['cf']['obfuscated']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#obfuscated) | {{ radarr['cf']['obfuscated']['trash_score'] }} | {{ radarr['cf']['obfuscated']['trash_id'] }} |
| [{{ radarr['cf']['retags']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#retags) | {{ radarr['cf']['retags']['trash_score'] }} | {{ radarr['cf']['retags']['trash_id'] }} |
| [{{ 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'] }} |
------
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-hd']['name'] }}:** This blocks/ignores 720/1080p (HD) releases that are encoded in x265. - More info [HERE](/Misc/x265-4k/){:target="_blank" rel="noopener noreferrer"}.
!!! 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) :warning:"
- **{{ 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: `{{ radarr['cf']['x265-no-hdrdv']['trash_score'] }}`
!!! Danger "Don't use this together with the following Custom Format [{{ radarr['cf']['x265-hd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-hd) :warning:"
- **{{ 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'] }}:** [*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.
This Custom Format works together with the normal DV Custom Format that you can use to prefer Dolby Vision.
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.
!!! hint
`[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 `{{ radarr['cf']['dv-webdl']['trash_score'] }}`.

@ -1,6 +1,6 @@
### Radarr current logic
??? summary "Radarr current logic- [CLICK TO EXPAND]"
??? summary "Radarr current logic - [CLICK TO EXPAND]"
As of 2021-11-06 the logic is as follows:

@ -18,11 +18,9 @@
| [{{ 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" -->
{! include-markdown "../../includes/cf/radarr-misc.md" !}
{! include-markdown "../../includes/cf/unwanted.md" !}
<!-- --8<-- "includes/cf/unwanted.md" -->
{! include-markdown "../../includes/cf/radarr-unwanted.md" !}
### Quality Size

@ -1,13 +1,10 @@
#### Custom Formats and scores
{! include-markdown "../../includes/cf/audio.md" !}
<!-- --8<-- "includes/cf/audio.md" -->
{! include-markdown "../../includes/cf/radarr-audio.md" !}
{! include-markdown "../../includes/cf/hdr-metadata.md" !}
<!-- --8<-- "includes/cf/hdr-metadata.md" -->
{! include-markdown "../../includes/cf/radarr-hdr-metadata.md" !}
{! include-markdown "../../includes/cf/movie-versions-imaxe.md" !}
<!-- --8<-- "includes/cf/movie-versions-imaxe.md" -->
{! include-markdown "../../includes/cf/radarr-movie-versions-imaxe.md" !}
??? summary "HQ Source Groups - [CLICK TO EXPAND]"
| Custom Format | Score | Trash ID |
@ -17,14 +14,11 @@
| [{{ 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'] }} |
{! include-markdown "../../includes/cf/hq4k.md" !}
<!-- --8<-- "includes/cf/hq4k.md" -->
{! include-markdown "../../includes/cf/radarr-hq4k.md" !}
{! include-markdown "../../includes/cf/misc.md" !}
<!-- --8<-- "includes/cf/misc.md" -->
{! include-markdown "../../includes/cf/radarr-misc.md" !}
{! include-markdown "../../includes/cf/unwanted.md" !}
<!-- --8<-- "includes/cf/unwanted.md" -->
{! include-markdown "../../includes/cf/radarr-unwanted.md" !}
### Quality Size

Loading…
Cancel
Save