From 60811095d2dbc532af4b8e045418fc99d7c801a5 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 15 Dec 2024 21:49:46 +0100 Subject: [PATCH] feat(guide-sync): Added more groups --- .../dolby-vision-incompatible-devices.json | 20 +++++++++++++++ .../cf-groups/dv-hdr10-and-hdr10-boost.json | 25 +++++++++++++++++++ .../dolby-vision-incompatible-devices.json | 17 +++++++++++++ .../cf-groups/dv-hdr10-and-hdr10-boost.json | 22 ++++++++++++++++ 4 files changed, 84 insertions(+) create mode 100644 docs/json/radarr/cf-groups/dolby-vision-incompatible-devices.json create mode 100644 docs/json/radarr/cf-groups/dv-hdr10-and-hdr10-boost.json create mode 100644 docs/json/sonarr/cf-groups/dolby-vision-incompatible-devices.json create mode 100644 docs/json/sonarr/cf-groups/dv-hdr10-and-hdr10-boost.json diff --git a/docs/json/radarr/cf-groups/dolby-vision-incompatible-devices.json b/docs/json/radarr/cf-groups/dolby-vision-incompatible-devices.json new file mode 100644 index 000000000..45b9f7751 --- /dev/null +++ b/docs/json/radarr/cf-groups/dolby-vision-incompatible-devices.json @@ -0,0 +1,20 @@ +{ + "name": "Dolby Vision Incompatible Devices", + "trash_id": "6eed4d3404df4f5f1202c8b9f2341765", + "trash_description": "Not all devices in your chain support Dolby Vision, You share your media library with other family members that don't have Dolby Vision compatible devices.", + "custom_formats": [ + { + "name": "DV (WEBDL)", + "trash_id": "923b6abef9b17f937fab56cfcf89e1f1", + "required": true + } + ], + "quality_profiles": { + "exclude": { + "HD Bluray + WEB": "d1d67249d3890e49bc12e275d989a7e9", + "Remux + WEB 1080p": "9ca12ea80aa55ef916e3751f4b874151", + "SQP-1 (1080p)": "0896c29d74de619df168d23b98104b22", + "SQP-1 WEB (1080p)": "90a3370d2d30cbaf08d9c23b856a12c8", + } + } +} diff --git a/docs/json/radarr/cf-groups/dv-hdr10-and-hdr10-boost.json b/docs/json/radarr/cf-groups/dv-hdr10-and-hdr10-boost.json new file mode 100644 index 000000000..a14c49ac8 --- /dev/null +++ b/docs/json/radarr/cf-groups/dv-hdr10-and-hdr10-boost.json @@ -0,0 +1,25 @@ +{ + "name": "DV HDR10+ and HDR10+ Boost", + "trash_id": "d9acca37ab4ab8f6428b68125fc0cacb", + "trash_description": "You have a (Samsung) TV and Media Player Device that supports HDR10+", + "custom_formats": [ + { + "name": "HDR10+ Boost", + "trash_id": "b17886cb4158d9fea189859409975758", + "required": true + }, + { + "name": "DV HDR10+ Boost", + "trash_id": "55a5b50cb416dea5a50c4955896217ab", + "required": true + } + ], + "quality_profiles": { + "exclude": { + "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/dolby-vision-incompatible-devices.json b/docs/json/sonarr/cf-groups/dolby-vision-incompatible-devices.json new file mode 100644 index 000000000..f0f2d1527 --- /dev/null +++ b/docs/json/sonarr/cf-groups/dolby-vision-incompatible-devices.json @@ -0,0 +1,17 @@ +{ + "name": "Dolby Vision Incompatible Devices", + "trash_id": "9f6e0b72dd733fb4616e9880bc313c42", + "trash_description": "Not all devices in your chain support Dolby Vision, You share your media library with other family members that don't have Dolby Vision compatible devices.", + "custom_formats": [ + { + "name": "DV (WEBDL)", + "trash_id": "9b27ab6498ec0f31a3353992e19434ca", + "required": true + } + ], + "quality_profiles": { + "exclude": { + "WEB-1080p": "72dae194fc92bf828f32cde7744e51a1" + } + } +} diff --git a/docs/json/sonarr/cf-groups/dv-hdr10-and-hdr10-boost.json b/docs/json/sonarr/cf-groups/dv-hdr10-and-hdr10-boost.json new file mode 100644 index 000000000..db65c6c64 --- /dev/null +++ b/docs/json/sonarr/cf-groups/dv-hdr10-and-hdr10-boost.json @@ -0,0 +1,22 @@ +{ + "name": "DV HDR10+ and HDR10+ Boost", + "trash_id": "b250557594ba75823b51912f2769f9c7", + "trash_description": "You have a (Samsung) TV and Media Player Device that supports HDR10+", + "custom_formats": [ + { + "name": "HDR10+ Boost", + "trash_id": "0dad0a507451acddd754fe6dc3a7f5e7", + "required": true + }, + { + "name": "DV HDR10+ Boost", + "trash_id": "385e9e8581d33133c3961bdcdeffb7b4", + "required": true + } + ], + "quality_profiles": { + "exclude": { + "WEB-1080p": "72dae194fc92bf828f32cde7744e51a1" + } + } +}