diff --git a/docs/json/radarr/cf-groups/optional-sdr.json b/docs/json/radarr/cf-groups/optional-sdr.json new file mode 100644 index 000000000..8a3d2b25d --- /dev/null +++ b/docs/json/radarr/cf-groups/optional-sdr.json @@ -0,0 +1,26 @@ +{ + "name": "[Optional] SDR", + "trash_id": "47f0d69750de9e16855915fa73bb7b08", + "trash_description": "A group of custom formats that affect which SDR releases, if any, are grabbed in UHD-enabled profiles. Please read the descriptions on the Collection of Custom Formats page for more details.

- SDR: This will prevent grabbing UHD/4k releases without HDR Formats.
- SDR (no WEBDL): This will prevent grabbing UHD/4k Remux and Bluray encode releases without HDR Formats. - i.e., SDR WEB releases will still be allowed since 4K SDR WEB releases can often look better than the 1080p version due to the improved bitrate.

**Please ensure you only score or enable one of them in your Quality Profile!!!**", + "custom_formats": [ + { + "name": "SDR", + "trash_id": "9c38ebb7384dada637be8899efa68e6f", + "required": false + }, + { + "name": "SDR (no WEBDL)", + "trash_id": "25c12f78430a3a23413652cbd1d48d77", + "required": false + } + ], + "quality_profiles": { + "exclude": { + "[German] HD Bluray + WEB": "2b90e905c99490edc7c7a5787443748b", + "HD Bluray + WEB": "d1d67249d3890e49bc12e275d989a7e9", + "Remux + WEB 1080p": "9ca12ea80aa55ef916e3751f4b874151", + "SQP-1 (1080p)": "0896c29d74de619df168d23b98104b22", + "SQP-1 WEB (1080p)": "90a3370d2d30cbaf08d9c23b856a12c8" + } + } +} diff --git a/docs/json/sonarr/cf-groups/optional-sdr.json b/docs/json/sonarr/cf-groups/optional-sdr.json new file mode 100644 index 000000000..9c709389c --- /dev/null +++ b/docs/json/sonarr/cf-groups/optional-sdr.json @@ -0,0 +1,22 @@ +{ + "name": "[Optional] SDR", + "trash_id": "e1053c0ef622df3749fa43c22865663a", + "trash_description": "A group of custom formats that affect which SDR releases, if any, are grabbed in UHD-enabled profiles. Please read the descriptions on the Collection of Custom Formats page for more details.

- SDR: This will prevent grabbing UHD/4k releases without HDR Formats.
- SDR (no WEBDL): This will prevent grabbing UHD/4k Remux and Bluray encode releases without HDR Formats. - i.e., SDR WEB releases will still be allowed since 4K SDR WEB releases can often look better than the 1080p version due to the improved bitrate.

**Please ensure you only score or enable one of them in your Quality Profile!!!**", + "custom_formats": [ + { + "name": "SDR", + "trash_id": "2016d1676f5ee13a5b7257ff86ac9a93", + "required": false + }, + { + "name": "SDR (no WEBDL)", + "trash_id": "83304f261cf516bb208c18c54c0adf97", + "required": false + } + ], + "quality_profiles": { + "exclude": { + "WEB-1080p": "72dae194fc92bf828f32cde7744e51a1" + } + } +}