Splitted up How to import/export Custom Formats and make use of it

- Splitted up How to import/export Custom Formats and make use of it
pull/138/head
TRaSH 3 years ago
parent 5c59a41ea3
commit 22b38aab6e

@ -1,166 +0,0 @@
# How to import/export Custom Formats and make use of it
Here I will try to explain how you can import Custom Formats for Radarr v3 and make the most use of it.
!!! attention
Keep in mind Custom Formats are made to fine tune your Quality Profile
**Quality Profile trumps Custom Formats**
- [How to import/export Custom Formats and make use of it](#how-to-importexport-custom-formats-and-make-use-of-it)
- [How to import a JSON Custom Format](#how-to-import-a-json-custom-format)
- [How to make use of the Custom Formats in your profiles](#how-to-make-use-of-the-custom-formats-in-your-profiles)
- [Tips how to setup the scores + examples](#tips-how-to-setup-the-scores)
## How to import a JSON Custom Format
In this example i will use the [BR-DISK](Collection-of-Custom-Formats-for-RadarrV3.md#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, Plex being both don't support it.
`Settings` => `Custom Formats`
![cf-settings-cf](images/cf-settings-cf.png)
Then click on the ![cf-plus-add-small](images/cf-plus-add-small.png) to add a new Custom Format.
Followed by the `Import` in the lower left.
![cf-import](images/cf-import.png)
In the empty `Custom Format JSON` box (1) you just paste the `JSON` what you got from the [Custom Format Collection](Collection-of-Custom-Formats-for-RadarrV3.md){:target="_blank" rel="noopener noreferrer"} followed by the `Import` button (2).
What you see in the red box is a example txt that you don't and can't remove!
![cf-import-cf](images/cf-import-cf.png)
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.
![cf-import-done](images/cf-import-done.png)
------
## How to make use of the Custom Formats in your profiles
Now we need to make use of the Custom Formats we've added.
`Settings` => `Profiles`
![cf-settings-profiles](images/cf-settings-profiles.png)
Then select the profile that you use/prefer.
The Custom Formats in the profiles needs editing on 2 spots.
First we're going to set the scores for the Custom Formats and for this we scroll all the way down.
And then we're going to set a score of `-1000` to the `BR-DISK` to make sure it will be ignored for ever and never going to go over the `Minimum Custom Format Score`.
![cf-br-disk](images/cf-br-disk.png)
After this we scroll all the way back up
![!cf-profile-selected](images/cf-profile-selected.png)
1. Profile name
1. If you want that Radarr will upgrade till the quality set in (3.)
1. Upgrade till the selected Quality
1. The `Minimum Custom Format Score` allowed to download
1. Keep upgrading Custom Format till this score is reached
1. Your preferred language profile for your Releases
Being we set `BR-DISK` to `-1000` the chance that it will reach the `Minimum Custom Format Score` set in (4.) is really small.
!!! info
For Custom Formats you really don't want, set it to something really low like `-1000` and not something like `-10` being when you add a Custom Format what you prefer and you set it to something like `+10` it could happen that the `BR-DISK` will be downloaded (-10)+(+10)=0 and your `Minimum Custom Format Score` is set at `0`.
!!! info "regarding option 4"
I do know some people suggest not to use minus score for your Custom Formats and set option 4 to a higher score then 0.
The reason why i don't prefer/use this is because you could limit your self when some new groups or what ever will be released.
Also it makes it much more clear what you want and what you don't want
!!! tip
I also suggest to change the Propers and Repacks settings in Radarr
`Media Management` => `File Management` to `Do Not Prefer` and use the [Repack/Proper](#repack-proper) Custom Format.
![!cf-mm-propers-repacks-disable](images/cf-mm-propers-repacks-disable.png)
This way you make sure the Custom Formats preferences will be used and not ignored.
------
## Tips how to setup the scores
Personally I would only add the Custom Formats you really are interested in especially in the beginning.
So now the question what's the best score setup ?
There isn't a best scores setup being that everyone has its own personal preference what they prefer Audio or Video or perhaps both.
My suggestion is to create tiers of scores based on what things matter to you.
### examples
#### Prefer Audio
Lets say you prefer HD audio (with object metadata)
`Basic Dolby Digital < AAC < Basic DTS < DTS-ES < Dolby Digital Plus < DTS-HD HRA < PCM = FLAC < DTS-HD MA < TrueHD (not ATMOS) < DD+ ATMOS (lossy) = ATMOS (indeterminate) < DTS X < TrueHD ATMOS`
In this example above I have lossy Atmos over lossless DTS because the object metadata matters more to me over lossy vs lossless
- Separate all your audio codecs by 100
- Separate special editions/hybrid/4k remaster, etc by 10
- Separate channel count by 5
keep in mind some scores could add up so keep that in mind (depending which Custom Formats you've added and use).
So it's important to keep this in mind when setting up your scores.
#### Prefer HQ Encodes
If you prefer HQ Encodes (Bluray-720/1080/2160p)
I suggest to first follow the [Quality Settings (File Size)](Radarr-Quality-Settings-File-Size.md){:target="_blank" rel="noopener noreferrer"}
If you think the sizes are to big to your preference then stop reading :bangbang:
First I suggest to add the stuff you don't want with a minus score.
!!! tip
I personally suggest to use these minus scores for all your profiles.
For this example we're going to add the following Custom Formats with a -1000 score.
(Why ? read the description with the Custom Formats)
![cf-profile-minus-1000](images/cf-profile-minus-1000.png)
Then the Custom Formats we're going to add to get the HQ releases.
![cf-profile-plus](images/cf-profile-plus.png)
And you use the following main settings in your profile.
![!cf-profile-scoring-encode](images/cf-profile-scoring-encode.png)
!!! info
Make sure you don't check the BR-DISK, The reason why I didn't select the WEB-DL 720p is because you will find hardly any releases that aren't done as 1080p WEB-DL
The following workflow will be applied:
- It will download WEB-DL 1080p for the streaming movies you see more often.
- It will upgrade till Bluray-1080p.
- The downloaded media will be upgraded to any of the added Custom Formats till a score of 150.
!!! info
If you prefer 2160/4K encodes you might consider to enable HDR and set the `Upgrade Until Quality` to Bluray-2160p
## THNX
A big thnx to [rg9400](https://github.com/rg9400) for providing me with info needed to create the Tips section.

@ -0,0 +1,49 @@
# How to import Custom Formats
Here I will try to explain how you can 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**
## How to import a JSON Custom Format
In this example i will use the [BR-DISK](/Radarr/V3/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, Plex being both don't support it.
`Settings` => `Custom Formats`
![cf-settings-cf](images/cf-settings-cf.png)
Then click on the ![cf-plus-add-small](images/cf-plus-add-small.png) to add a new Custom Format.
Followed by the `Import` in the lower left.
![cf-import](images/cf-import.png)
In the empty `Custom Format JSON` box (1) you just paste the `JSON` what you got from the [Custom Format Collection](/Radarr/V3/Radarr-collection-of-custom-formats){:target="_blank" rel="noopener noreferrer"} followed by the `Import` button (2).
What you see in the red box is a example txt that you don't and can't remove!
![cf-import-cf](images/cf-import-cf.png)
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.
![cf-import-done](images/cf-import-done.png)
------
## Start adding other Custom Formats wisely
!!! tip
Now Start adding other 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/V3/Radarr-setup-custom-formats/#releases-you-should-avoid)
If you got any questions or aren't sure what to add just Click the chat badge to join the Discord Channel where you can ask your questions directly
[![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"}
Check out the [How to setup Custom Formats](/Radarr/V3/Radarr-setup-custom-formats) where I will try to explain how to make the most use of custom formats and show some personal examples that I'm using. That you can use to get a idea how to setup yours.

@ -0,0 +1,316 @@
# How to setup Custom Formats
So what's the best way to setup the Custom Profiles and which one to use with which scores?
There isn't a best scores setup, being that everyone has its own personal preference what they prefer Audio or Video or perhaps both.
But being I still get allot of questions about it I decided to create a Guide for it.
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 a idea how to setup yours.
------
## Basics
First the basics where we going to explain where to setup the Custom Formats after you've added them, what we've explained in [How to import Custom Formats](/Radarr/V3/Radarr-import-custom-formats){:target="_blank" rel="noopener noreferrer"}.
And a short description what the settings means.
`Settings` => `Profiles`
![cf-settings-profiles](images/cf-settings-profiles.png)
Then select the profile that you use/prefer.
![!cf-quality-profiles](images/cf-quality-profiles.png)
!!! note
Radarr Custom Format can be set per profile and isn't global
![!cf-profile-selected](images/cf-profile-selected.png)
1. Profile name.
1. If you want that Radarr will upgrade till the quality set in (3.).
1. Upgrade till the selected Quality.
1. The `Minimum Custom Format Score` allowed to download. [More Info](#minimum-custom-format-score)
1. Keep upgrading Custom Format till this score is reached. (setting this to `0` means no upgrades will happen based on Custom Formats)
1. Your preferred language profile for your Releases.
In your chosen profile at the bottom you will see the added Custom Profiles where you can start setting up the scores.
![!cf-quality-profile-cf](images/cf-quality-profile-cf.png)
------
## Overall tips and suggestions
!!! attention
Keep in mind Custom Formats are made to fine tune your Quality Profile
**Quality Profile trumps Custom Formats**
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)
If you got any questions or aren't sure what to add just Click the chat badge to join the Discord Channel where you can ask your questions directly.
[![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"}
??? tip "Proper and Repacks"
### Proper and Repacks
I also suggest to change the Propers and Repacks settings in Radarr
`Media Management` => `File Management` to `Do Not Prefer` and use the [Repack/Proper](/Radarr/V3/Radarr-collection-of-custom-formats/#repack-proper) Custom Format.
![!cf-mm-propers-repacks-disable](images/cf-mm-propers-repacks-disable.png)
This way you make sure the Custom Formats preferences will be used and not ignored.
??? tip "Custom Formats to avoid certain releases"
### Custom Formats to avoid certain releases
For Custom Formats you really want to avoid, set it to something really low like `-1000` or even `-9999` and not something like `-10`.
Being when you add a Custom Format what you prefer and you set it to something like `+10` it could happen that for example the `BR-DISK` will be downloaded (-10)+(+10)=0 and if your `Minimum Custom Format Score` is set at `0`.
??? info "Minimum Custom Format Score"
### Minimum Custom Format Score
Some people suggest not to use minus score for your Custom Formats and set this option to a higher score then 0.
The reason why I don't prefer/use this is because you could limit your self when some new groups or what ever will be released.
Also it makes it much more clear what you prefer and what you want to avoid.
??? tip "Audio Channels"
### Audio Channels
Personally I wouldn't add the audio channels Custom Formats being you could limit your self in the amount of releases you're able to get. Only use this if you got specific reasons that you need them.
Using it with any kind of Remuxes Quality Profile is useless in my opinion being that 99% of all remuxes are multi audio anyway. and you can better score using the `Audio Advanced` Custom Formats
??? info "Audio vs Audio Advanced"
### Audio vs Audio Advanced
What's the biggest difference between these two ?
The Custom Formats in the `Audio` are kinda global and not specific based on the best audio format.
Personally I recommend to use the `Audio Advanced` they are already ordered from high to low if you prefer HD audio (with object metadata)
!!! warning
Don't use `Audio` Custom Format in combination with the `Audio Advanced` Custom Formats.
??? info "Custom Formats with a score of 0"
### Custom Formats with a score of 0
All Custom Formats with a score of 0 are pure informational and don't do anything.
??? info "Avoid using the x264/x265 Custom Format"
### Avoid using the x264/x265 Custom Format
If possible avoid using the x264/x265 Custom Format with a score, it's smarter to use the [720/1080p no x265](/Radarr/V3/Radarr-collection-of-custom-formats/#7201080p-no-x265) Custom Format.
Something like 95% of video files are x264 and have much better direct play support. If you have more than a couple users, you will notice much more transcoding.
Use x265 only for 4k releases and the [720/1080p no x265](/Radarr/V3/Radarr-collection-of-custom-formats/#7201080p-no-x265) makes sure you still can get the x265 releases.
------
## Examples
Here I will show how to make the most use of Custom Formats and show some personal examples that I'm using. That you can use to get a idea how to setup yours.
All these examples make use of the [Collection of Custom Formats](/Radarr/V3/Radarr-collection-of-custom-formats/)
??? info "Which overall scoring scheme do you use ?"
### Which overall scoring scheme do you use
- **Advanced Audio** 500 for the highest with steps of 10 down.
- **HDR Metadata** 300 for the highest with steps of 10 down.
- **Movie Versions** 200 for the highest with steps of 10 down.
- **Misc** 100 with steps of 10 down.
If you notice that some scores are missing between the different Quality Profiles examples it's because I decided to be consistent with the scoring. Meaning a certain Custom Format has in every used Quality Profile the same score.
------
### Releases you should avoid
In my opinion this is a must for every Quality Profile you use, all these Custom Formats make sure you don't get Low Quality Releases.
!!! info
Add all of the following Custom Formats as `-1000` or even `-9999`
![!cf-misc-1000](images/cf-misc-1000.png)
??? example "Breakdown and Why"
- **BR-DISK** 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.
- **EVO except WEB-DL** This group is often banned for the low quality Blu-ray releases, but their WEB-DL are okay.
- **Low Quality Releases** A collection of known Low Quality groups that are often banned from the the top trackers because the lack of quality or other reasons.
- **720/1080p no x265** This blocks/ignores 720/1080p releases that are encoded in x265 - More info [HERE](/Misc/x265-4k){:target="_blank" rel="noopener noreferrer"}.
- **3D** Is 3D still a thing for home use ?
??? success "example"
![!cf-misc-1000-result](images/cf-misc-1000-result.png)
!!! tip
You might even can consider to add [Multi](/Radarr/V3/Radarr-collection-of-custom-formats/#multi){:target="_blank" rel="noopener noreferrer"} if you want to make sure you don't grab releases with often foreign audio.
------
#### Prefer Advanced Audio
Lets say you prefer HD audio (with object metadata)
Then we would use the following order.
`Basic Dolby Digital < AAC < Basic DTS < DTS-ES < Dolby Digital Plus < DTS-HD HRA < PCM = FLAC < DTS-HD MA < TrueHD (not ATMOS) < DD+ ATMOS (lossy) = ATMOS (indeterminate) < DTS X < TrueHD ATMOS`
In this example above I have lossy Atmos over lossless DTS because the object metadata matters more to me over lossy vs lossless
??? success "example"
![!cf-prefer-advanced-audio](images/cf-prefer-advanced-audio.png)
------
#### Prefer HDR Metadata
Lets say you prefer HDR metadata
Then we would use the following order.
`HDR (indeterminate) = HDR < Dolby Vision`
I didn't add `Dolby Vision (Single Layer)` being most of the releases are already replaced by real `Dolby Vision` releases, If you still want to add it put it between `HDR` and `Dolby Vision` so they still can get upgraded.
Also I didn't add `10 Bit` being 4k releases are 99% 10bit anyway.
??? success "example"
![!cf-prefer-hdr-metadata](images/cf-prefer-hdr-metadata.png)
------
#### Prefer HQ Encodes
If you prefer HQ Encodes (Bluray-720/1080/2160p)
I suggest to first follow the [Quality Settings (File Size)](/Radarr/V3/Radarr-Quality-Settings-File-Size){:target="_blank" rel="noopener noreferrer"}
If you think the sizes are to big to your preference then stop reading and see if the other tutorials are helpful for you. :bangbang:
For this Quality Profile we're going to make use of `Movie Versions`, `Misc (-1000)` and `Misc`
Make sure you add the [Releases you should avoid](#releases-you-should-avoid)
I decided not to add `Audio Advanced` Custom Formats to the encodes profile being with encodes I prefer higher video quality, If I want also the HD audio formats I would go for the Remuxes.
The Custom Formats we're going to use and scoring.
![!cf-profile-encodes-scoring](images/cf-profile-encodes-scoring.png)
And you use the following main settings in your profile.
![!cf-profile-encodes](images/cf-profile-encodes.png)
!!! info
Make sure you don't check the BR-DISK, The reason why I didn't select the WEB-DL 720p is because you will find hardly any releases that aren't done as 1080p WEB-DL
The following workflow will be applied:
- It will download WEB-DL 1080p for the streaming movies you see more often lately.
- It will upgrade till Bluray-1080p when available.
- The downloaded media will be upgraded to any of the added Custom Formats till a score of 9999.
So why such a ridiculous high `Upgrade Until Custom` and not a score of `100` ?
Because I'm to lazy to calculate the maximum for every of my used Quality Profile and I want it to upgrade to the highest as possible anyway.
!!! info
If you prefer 2160/4K encodes you might consider to enable HDR and set the `Upgrade Until Quality` to Bluray-2160p
------
#### Remux-1080p
If you prefer 1080p Remuxes (Remux-1080p)
I suggest to first follow the [Quality Settings (File Size)](/Radarr/V3/Radarr-Quality-Settings-File-Size){:target="_blank" rel="noopener noreferrer"}
If you think the sizes are to big to your preference then stop reading and see if the other tutorials are helpful for you. :bangbang:
For this Quality Profile we're going to make use of `Audio Advanced`, `Movie Versions`, `Misc (-1000)` and `Misc`
Make sure you add the [Releases you should avoid](#releases-you-should-avoid)
The Custom Formats we're going to use and scoring.
![!cf-profile-remux1080-scoring](images/cf-profile-remux1080-scoring.png)
And you use the following main settings in your profile.
![!cf-profile-remux1080](images/cf-profile-remux1080.png)
!!! info
Make sure you don't check the BR-DISK, The reason why I didn't select the WEB-DL 720p is because you will find hardly any releases that aren't done as 1080p WEB-DL
The following workflow will be applied:
- It will download WEB-DL 1080p for the streaming movies you see more often lately.
- It will upgrade till Remux-1080p when available.
- The downloaded media will be upgraded to any of the added Custom Formats till a score of 9999.
So why such a ridiculous high `Upgrade Until Custom` and not a score of `500` ?
Because I'm to lazy to calculate the maximum for every of my used Quality Profile and I want it to upgrade to the highest as possible anyway.
------
#### Remux-2160p
If you prefer 2160p Remuxes (Remux-2160p)
I suggest to first follow the [Quality Settings (File Size)](/Radarr/V3/Radarr-Quality-Settings-File-Size){:target="_blank" rel="noopener noreferrer"}
If you think the sizes are to big to your preference then stop reading and see if the other tutorials are helpful for you. :bangbang:
For this Quality Profile we're going to make use of `Audio Advanced`, `HDR Metadata`,`Movie Versions`, `Misc (-1000)` and `Misc`
Make sure you add the [Releases you should avoid](#releases-you-should-avoid)
The Custom Formats we're going to use and scoring.
![!cf-profile-remux2160-scoring](images/cf-profile-remux2160-scoring.png)
And you use the following main settings in your profile.
![!cf-profile-remux2160](images/cf-profile-remux2160.png)
!!! info
Make sure you don't check the BR-DISK.
The following workflow will be applied:
- It will download WEB-DL 2160p for the streaming movies you see more often lately.
- It will upgrade till Remux-2160p when available.
- The downloaded media will be upgraded to any of the added Custom Formats till a score of 9999.
So why such a ridiculous high `Upgrade Until Custom` and not a score of `500` ?
Because I'm to lazy to calculate the maximum for every of my used Quality Profile and I want it to upgrade to the highest as possible anyway.
------
## THNX
A big thnx to [rg9400](https://github.com/rg9400) for providing me with info needed to create the Tips section.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Loading…
Cancel
Save