diff --git a/docs/Radarr/V3/Radarr-import-custom-formats.md b/docs/Radarr/V3/Radarr-import-custom-formats.md index aa95da04b..ac161728c 100644 --- a/docs/Radarr/V3/Radarr-import-custom-formats.md +++ b/docs/Radarr/V3/Radarr-import-custom-formats.md @@ -7,9 +7,31 @@ Here I will try to explain how you can import Custom Formats for Radarr v3. **Quality Profile trumps Custom Formats** +## How to Copy/Paste the JSON from the site + +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 or Plex being both don't support it. + +Visit the [Collection of Custom Formats](/Radarr/V3/Radarr-collection-of-custom-formats/){:target="_blank" rel="noopener noreferrer"} and from the Table select [BR-DISK](/Radarr/V3/Radarr-collection-of-custom-formats/#br-disk){:target="_blank" rel="noopener noreferrer"} + +??? success "example" + + ![cf-table-select-brdisk](images/cf-table-select-brdisk.png) + +After you selected it you expand the JSON + +??? success "example" + + ![cf-json-expand](images/cf-json-expand.png) + +Then you select the Copy/Paste icon on the top far right + +??? success "example" + + ![cf-json-copy-paste](images/cf-json-copy-paste.png) + ## 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. +In Radarr `Settings` => `Custom Formats` diff --git a/docs/Radarr/V3/images/cf-json-copy-paste.png b/docs/Radarr/V3/images/cf-json-copy-paste.png new file mode 100644 index 000000000..f0a3da58d Binary files /dev/null and b/docs/Radarr/V3/images/cf-json-copy-paste.png differ diff --git a/docs/Radarr/V3/images/cf-json-expand.png b/docs/Radarr/V3/images/cf-json-expand.png new file mode 100644 index 000000000..f817cb414 Binary files /dev/null and b/docs/Radarr/V3/images/cf-json-expand.png differ diff --git a/docs/Radarr/V3/images/cf-table-select-brdisk.png b/docs/Radarr/V3/images/cf-table-select-brdisk.png new file mode 100644 index 000000000..bcfcf5b93 Binary files /dev/null and b/docs/Radarr/V3/images/cf-table-select-brdisk.png differ