Several updates

pull/764/head
TRaSH 2 years ago
parent 11a1cedb6e
commit 93aa33cacd

@ -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"

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

Loading…
Cancel
Save