From 60811095d2dbc532af4b8e045418fc99d7c801a5 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 15 Dec 2024 21:49:46 +0100 Subject: [PATCH 01/26] 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 0000000000..45b9f7751b --- /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 0000000000..a14c49ac89 --- /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 0000000000..f0f2d1527f --- /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 0000000000..db65c6c643 --- /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" + } + } +} From cc34fbb34c1ab5ad5efd8a100069f6a64bd09708 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 15 Dec 2024 22:23:17 +0100 Subject: [PATCH 02/26] fix: JSONDecodeError --- .../radarr/cf-groups/dolby-vision-incompatible-devices.json | 2 +- docs/json/radarr/cf-groups/dv-hdr10-and-hdr10-boost.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/json/radarr/cf-groups/dolby-vision-incompatible-devices.json b/docs/json/radarr/cf-groups/dolby-vision-incompatible-devices.json index 45b9f7751b..419def7c82 100644 --- a/docs/json/radarr/cf-groups/dolby-vision-incompatible-devices.json +++ b/docs/json/radarr/cf-groups/dolby-vision-incompatible-devices.json @@ -14,7 +14,7 @@ "HD Bluray + WEB": "d1d67249d3890e49bc12e275d989a7e9", "Remux + WEB 1080p": "9ca12ea80aa55ef916e3751f4b874151", "SQP-1 (1080p)": "0896c29d74de619df168d23b98104b22", - "SQP-1 WEB (1080p)": "90a3370d2d30cbaf08d9c23b856a12c8", + "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 index a14c49ac89..625e9f73de 100644 --- a/docs/json/radarr/cf-groups/dv-hdr10-and-hdr10-boost.json +++ b/docs/json/radarr/cf-groups/dv-hdr10-and-hdr10-boost.json @@ -19,7 +19,7 @@ "HD Bluray + WEB": "d1d67249d3890e49bc12e275d989a7e9", "Remux + WEB 1080p": "9ca12ea80aa55ef916e3751f4b874151", "SQP-1 (1080p)": "0896c29d74de619df168d23b98104b22", - "SQP-1 WEB (1080p)": "90a3370d2d30cbaf08d9c23b856a12c8", + "SQP-1 WEB (1080p)": "90a3370d2d30cbaf08d9c23b856a12c8" } } } From 213c0b662ead24fd8ad5eec0b171bb7781ccceee Mon Sep 17 00:00:00 2001 From: TRaSH Date: Wed, 25 Dec 2024 11:06:57 +0100 Subject: [PATCH 03/26] Added: group Asian Streaming Services --- .../cf-groups/asian-streaming-services.json | 37 +++++++++++++++++++ .../cf-groups/asian-streaming-services.json | 37 +++++++++++++++++++ 2 files changed, 74 insertions(+) create mode 100644 docs/json/radarr/cf-groups/asian-streaming-services.json create mode 100644 docs/json/sonarr/cf-groups/asian-streaming-services.json diff --git a/docs/json/radarr/cf-groups/asian-streaming-services.json b/docs/json/radarr/cf-groups/asian-streaming-services.json new file mode 100644 index 0000000000..5287d68cbb --- /dev/null +++ b/docs/json/radarr/cf-groups/asian-streaming-services.json @@ -0,0 +1,37 @@ +{ + "name": "Asian Streaming Services", + "trash_id": "b22449f789b16a4163b59f1b70cbc580", + "trash_description": "Collection of Asian Streaming Services for Radarr", + "custom_formats": [ + { + "name": "FOD", + "trash_id": "917d1f2c845b2b466036b0cc2d7c72a3", + "required": true + }, + { + "name": "HTSR", + "trash_id": "834b2c0ba0a8596029b4479a29e1a032", + "required": true + }, + { + "name": "TVer", + "trash_id": "f1b0bae9bc222dab32c1b38b5a7a1088", + "required": true + }, + { + "name": "TVING", + "trash_id": "26df36e3d2a96de2f8b7166ae37d3c33", + "required": true + }, + { + "name": "U-NEXT", + "trash_id": "279bda7434fd9075786de274e6c3c202", + "required": true + }, + { + "name": "VIU", + "trash_id": "1b355ff093fd1064b75ea98c616881b1", + "required": true + } + ] +} diff --git a/docs/json/sonarr/cf-groups/asian-streaming-services.json b/docs/json/sonarr/cf-groups/asian-streaming-services.json new file mode 100644 index 0000000000..9d6fda4262 --- /dev/null +++ b/docs/json/sonarr/cf-groups/asian-streaming-services.json @@ -0,0 +1,37 @@ +{ + "name": "Asian Streaming Services", + "trash_id": "35fb4585dcd9e2a5ac732e4309f5a45a", + "trash_description": "Collection of Asian Streaming Services for Sonarr", + "custom_formats": [ + { + "name": "FOD", + "trash_id": "7be9c0572d8cd4f81785dacf7e85985e", + "required": true + }, + { + "name": "HTSR", + "trash_id": "4404ad44d87ccbb82746e180713112fb", + "required": true + }, + { + "name": "TVer", + "trash_id": "d100ea972d1af2150b65b1cffb80f6b5", + "required": true + }, + { + "name": "TVING", + "trash_id": "86f8d3b8761de651aa355d46d5d8db3e", + "required": true + }, + { + "name": "U-NEXT", + "trash_id": "0e99e7cc719a8a73b2668c3a0c3fe10c", + "required": true + }, + { + "name": "VIU", + "trash_id": "93c9d1e566dca8b34d57f5efbbf85f28", + "required": true + } + ] +} From 8a7b2a65c03ba51d457ce6e95d7378df6e53dd13 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Wed, 25 Dec 2024 11:21:46 +0100 Subject: [PATCH 04/26] Added: group UK Streaming Services --- .../cf-groups/uk-streaming-services.json | 27 ++++++++++++++ .../cf-groups/uk-streaming-services.json | 37 +++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 docs/json/radarr/cf-groups/uk-streaming-services.json create mode 100644 docs/json/sonarr/cf-groups/uk-streaming-services.json diff --git a/docs/json/radarr/cf-groups/uk-streaming-services.json b/docs/json/radarr/cf-groups/uk-streaming-services.json new file mode 100644 index 0000000000..edbd3a5e43 --- /dev/null +++ b/docs/json/radarr/cf-groups/uk-streaming-services.json @@ -0,0 +1,27 @@ +{ + "name": "UK Streaming Services", + "trash_id": "f737e18b5824d6ebb2d57b957ae2fd6c", + "trash_description": "Collection of UK Streaming Services for Radarr", + "custom_formats": [ + { + "name": "IP", + "trash_id": "6185878161f1e2eef9cd0641a0d09eae", + "required": true + }, + { + "name": "ITVX", + "trash_id": "c3492a26af412e385404eade438ec51c", + "required": true + }, + { + "name": "MY5", + "trash_id": "eacd2cb6c6d4a93e459df2cec6d7b97a", + "required": true + }, + { + "name": "NOW", + "trash_id": "3dce1fce9ac06d1349dfbd9186289385", + "required": true + } + ] +} diff --git a/docs/json/sonarr/cf-groups/uk-streaming-services.json b/docs/json/sonarr/cf-groups/uk-streaming-services.json new file mode 100644 index 0000000000..d3067dce16 --- /dev/null +++ b/docs/json/sonarr/cf-groups/uk-streaming-services.json @@ -0,0 +1,37 @@ +{ + "name": "UK Streaming Services", + "trash_id": "ddab3095a5d2f436f369263840af34f9", + "trash_description": "Collection of UK Streaming Services for Sonarr", + "custom_formats": [ + { + "name": "4OD", + "trash_id": "bbcaf03147de0f73be2be4a9078dfa03", + "required": true + }, + { + "name": "ALL4", + "trash_id": "fcc09418f67ccaddcf3b641a22c5cfd7", + "required": true + }, + { + "name": "IP", + "trash_id": "dc503e2425126fa1d0a9ad6168c83b3f", + "required": true + }, + { + "name": "ITVX", + "trash_id": "fa5a16b951004c23e980d2913694a137", + "required": true + }, + { + "name": "MY5", + "trash_id": "9f72dc1059a6b277c21cee6a1f15f13f", + "required": true + }, + { + "name": "NOW", + "trash_id": "b66a699fba6f9df91becab798d7502e5", + "required": true + } + ] +} From b49d0e27e6bc735fb1ff206f004369fee09baa17 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Wed, 25 Dec 2024 11:25:48 +0100 Subject: [PATCH 05/26] Added: group French Streaming Services --- .../cf-groups/french-streaming-services.json | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/json/sonarr/cf-groups/french-streaming-services.json diff --git a/docs/json/sonarr/cf-groups/french-streaming-services.json b/docs/json/sonarr/cf-groups/french-streaming-services.json new file mode 100644 index 0000000000..45415a4bd5 --- /dev/null +++ b/docs/json/sonarr/cf-groups/french-streaming-services.json @@ -0,0 +1,22 @@ +{ + "name": "French Streaming Services", + "trash_id": "848fd356c200568fc5a6248150e7e7ea", + "trash_description": "Collection of French Streaming Services for Sonarr", + "custom_formats": [ + { + "name": "AUViO", + "trash_id": "b0d6195c23ae254932da00512db7e8a8", + "required": true + }, + { + "name": "MyCANAL", + "trash_id": "f27d46a831e6b16fa3fee2c4e5d10984", + "required": true + }, + { + "name": "SALTO", + "trash_id": "0455d6519a550dbf648c97b56e7231d2", + "required": true + } + ] +} From 7612b1f6b9beb387bab8111e3eefd2d97e447897 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Wed, 25 Dec 2024 11:31:42 +0100 Subject: [PATCH 06/26] Added: group Dutch Streaming Services --- .../cf-groups/dutch-streaming-services.json | 17 +++++++++++++++++ .../cf-groups/dutch-streaming-services.json | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 docs/json/radarr/cf-groups/dutch-streaming-services.json create mode 100644 docs/json/sonarr/cf-groups/dutch-streaming-services.json diff --git a/docs/json/radarr/cf-groups/dutch-streaming-services.json b/docs/json/radarr/cf-groups/dutch-streaming-services.json new file mode 100644 index 0000000000..4d82eca47f --- /dev/null +++ b/docs/json/radarr/cf-groups/dutch-streaming-services.json @@ -0,0 +1,17 @@ +{ + "name": "Dutch Streaming Services", + "trash_id": "088a792e0561c927fb396664b0db5c8f", + "trash_description": "Collection of Dutch Streaming Services for Radarr", + "custom_formats": [ + { + "name": "Pathe", + "trash_id": "bf7e73dd1d85b12cc527dc619761c840", + "required": true + }, + { + "name": "VDL", + "trash_id": "996e8ce50025e8b1e8fa95fcb28c4e5a", + "required": true + } + ] +} diff --git a/docs/json/sonarr/cf-groups/dutch-streaming-services.json b/docs/json/sonarr/cf-groups/dutch-streaming-services.json new file mode 100644 index 0000000000..091f3a9896 --- /dev/null +++ b/docs/json/sonarr/cf-groups/dutch-streaming-services.json @@ -0,0 +1,17 @@ +{ + "name": "Dutch Streaming Services", + "trash_id": "f60f4401ce880aad62e9d21c8bb6b91a", + "trash_description": "Collection of Dutch Streaming Services for Sonarr", + "custom_formats": [ + { + "name": "NLZ", + "trash_id": "b2b980877494b560443631eb1f473867", + "required": true + }, + { + "name": "VDL", + "trash_id": "5d2317d99af813b6529c7ebf01c83533", + "required": true + } + ] +} From cb468f0ad93c84c778e2acc8fa168863bc6e9092 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Wed, 25 Dec 2024 11:42:53 +0100 Subject: [PATCH 07/26] Added: group Anime Streaming Services --- .../cf-groups/anime-streaming-services.json | 12 +++++ .../cf-groups/anime-streaming-services.json | 52 +++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 docs/json/radarr/cf-groups/anime-streaming-services.json create mode 100644 docs/json/sonarr/cf-groups/anime-streaming-services.json diff --git a/docs/json/radarr/cf-groups/anime-streaming-services.json b/docs/json/radarr/cf-groups/anime-streaming-services.json new file mode 100644 index 0000000000..3b9e92f352 --- /dev/null +++ b/docs/json/radarr/cf-groups/anime-streaming-services.json @@ -0,0 +1,12 @@ +{ + "name": "Anime Streaming Services", + "trash_id": "60f6d50cbd3cfc3e9a8c00e3a30c3114", + "trash_description": "Collection of Anime Streaming Services for Radarr", + "custom_formats": [ + { + "name": "VRV", + "trash_id": "996e8ce50025e8b1e8fa95fcb28c4e5a", + "required": true + } + ] +} diff --git a/docs/json/sonarr/cf-groups/anime-streaming-services.json b/docs/json/sonarr/cf-groups/anime-streaming-services.json new file mode 100644 index 0000000000..a7762f91e8 --- /dev/null +++ b/docs/json/sonarr/cf-groups/anime-streaming-services.json @@ -0,0 +1,52 @@ +{ + "name": "Anime Streaming Services", + "trash_id": "b4b4f2aa25c96620b73a01e6242f9dd2", + "trash_description": "Collection of Anime Streaming Services for Sonarr", + "custom_formats": [ + { + "name": "ABEMA", + "trash_id": "a370d974bc7b80374de1d9ba7519760b", + "required": true + }, + { + "name": "ADN", + "trash_id": "d54cd2bf1326287275b56bccedb72ee2", + "required": true + }, + { + "name": "B-Global", + "trash_id": "7dd31f3dee6d2ef8eeaa156e23c3857e", + "required": true + }, + { + "name": "Bilibili", + "trash_id": "4c67ff059210182b59cdd41697b8cb08", + "required": true + }, + { + "name": "CR", + "trash_id": "3e0b26604165f463f3e8e192261e7284", + "required": true + }, + { + "name": "FUNi", + "trash_id": "1284d18e693de8efe0fe7d6b3e0b9170", + "required": true + }, + { + "name": "HIDIVE", + "trash_id": "570b03b3145a25011bf073274a407259", + "required": true + }, + { + "name": "VRV", + "trash_id": "44a8ee6403071dd7b8a3a8dd3fe8cb20", + "required": true + }, + { + "name": "WKN", + "trash_id": "e5e6405d439dcd1af90962538acd4fe0", + "required": true + } + ] +} From 281d9e6326ac7486fd14af7759c0bfe2e74c6a3b Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 29 Dec 2024 17:15:03 +0100 Subject: [PATCH 08/26] Renamed the JSON files so they can be ordered together. --- ...nime-streaming-services.json => streaming-services-anime.json} | 0 ...sian-streaming-services.json => streaming-services-asian.json} | 0 ...utch-streaming-services.json => streaming-services-dutch.json} | 0 .../{uk-streaming-services.json => streaming-services-uk.json} | 0 ...nime-streaming-services.json => streaming-services-anime.json} | 0 ...sian-streaming-services.json => streaming-services-asian.json} | 0 ...utch-streaming-services.json => streaming-services-dutch.json} | 0 ...nch-streaming-services.json => streaming-services-french.json} | 0 .../{uk-streaming-services.json => streaming-services-uk.json} | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename docs/json/radarr/cf-groups/{anime-streaming-services.json => streaming-services-anime.json} (100%) rename docs/json/radarr/cf-groups/{asian-streaming-services.json => streaming-services-asian.json} (100%) rename docs/json/radarr/cf-groups/{dutch-streaming-services.json => streaming-services-dutch.json} (100%) rename docs/json/radarr/cf-groups/{uk-streaming-services.json => streaming-services-uk.json} (100%) rename docs/json/sonarr/cf-groups/{anime-streaming-services.json => streaming-services-anime.json} (100%) rename docs/json/sonarr/cf-groups/{asian-streaming-services.json => streaming-services-asian.json} (100%) rename docs/json/sonarr/cf-groups/{dutch-streaming-services.json => streaming-services-dutch.json} (100%) rename docs/json/sonarr/cf-groups/{french-streaming-services.json => streaming-services-french.json} (100%) rename docs/json/sonarr/cf-groups/{uk-streaming-services.json => streaming-services-uk.json} (100%) diff --git a/docs/json/radarr/cf-groups/anime-streaming-services.json b/docs/json/radarr/cf-groups/streaming-services-anime.json similarity index 100% rename from docs/json/radarr/cf-groups/anime-streaming-services.json rename to docs/json/radarr/cf-groups/streaming-services-anime.json diff --git a/docs/json/radarr/cf-groups/asian-streaming-services.json b/docs/json/radarr/cf-groups/streaming-services-asian.json similarity index 100% rename from docs/json/radarr/cf-groups/asian-streaming-services.json rename to docs/json/radarr/cf-groups/streaming-services-asian.json diff --git a/docs/json/radarr/cf-groups/dutch-streaming-services.json b/docs/json/radarr/cf-groups/streaming-services-dutch.json similarity index 100% rename from docs/json/radarr/cf-groups/dutch-streaming-services.json rename to docs/json/radarr/cf-groups/streaming-services-dutch.json diff --git a/docs/json/radarr/cf-groups/uk-streaming-services.json b/docs/json/radarr/cf-groups/streaming-services-uk.json similarity index 100% rename from docs/json/radarr/cf-groups/uk-streaming-services.json rename to docs/json/radarr/cf-groups/streaming-services-uk.json diff --git a/docs/json/sonarr/cf-groups/anime-streaming-services.json b/docs/json/sonarr/cf-groups/streaming-services-anime.json similarity index 100% rename from docs/json/sonarr/cf-groups/anime-streaming-services.json rename to docs/json/sonarr/cf-groups/streaming-services-anime.json diff --git a/docs/json/sonarr/cf-groups/asian-streaming-services.json b/docs/json/sonarr/cf-groups/streaming-services-asian.json similarity index 100% rename from docs/json/sonarr/cf-groups/asian-streaming-services.json rename to docs/json/sonarr/cf-groups/streaming-services-asian.json diff --git a/docs/json/sonarr/cf-groups/dutch-streaming-services.json b/docs/json/sonarr/cf-groups/streaming-services-dutch.json similarity index 100% rename from docs/json/sonarr/cf-groups/dutch-streaming-services.json rename to docs/json/sonarr/cf-groups/streaming-services-dutch.json diff --git a/docs/json/sonarr/cf-groups/french-streaming-services.json b/docs/json/sonarr/cf-groups/streaming-services-french.json similarity index 100% rename from docs/json/sonarr/cf-groups/french-streaming-services.json rename to docs/json/sonarr/cf-groups/streaming-services-french.json diff --git a/docs/json/sonarr/cf-groups/uk-streaming-services.json b/docs/json/sonarr/cf-groups/streaming-services-uk.json similarity index 100% rename from docs/json/sonarr/cf-groups/uk-streaming-services.json rename to docs/json/sonarr/cf-groups/streaming-services-uk.json From 44830100a7bb7f25533cb0522c918faf1ba32882 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 29 Dec 2024 18:51:52 +0100 Subject: [PATCH 09/26] Add Release Groups --- .../cf-groups/release-groups-french.json | 62 ++++++++++++++ .../cf-groups/release-groups-german.json | 62 ++++++++++++++ .../json/radarr/cf-groups/release-groups.json | 82 +++++++++++++++++++ .../cf-groups/release-groups-french.json | 32 ++++++++ .../json/sonarr/cf-groups/release-groups.json | 47 +++++++++++ 5 files changed, 285 insertions(+) create mode 100644 docs/json/radarr/cf-groups/release-groups-french.json create mode 100644 docs/json/radarr/cf-groups/release-groups-german.json create mode 100644 docs/json/radarr/cf-groups/release-groups.json create mode 100644 docs/json/sonarr/cf-groups/release-groups-french.json create mode 100644 docs/json/sonarr/cf-groups/release-groups.json diff --git a/docs/json/radarr/cf-groups/release-groups-french.json b/docs/json/radarr/cf-groups/release-groups-french.json new file mode 100644 index 0000000000..7e83314806 --- /dev/null +++ b/docs/json/radarr/cf-groups/release-groups-french.json @@ -0,0 +1,62 @@ +{ + "name": "Release Groups French", + "trash_id": "1a7291c5c65130d7a827ed87fb06497b", + "custom_formats": [ + { + "name": "FR Remux Tier 01", + "trash_id": "5583260016e0b9f683f53af41fb42e4a", + "required": false + }, + { + "name": "FR Remux Tier 02", + "trash_id": "9019d81307e68cd4a7eb06a567e833b8", + "required": false + }, + { + "name": "FR UHD Bluray Tier 01", + "trash_id": "64f8f12bbf7472a6ccf838bfd6b5e3e8", + "required": false + }, + { + "name": "FR UHD Bluray Tier 02", + "trash_id": "0dcf0c8a386d82e3f2d424189af14065", + "required": false + }, + { + "name": "FR HD Bluray Tier 01", + "trash_id": "5322da05b19d857acc1e75be3edf47b3", + "required": false + }, + { + "name": "FR HD Bluray Tier 02", + "trash_id": "57f34251344be2e283fc30e00e458be6", + "required": false + }, + { + "name": "FR WEB Tier 01", + "trash_id": "9790a618cec1aeac8ce75601a17ea40d", + "required": false + }, + { + "name": "FR WEB Tier 02", + "trash_id": "3c83a765f84239716bd5fd2d7af188f9", + "required": false + }, + { + "name": "FR Scene Groups", + "trash_id": "0d94489c0d5828cd3bf9409d309fb32b", + "required": false + } + ], + "quality_profiles": { + "exclude": { + "SQP-1 (1080p)": "0896c29d74de619df168d23b98104b22", + "SQP-1 WEB (1080p)": "90a3370d2d30cbaf08d9c23b856a12c8", + "SQP-1 (2160p)": "5128baeb2b081b72126bc8482b2a86a0", + "SQP-2": "c3933358ba2356bafc41524f81471069", + "SQP-3": "2cf36c1f0106ffac993be003ade51865", + "SQP-4": "013f89e6da27519fe56cf482702a2db9", + "SQP-5": "a7bb1539fd147256b21b1098f3dc2016" + } + } +} diff --git a/docs/json/radarr/cf-groups/release-groups-german.json b/docs/json/radarr/cf-groups/release-groups-german.json new file mode 100644 index 0000000000..b9a899d4df --- /dev/null +++ b/docs/json/radarr/cf-groups/release-groups-german.json @@ -0,0 +1,62 @@ +{ + "name": "Release Groups German", + "trash_id": "cb735fc0e7717a836188214d62368ad3", + "custom_formats": [ + { + "name": "German Remux Tier 01", + "trash_id": "8608a2ed20c636b8a62de108e9147713", + "required": false + }, + { + "name": "German Remux Tier 02", + "trash_id": "f9cf598d55ce532d63596b060a6db9ee", + "required": false + }, + { + "name": "German Bluray Tier 01", + "trash_id": "54795711b78ea87e56127928c423689b", + "required": false + }, + { + "name": "German Bluray Tier 02", + "trash_id": "1bfc773c53283d47c68e535811da30b7", + "required": false + }, + { + "name": "German Bluray Tier 03", + "trash_id": "aee01d40cd1bf4bcded81ee62f0f3659", + "required": false + }, + { + "name": "German Web Tier 01", + "trash_id": "a2ab25194f463f057a5559c03c84a3df", + "required": false + }, + { + "name": "German Web Tier 02", + "trash_id": "08d120d5a003ec4954b5b255c0691d79", + "required": false + }, + { + "name": "German Web Tier 03", + "trash_id": "439f9d71becaed589058ec949e037ff3", + "required": false + }, + { + "name": "German Scene", + "trash_id": "2d136d4e33082fe573d06b1f237c40dd", + "required": false + } + ], + "quality_profiles": { + "exclude": { + "SQP-1 (1080p)": "0896c29d74de619df168d23b98104b22", + "SQP-1 WEB (1080p)": "90a3370d2d30cbaf08d9c23b856a12c8", + "SQP-1 (2160p)": "5128baeb2b081b72126bc8482b2a86a0", + "SQP-2": "c3933358ba2356bafc41524f81471069", + "SQP-3": "2cf36c1f0106ffac993be003ade51865", + "SQP-4": "013f89e6da27519fe56cf482702a2db9", + "SQP-5": "a7bb1539fd147256b21b1098f3dc2016" + } + } +} diff --git a/docs/json/radarr/cf-groups/release-groups.json b/docs/json/radarr/cf-groups/release-groups.json new file mode 100644 index 0000000000..58c70b27e0 --- /dev/null +++ b/docs/json/radarr/cf-groups/release-groups.json @@ -0,0 +1,82 @@ +{ + "name": "Release Groups", + "trash_id": "0891e90b7edea483b30a69ba66c8693e", + "custom_formats": [ + { + "name": "Remux Tier 01", + "trash_id": "3a3ff47579026e76d6504ebea39390de", + "required": false + }, + { + "name": "Remux Tier 02", + "trash_id": "9f98181fe5a3fbeb0cc29340da2a468a", + "required": false + }, + { + "name": "Remux Tier 03", + "trash_id": "8baaf0b3142bf4d94c42a724f034e27a", + "required": false + }, + { + "name": "UHD Bluray Tier 01", + "trash_id": "4d74ac4c4db0b64bff6ce0cffef99bf0", + "required": false + }, + { + "name": "UHD Bluray Tier 02", + "trash_id": "a58f517a70193f8e578056642178419d", + "required": false + }, + { + "name": "UHD Bluray Tier 03", + "trash_id": "e71939fae578037e7aed3ee219bbe7c1", + "required": false + }, + { + "name": "HD Bluray Tier 01", + "trash_id": "ed27ebfef2f323e964fb1f61391bcb35", + "required": false + }, + { + "name": "HD Bluray Tier 02", + "trash_id": "c20c8647f2746a1f4c4262b0fbbeeeae", + "required": false + }, + { + "name": "HD Bluray Tier 03", + "trash_id": "5608c71bcebba0a5e666223bae8c9227", + "required": false + }, + { + "name": "UHD Bluray Tier 03", + "trash_id": "e71939fae578037e7aed3ee219bbe7c1", + "required": false + }, + { + "name": "WEB Tier 01", + "trash_id": "c20f169ef63c5f40c2def54abaf4438e", + "required": false + }, + { + "name": "WEB Tier 02", + "trash_id": "403816d65392c79236dcb6dd591aeda4", + "required": false + }, + { + "name": "WEB Tier 03", + "trash_id": "af94e0fe497124d1f9ce732069ec8c3b", + "required": false + } + ], + "quality_profiles": { + "exclude": { + "SQP-1 (1080p)": "0896c29d74de619df168d23b98104b22", + "SQP-1 WEB (1080p)": "90a3370d2d30cbaf08d9c23b856a12c8", + "SQP-1 (2160p)": "5128baeb2b081b72126bc8482b2a86a0", + "SQP-2": "c3933358ba2356bafc41524f81471069", + "SQP-3": "2cf36c1f0106ffac993be003ade51865", + "SQP-4": "013f89e6da27519fe56cf482702a2db9", + "SQP-5": "a7bb1539fd147256b21b1098f3dc2016" + } + } +} diff --git a/docs/json/sonarr/cf-groups/release-groups-french.json b/docs/json/sonarr/cf-groups/release-groups-french.json new file mode 100644 index 0000000000..f75cd2612d --- /dev/null +++ b/docs/json/sonarr/cf-groups/release-groups-french.json @@ -0,0 +1,32 @@ +{ + "name": "Release Groups French", + "trash_id": "d83f6b289993d56092431ff4f91228b0", + "trash_description": "Release Groups French for Sonarr", + "custom_formats": [ + { + "name": "FR Remux Tier 01", + "trash_id": "b8e91cc8fb2bd96468fab74730c30d18", + "required": false + }, + { + "name": "FR HD Bluray Tier 01", + "trash_id": "d844321db5e126d2e7e46152f0706532", + "required": false + }, + { + "name": "FR WEB Tier 01", + "trash_id": "ddb8eaa9c85a549c50034d280539d54d", + "required": false + }, + { + "name": "FR WEB Tier 02", + "trash_id": "a4c51febd4d8b2a0db10a3c974f21d92", + "required": false + }, + { + "name": "FR Scene Groups", + "trash_id": "dbfc0a4b5cb4cbd693311c4482ae9683", + "required": false + } + ] +} diff --git a/docs/json/sonarr/cf-groups/release-groups.json b/docs/json/sonarr/cf-groups/release-groups.json new file mode 100644 index 0000000000..2ed4873d9a --- /dev/null +++ b/docs/json/sonarr/cf-groups/release-groups.json @@ -0,0 +1,47 @@ +{ + "name": "Release Groups", + "trash_id": "bb40e1d5aa0969b9758fe6e52c24f968", + "trash_description": "Release Groups for Sonarr", + "custom_formats": [ + { + "name": "Remux Tier 01", + "trash_id": "9965a052eb87b0d10313b1cea89eb451", + "required": false + }, + { + "name": "Remux Tier 02", + "trash_id": "8a1d0c3d7497e741736761a1da866a2e", + "required": false + }, + { + "name": "HD Bluray Tier 01", + "trash_id": "d6819cba26b1a6508138d25fb5e32293", + "required": false + }, + { + "name": "HD Bluray Tier 02", + "trash_id": "c2216b7b8aa545dc1ce8388c618f8d57", + "required": false + }, + { + "name": "WEB Tier 01", + "trash_id": "e6258996055b9fbab7e9cb2f75819294", + "required": false + }, + { + "name": "WEB Tier 02", + "trash_id": "58790d4e2fdcd9733aa7ae68ba2bb503", + "required": false + }, + { + "name": "WEB Tier 03", + "trash_id": "d84935abd3f8556dcd51d4f27e22d0a6", + "required": false + }, + { + "name": "WEB Scene", + "trash_id": "d0c516558625b04b363fa6c5c2c7cfd4", + "required": false + } + ] +} From c35eb7900697ee815f5b352a6f5cd932cdc5f43b Mon Sep 17 00:00:00 2001 From: TRaSH Date: Mon, 30 Dec 2024 22:26:17 +0100 Subject: [PATCH 10/26] Updated QP excludes --- .../radarr/cf-groups/dolby-vision-incompatible-devices.json | 1 + docs/json/radarr/cf-groups/dv-hdr10-and-hdr10-boost.json | 3 +++ 2 files changed, 4 insertions(+) diff --git a/docs/json/radarr/cf-groups/dolby-vision-incompatible-devices.json b/docs/json/radarr/cf-groups/dolby-vision-incompatible-devices.json index 419def7c82..5db1687531 100644 --- a/docs/json/radarr/cf-groups/dolby-vision-incompatible-devices.json +++ b/docs/json/radarr/cf-groups/dolby-vision-incompatible-devices.json @@ -11,6 +11,7 @@ ], "quality_profiles": { "exclude": { + "[German] HD Bluray + WEB": "2b90e905c99490edc7c7a5787443748b", "HD Bluray + WEB": "d1d67249d3890e49bc12e275d989a7e9", "Remux + WEB 1080p": "9ca12ea80aa55ef916e3751f4b874151", "SQP-1 (1080p)": "0896c29d74de619df168d23b98104b22", 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 index 625e9f73de..1ecc24b6c4 100644 --- a/docs/json/radarr/cf-groups/dv-hdr10-and-hdr10-boost.json +++ b/docs/json/radarr/cf-groups/dv-hdr10-and-hdr10-boost.json @@ -16,6 +16,9 @@ ], "quality_profiles": { "exclude": { + "[German] UHD Bluray + WEB (Alternative)": "425da1ba30711b55d2eb371437ec98d7", + "[German] UHD Bluray + WEB": "27cc3d153c0a799fd139ef1ff4c4cc42", + "[German] Remux + WEB 2160p": "79faa9943cef2f510b997b1f2a9f3ea6", "HD Bluray + WEB": "d1d67249d3890e49bc12e275d989a7e9", "Remux + WEB 1080p": "9ca12ea80aa55ef916e3751f4b874151", "SQP-1 (1080p)": "0896c29d74de619df168d23b98104b22", From e71acbf56d5a80c455b7597e92b1a971ff61af2a Mon Sep 17 00:00:00 2001 From: TRaSH Date: Mon, 30 Dec 2024 22:27:47 +0100 Subject: [PATCH 11/26] Update dv-hdr10-and-hdr10-boost.json --- docs/json/radarr/cf-groups/dv-hdr10-and-hdr10-boost.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 index 1ecc24b6c4..00064dc87e 100644 --- a/docs/json/radarr/cf-groups/dv-hdr10-and-hdr10-boost.json +++ b/docs/json/radarr/cf-groups/dv-hdr10-and-hdr10-boost.json @@ -16,9 +16,7 @@ ], "quality_profiles": { "exclude": { - "[German] UHD Bluray + WEB (Alternative)": "425da1ba30711b55d2eb371437ec98d7", - "[German] UHD Bluray + WEB": "27cc3d153c0a799fd139ef1ff4c4cc42", - "[German] Remux + WEB 2160p": "79faa9943cef2f510b997b1f2a9f3ea6", + "[German] HD Bluray + WEB": "2b90e905c99490edc7c7a5787443748b", "HD Bluray + WEB": "d1d67249d3890e49bc12e275d989a7e9", "Remux + WEB 1080p": "9ca12ea80aa55ef916e3751f4b874151", "SQP-1 (1080p)": "0896c29d74de619df168d23b98104b22", From da793603dfdd2845635e0bcefd85136129671183 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Wed, 1 Jan 2025 13:26:00 +0100 Subject: [PATCH 12/26] Changed group names so they are better sorted and matched together --- docs/json/radarr/cf-groups/advanced-audio-formats.json | 2 +- .../radarr/cf-groups/dolby-vision-incompatible-devices.json | 2 +- docs/json/radarr/cf-groups/dv-hdr10-and-hdr10-boost.json | 2 +- docs/json/radarr/cf-groups/streaming-services-anime.json | 2 +- docs/json/radarr/cf-groups/streaming-services-asian.json | 2 +- docs/json/radarr/cf-groups/streaming-services-dutch.json | 2 +- docs/json/radarr/cf-groups/streaming-services-uk.json | 2 +- docs/json/sonarr/cf-groups/advanced-audio-formats.json | 2 +- .../sonarr/cf-groups/dolby-vision-incompatible-devices.json | 2 +- docs/json/sonarr/cf-groups/dv-hdr10-and-hdr10-boost.json | 2 +- docs/json/sonarr/cf-groups/streaming-services-anime.json | 2 +- docs/json/sonarr/cf-groups/streaming-services-asian.json | 2 +- docs/json/sonarr/cf-groups/streaming-services-dutch.json | 2 +- docs/json/sonarr/cf-groups/streaming-services-french.json | 2 +- docs/json/sonarr/cf-groups/streaming-services-uk.json | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/json/radarr/cf-groups/advanced-audio-formats.json b/docs/json/radarr/cf-groups/advanced-audio-formats.json index 09f283a177..b221fa9843 100644 --- a/docs/json/radarr/cf-groups/advanced-audio-formats.json +++ b/docs/json/radarr/cf-groups/advanced-audio-formats.json @@ -1,5 +1,5 @@ { - "name": "Advanced Audio Formats", + "name": "[Audio] Advanced Audio Formats", "trash_id": "9d5acd8f1da78dfbae788182f7605200", "custom_formats": [ { diff --git a/docs/json/radarr/cf-groups/dolby-vision-incompatible-devices.json b/docs/json/radarr/cf-groups/dolby-vision-incompatible-devices.json index 5db1687531..b823a5c4ee 100644 --- a/docs/json/radarr/cf-groups/dolby-vision-incompatible-devices.json +++ b/docs/json/radarr/cf-groups/dolby-vision-incompatible-devices.json @@ -1,5 +1,5 @@ { - "name": "Dolby Vision Incompatible Devices", + "name": "[Dolby Vision] 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": [ 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 index 00064dc87e..571c030059 100644 --- a/docs/json/radarr/cf-groups/dv-hdr10-and-hdr10-boost.json +++ b/docs/json/radarr/cf-groups/dv-hdr10-and-hdr10-boost.json @@ -1,5 +1,5 @@ { - "name": "DV HDR10+ and HDR10+ Boost", + "name": "[HDR10+] DV HDR10+ and HDR10+ Boost", "trash_id": "d9acca37ab4ab8f6428b68125fc0cacb", "trash_description": "You have a (Samsung) TV and Media Player Device that supports HDR10+", "custom_formats": [ diff --git a/docs/json/radarr/cf-groups/streaming-services-anime.json b/docs/json/radarr/cf-groups/streaming-services-anime.json index 3b9e92f352..801b8f59d2 100644 --- a/docs/json/radarr/cf-groups/streaming-services-anime.json +++ b/docs/json/radarr/cf-groups/streaming-services-anime.json @@ -1,5 +1,5 @@ { - "name": "Anime Streaming Services", + "name": "[Streaming Services] Anime", "trash_id": "60f6d50cbd3cfc3e9a8c00e3a30c3114", "trash_description": "Collection of Anime Streaming Services for Radarr", "custom_formats": [ diff --git a/docs/json/radarr/cf-groups/streaming-services-asian.json b/docs/json/radarr/cf-groups/streaming-services-asian.json index 5287d68cbb..5c6e3593b9 100644 --- a/docs/json/radarr/cf-groups/streaming-services-asian.json +++ b/docs/json/radarr/cf-groups/streaming-services-asian.json @@ -1,5 +1,5 @@ { - "name": "Asian Streaming Services", + "name": "[Streaming Services] Asian", "trash_id": "b22449f789b16a4163b59f1b70cbc580", "trash_description": "Collection of Asian Streaming Services for Radarr", "custom_formats": [ diff --git a/docs/json/radarr/cf-groups/streaming-services-dutch.json b/docs/json/radarr/cf-groups/streaming-services-dutch.json index 4d82eca47f..6051db1da8 100644 --- a/docs/json/radarr/cf-groups/streaming-services-dutch.json +++ b/docs/json/radarr/cf-groups/streaming-services-dutch.json @@ -1,5 +1,5 @@ { - "name": "Dutch Streaming Services", + "name": "[Streaming Services] Dutch", "trash_id": "088a792e0561c927fb396664b0db5c8f", "trash_description": "Collection of Dutch Streaming Services for Radarr", "custom_formats": [ diff --git a/docs/json/radarr/cf-groups/streaming-services-uk.json b/docs/json/radarr/cf-groups/streaming-services-uk.json index edbd3a5e43..8dc29c8c78 100644 --- a/docs/json/radarr/cf-groups/streaming-services-uk.json +++ b/docs/json/radarr/cf-groups/streaming-services-uk.json @@ -1,5 +1,5 @@ { - "name": "UK Streaming Services", + "name": "[Streaming Services] UK", "trash_id": "f737e18b5824d6ebb2d57b957ae2fd6c", "trash_description": "Collection of UK Streaming Services for Radarr", "custom_formats": [ diff --git a/docs/json/sonarr/cf-groups/advanced-audio-formats.json b/docs/json/sonarr/cf-groups/advanced-audio-formats.json index 329194d747..4dd73fbcc9 100644 --- a/docs/json/sonarr/cf-groups/advanced-audio-formats.json +++ b/docs/json/sonarr/cf-groups/advanced-audio-formats.json @@ -1,5 +1,5 @@ { - "name": "Advanced Audio Formats", + "name": "[Audio] Advanced Audio Formats", "trash_id": "e9a1944a254e6f8a9da63083f7ae15cb", "custom_formats": [ { diff --git a/docs/json/sonarr/cf-groups/dolby-vision-incompatible-devices.json b/docs/json/sonarr/cf-groups/dolby-vision-incompatible-devices.json index f0f2d1527f..efe82284a1 100644 --- a/docs/json/sonarr/cf-groups/dolby-vision-incompatible-devices.json +++ b/docs/json/sonarr/cf-groups/dolby-vision-incompatible-devices.json @@ -1,5 +1,5 @@ { - "name": "Dolby Vision Incompatible Devices", + "name": "[Dolby Vision] 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": [ 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 index db65c6c643..2523d6bc2f 100644 --- a/docs/json/sonarr/cf-groups/dv-hdr10-and-hdr10-boost.json +++ b/docs/json/sonarr/cf-groups/dv-hdr10-and-hdr10-boost.json @@ -1,5 +1,5 @@ { - "name": "DV HDR10+ and HDR10+ Boost", + "name": "[HDR10+] DV HDR10+ and HDR10+ Boost", "trash_id": "b250557594ba75823b51912f2769f9c7", "trash_description": "You have a (Samsung) TV and Media Player Device that supports HDR10+", "custom_formats": [ diff --git a/docs/json/sonarr/cf-groups/streaming-services-anime.json b/docs/json/sonarr/cf-groups/streaming-services-anime.json index a7762f91e8..1c4562b990 100644 --- a/docs/json/sonarr/cf-groups/streaming-services-anime.json +++ b/docs/json/sonarr/cf-groups/streaming-services-anime.json @@ -1,5 +1,5 @@ { - "name": "Anime Streaming Services", + "name": "[Streaming Services] Anime", "trash_id": "b4b4f2aa25c96620b73a01e6242f9dd2", "trash_description": "Collection of Anime Streaming Services for Sonarr", "custom_formats": [ diff --git a/docs/json/sonarr/cf-groups/streaming-services-asian.json b/docs/json/sonarr/cf-groups/streaming-services-asian.json index 9d6fda4262..c641b31fef 100644 --- a/docs/json/sonarr/cf-groups/streaming-services-asian.json +++ b/docs/json/sonarr/cf-groups/streaming-services-asian.json @@ -1,5 +1,5 @@ { - "name": "Asian Streaming Services", + "name": "[Streaming Services] Asian", "trash_id": "35fb4585dcd9e2a5ac732e4309f5a45a", "trash_description": "Collection of Asian Streaming Services for Sonarr", "custom_formats": [ diff --git a/docs/json/sonarr/cf-groups/streaming-services-dutch.json b/docs/json/sonarr/cf-groups/streaming-services-dutch.json index 091f3a9896..cffb516341 100644 --- a/docs/json/sonarr/cf-groups/streaming-services-dutch.json +++ b/docs/json/sonarr/cf-groups/streaming-services-dutch.json @@ -1,5 +1,5 @@ { - "name": "Dutch Streaming Services", + "name": "[Streaming Services] Dutch", "trash_id": "f60f4401ce880aad62e9d21c8bb6b91a", "trash_description": "Collection of Dutch Streaming Services for Sonarr", "custom_formats": [ diff --git a/docs/json/sonarr/cf-groups/streaming-services-french.json b/docs/json/sonarr/cf-groups/streaming-services-french.json index 45415a4bd5..6916927865 100644 --- a/docs/json/sonarr/cf-groups/streaming-services-french.json +++ b/docs/json/sonarr/cf-groups/streaming-services-french.json @@ -1,5 +1,5 @@ { - "name": "French Streaming Services", + "name": "[Streaming Services] French", "trash_id": "848fd356c200568fc5a6248150e7e7ea", "trash_description": "Collection of French Streaming Services for Sonarr", "custom_formats": [ diff --git a/docs/json/sonarr/cf-groups/streaming-services-uk.json b/docs/json/sonarr/cf-groups/streaming-services-uk.json index d3067dce16..427e135433 100644 --- a/docs/json/sonarr/cf-groups/streaming-services-uk.json +++ b/docs/json/sonarr/cf-groups/streaming-services-uk.json @@ -1,5 +1,5 @@ { - "name": "UK Streaming Services", + "name": "[Streaming Services] UK", "trash_id": "ddab3095a5d2f436f369263840af34f9", "trash_description": "Collection of UK Streaming Services for Sonarr", "custom_formats": [ From acfaed860eee22c2518885a2f46585d6d7ae17a3 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Wed, 1 Jan 2025 13:27:47 +0100 Subject: [PATCH 13/26] Remove HDR10+ boost and DV (WEBDL) from the Misc UHD group --- .../radarr/cf-groups/misc-uhd-optional.json | 11 +++------- .../cf-groups/sqp-1-2160p-misc-optional.json | 12 +--------- .../cf-groups/sqp-2-3-4-5-misc-optional.json | 22 +++++-------------- 3 files changed, 10 insertions(+), 35 deletions(-) diff --git a/docs/json/radarr/cf-groups/misc-uhd-optional.json b/docs/json/radarr/cf-groups/misc-uhd-optional.json index a0e385ff12..c29853fef3 100644 --- a/docs/json/radarr/cf-groups/misc-uhd-optional.json +++ b/docs/json/radarr/cf-groups/misc-uhd-optional.json @@ -1,5 +1,5 @@ { - "name": "Optional", + "name": "Misc UHD (Optional)", "trash_id": "8a3d746a76dcfc02c43983ac5432f754", "custom_formats": [ { @@ -38,13 +38,8 @@ "required": false }, { - "name": "HDR10+ Boost", - "trash_id": "b17886cb4158d9fea189859409975758", - "required": false - }, - { - "name": "DV HDR10+ Boost", - "trash_id": "55a5b50cb416dea5a50c4955896217ab", + "name": "x265 (no HDR/DV)", + "trash_id": "839bea857ed2c0a8e084f3cbdbd65ecb", "required": false }, { diff --git a/docs/json/radarr/cf-groups/sqp-1-2160p-misc-optional.json b/docs/json/radarr/cf-groups/sqp-1-2160p-misc-optional.json index 42e2424821..76404918a7 100644 --- a/docs/json/radarr/cf-groups/sqp-1-2160p-misc-optional.json +++ b/docs/json/radarr/cf-groups/sqp-1-2160p-misc-optional.json @@ -1,5 +1,5 @@ { - "name": "SQP-1 (2160p) Optional", + "name": "Misc UHD (Optional) for SQP-1 (2160p)", "trash_id": "208222a117fa38f8ab954fad9350910c", "custom_formats": [ { @@ -37,16 +37,6 @@ "trash_id": "dc98083864ea246d05a42df0d05f81cc", "required": false }, - { - "name": "HDR10+ Boost", - "trash_id": "b17886cb4158d9fea189859409975758", - "required": false - }, - { - "name": "DV HDR10+ Boost", - "trash_id": "55a5b50cb416dea5a50c4955896217ab", - "required": false - }, { "name": "SDR", "trash_id": "9c38ebb7384dada637be8899efa68e6f", diff --git a/docs/json/radarr/cf-groups/sqp-2-3-4-5-misc-optional.json b/docs/json/radarr/cf-groups/sqp-2-3-4-5-misc-optional.json index cf5d63f6e8..f98ecd1de3 100644 --- a/docs/json/radarr/cf-groups/sqp-2-3-4-5-misc-optional.json +++ b/docs/json/radarr/cf-groups/sqp-2-3-4-5-misc-optional.json @@ -1,5 +1,5 @@ { - "name": "SQP-2/3/4/5 Optional", + "name": "Misc UHD (Optional) for SQP-2/3/4/5", "trash_id": "de18f9d6e3f843f5208c68219ee732a7", "custom_formats": [ { @@ -37,6 +37,11 @@ "trash_id": "dc98083864ea246d05a42df0d05f81cc", "required": false }, + { + "name": "x265 (no HDR/DV)", + "trash_id": "839bea857ed2c0a8e084f3cbdbd65ecb", + "required": false + }, { "name": "SDR", "trash_id": "9c38ebb7384dada637be8899efa68e6f", @@ -46,21 +51,6 @@ "name": "SDR (no WEBDL)", "trash_id": "25c12f78430a3a23413652cbd1d48d77", "required": false - }, - { - "name": "DV (WEBDL)", - "trash_id": "923b6abef9b17f937fab56cfcf89e1f1", - "required": false - }, - { - "name": "HDR10+ Boost", - "trash_id": "b17886cb4158d9fea189859409975758", - "required": false - }, - { - "name": "DV HDR10+ Boost", - "trash_id": "55a5b50cb416dea5a50c4955896217ab", - "required": false } ], "quality_profiles": { From 890d3e7e9a775b4c8d7a8c166a40ebc7f40546a2 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Wed, 1 Jan 2025 13:28:36 +0100 Subject: [PATCH 14/26] Removed: `x265 (no HDR/DV)` because they aren't part of this profile --- docs/json/radarr/cf-groups/misc-optional.json | 7 +------ docs/json/sonarr/cf-groups/misc-optional.json | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/docs/json/radarr/cf-groups/misc-optional.json b/docs/json/radarr/cf-groups/misc-optional.json index 11eba84d29..1f25537afd 100644 --- a/docs/json/radarr/cf-groups/misc-optional.json +++ b/docs/json/radarr/cf-groups/misc-optional.json @@ -1,5 +1,5 @@ { - "name": "Optional", + "name": "Misc (Optional)", "trash_id": "9337080378236ce4c0b183e35790d2a7", "custom_formats": [ { @@ -31,11 +31,6 @@ "name": "Scene", "trash_id": "f537cf427b64c38c8e36298f657e4828", "required": false - }, - { - "name": "x265 (no HDR/DV)", - "trash_id": "839bea857ed2c0a8e084f3cbdbd65ecb", - "required": false } ], "quality_profiles": { diff --git a/docs/json/sonarr/cf-groups/misc-optional.json b/docs/json/sonarr/cf-groups/misc-optional.json index 4816a751d0..18e281c026 100644 --- a/docs/json/sonarr/cf-groups/misc-optional.json +++ b/docs/json/sonarr/cf-groups/misc-optional.json @@ -1,5 +1,5 @@ { - "name": "Optional", + "name": "Misc (Optional)", "trash_id": "f4a0410a1df109a66d6e47dcadcce014", "custom_formats": [ { @@ -26,11 +26,6 @@ "name": "Scene", "trash_id": "1b3994c551cbb92a2c781af061f4ab44", "required": false - }, - { - "name": "x265 (no HDR/DV)", - "trash_id": "9b64dff695c2115facf1b6ea59c9bd07", - "required": false } ], "quality_profiles": { From e747f6ed7e3f6e0c2d54361bc80ff2cf4ebed32c Mon Sep 17 00:00:00 2001 From: TRaSH Date: Wed, 1 Jan 2025 13:29:26 +0100 Subject: [PATCH 15/26] Improved Group name and add `x265 (no HDR/DV)` to the Sonarr UHD Misc --- docs/json/radarr/cf-groups/sqp-1-1080p-misc-optional.json | 2 +- docs/json/sonarr/cf-groups/misc-uhd-optional.json | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/json/radarr/cf-groups/sqp-1-1080p-misc-optional.json b/docs/json/radarr/cf-groups/sqp-1-1080p-misc-optional.json index a001928913..0c4ed0f42b 100644 --- a/docs/json/radarr/cf-groups/sqp-1-1080p-misc-optional.json +++ b/docs/json/radarr/cf-groups/sqp-1-1080p-misc-optional.json @@ -1,5 +1,5 @@ { - "name": "SQP-1 (1080p) Optional", + "name": "Misc (Optional) for SQP-1 (1080p)", "trash_id": "0ac153dc6f4f96459bc8fdb30aaefedf", "custom_formats": [ { diff --git a/docs/json/sonarr/cf-groups/misc-uhd-optional.json b/docs/json/sonarr/cf-groups/misc-uhd-optional.json index 95c9cde9a3..603f3aee9f 100644 --- a/docs/json/sonarr/cf-groups/misc-uhd-optional.json +++ b/docs/json/sonarr/cf-groups/misc-uhd-optional.json @@ -1,5 +1,5 @@ { - "name": "Optional", + "name": "Misc UHD (Optional)", "trash_id": "cac4624ef8fae1ef5e8abb8cf1cf6607", "custom_formats": [ { @@ -32,6 +32,11 @@ "trash_id": "47435ece6b99a0b477caf360e79ba0bb", "required": false }, + { + "name": "x265 (no HDR/DV)", + "trash_id": "9b64dff695c2115facf1b6ea59c9bd07", + "required": false + }, { "name": "SDR", "trash_id": "2016d1676f5ee13a5b7257ff86ac9a93", From 5f95a0ed6affea9610686ca0703e90b235048566 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 4 Jan 2025 20:18:02 +0100 Subject: [PATCH 16/26] Removed because they were merged into a single group. --- docs/json/radarr/cf-groups/misc-optional.json | 57 --------------- .../radarr/cf-groups/misc-uhd-optional.json | 70 ------------------ .../cf-groups/movie-versions-noremux.json | 56 --------------- .../json/radarr/cf-groups/movie-versions.json | 64 ----------------- .../cf-groups/sqp-1-1080p-misc-optional.json | 53 -------------- .../cf-groups/sqp-1-2160p-misc-optional.json | 69 ------------------ .../cf-groups/sqp-2-3-4-5-misc-optional.json | 71 ------------------- docs/json/sonarr/cf-groups/misc-optional.json | 36 ---------- .../sonarr/cf-groups/misc-uhd-optional.json | 56 --------------- 9 files changed, 532 deletions(-) delete mode 100644 docs/json/radarr/cf-groups/misc-optional.json delete mode 100644 docs/json/radarr/cf-groups/misc-uhd-optional.json delete mode 100644 docs/json/radarr/cf-groups/movie-versions-noremux.json delete mode 100644 docs/json/radarr/cf-groups/movie-versions.json delete mode 100644 docs/json/radarr/cf-groups/sqp-1-1080p-misc-optional.json delete mode 100644 docs/json/radarr/cf-groups/sqp-1-2160p-misc-optional.json delete mode 100644 docs/json/radarr/cf-groups/sqp-2-3-4-5-misc-optional.json delete mode 100644 docs/json/sonarr/cf-groups/misc-optional.json delete mode 100644 docs/json/sonarr/cf-groups/misc-uhd-optional.json diff --git a/docs/json/radarr/cf-groups/misc-optional.json b/docs/json/radarr/cf-groups/misc-optional.json deleted file mode 100644 index c24f5ab332..0000000000 --- a/docs/json/radarr/cf-groups/misc-optional.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "name": "Misc (Optional)", - "trash_id": "9337080378236ce4c0b183e35790d2a7", - "custom_formats": [ - { - "name": "Bad Dual Groups", - "trash_id": "b6832f586342ef70d9c128d40c07b872", - "required": false - }, - { - "name": "EVO (no WEBDL)", - "trash_id": "90cedc1fea7ea5d11298bebd3d1d3223", - "required": false - }, - { - "name": "No-RlsGroup", - "trash_id": "ae9b7c9ebde1f3bd336a8cbd1ec4c5e5", - "required": false - }, - { - "name": "Obfuscated", - "trash_id": "7357cf5161efbf8c4d5d0c30b4815ee2", - "required": false - }, - { - "name": "Retags", - "trash_id": "5c44f52a8714fdd79bb4d98e2673be1f", - "required": false - }, - { - "name": "Scene", - "trash_id": "f537cf427b64c38c8e36298f657e4828", - "required": false - }, - { - "name": "x265 (HD)", - "trash_id": "dc98083864ea246d05a42df0d05f81cc", - "required": false - } - ], - "quality_profiles": { - "exclude": { - "[German] UHD Bluray + WEB (Alternative)": "425da1ba30711b55d2eb371437ec98d7", - "[German] UHD Bluray + WEB": "27cc3d153c0a799fd139ef1ff4c4cc42", - "[German] Remux + WEB 2160p": "79faa9943cef2f510b997b1f2a9f3ea6", - "UHD Bluray + WEB": "64fb5f9858489bdac2af690e27c8f42f", - "Remux + WEB 2160p": "fd161a61e3ab826d3a22d53f935696dd", - "SQP-1 (1080p)": "0896c29d74de619df168d23b98104b22", - "SQP-1 WEB (1080p)": "90a3370d2d30cbaf08d9c23b856a12c8", - "SQP-1 (2160p)": "5128baeb2b081b72126bc8482b2a86a0", - "SQP-2": "c3933358ba2356bafc41524f81471069", - "SQP-3": "2cf36c1f0106ffac993be003ade51865", - "SQP-4": "013f89e6da27519fe56cf482702a2db9", - "SQP-5": "a7bb1539fd147256b21b1098f3dc2016" - } - } -} diff --git a/docs/json/radarr/cf-groups/misc-uhd-optional.json b/docs/json/radarr/cf-groups/misc-uhd-optional.json deleted file mode 100644 index 56b48c2d73..0000000000 --- a/docs/json/radarr/cf-groups/misc-uhd-optional.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "name": "Misc UHD (Optional)", - "trash_id": "8a3d746a76dcfc02c43983ac5432f754", - "custom_formats": [ - { - "name": "Bad Dual Groups", - "trash_id": "b6832f586342ef70d9c128d40c07b872", - "required": false - }, - { - "name": "EVO (no WEBDL)", - "trash_id": "90cedc1fea7ea5d11298bebd3d1d3223", - "required": false - }, - { - "name": "No-RlsGroup", - "trash_id": "ae9b7c9ebde1f3bd336a8cbd1ec4c5e5", - "required": false - }, - { - "name": "Obfuscated", - "trash_id": "7357cf5161efbf8c4d5d0c30b4815ee2", - "required": false - }, - { - "name": "Retags", - "trash_id": "5c44f52a8714fdd79bb4d98e2673be1f", - "required": false - }, - { - "name": "Scene", - "trash_id": "f537cf427b64c38c8e36298f657e4828", - "required": false - }, - { - "name": "x265 (HD)", - "trash_id": "dc98083864ea246d05a42df0d05f81cc", - "required": false - }, - { - "name": "x265 (no HDR/DV)", - "trash_id": "839bea857ed2c0a8e084f3cbdbd65ecb", - "required": false - }, - { - "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", - "SQP-1 (2160p)": "5128baeb2b081b72126bc8482b2a86a0", - "SQP-2": "c3933358ba2356bafc41524f81471069", - "SQP-3": "2cf36c1f0106ffac993be003ade51865", - "SQP-4": "013f89e6da27519fe56cf482702a2db9", - "SQP-5": "a7bb1539fd147256b21b1098f3dc2016" - } - } -} diff --git a/docs/json/radarr/cf-groups/movie-versions-noremux.json b/docs/json/radarr/cf-groups/movie-versions-noremux.json deleted file mode 100644 index 6e3d828ad5..0000000000 --- a/docs/json/radarr/cf-groups/movie-versions-noremux.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Movie Versions (Non-Remux Profiles) (Optional)", - "trash_id": "bf033fe44d9b84aa6eceba6d0e27a88e", - "custom_formats": [ - { - "name": "Remaster", - "trash_id": "570bc9ebecd92723d2d21500f4be314c", - "required": false - }, - { - "name": "4K Remaster", - "trash_id": "eca37840c13c6ef2dd0262b141a5482f", - "required": false - }, - { - "name": "Criterion Collection", - "trash_id": "e0c07d59beb37348e975a930d5e50319", - "required": false - }, - { - "name": "Masters of Cinema", - "trash_id": "9d27d9d2181838f76dee150882bdc58c", - "required": false - }, - { - "name": "Vinegar Syndrome", - "trash_id": "db9b4c4b53d312a3ca5f1378f6440fc9", - "required": false - }, - { - "name": "Special Edition", - "trash_id": "957d0f44b592285f26449575e8b1167e", - "required": false - }, - { - "name": "IMAX", - "trash_id": "eecf3a857724171f968a66cb5719e152", - "required": false - }, - { - "name": "IMAX Enhanced", - "trash_id": "9f6cbff8cfe4ebbc1bde14c7b7bec0de", - "required": false - } - ], - "quality_profiles": { - "exclude": { - "[German] Remux + WEB 2160p": "79faa9943cef2f510b997b1f2a9f3ea6", - "Remux + WEB 1080p": "9ca12ea80aa55ef916e3751f4b874151", - "Remux + WEB 2160p": "fd161a61e3ab826d3a22d53f935696dd", - "SQP-2": "c3933358ba2356bafc41524f81471069", - "SQP-3": "2cf36c1f0106ffac993be003ade51865", - "SQP-5": "a7bb1539fd147256b21b1098f3dc2016" - } - } -} diff --git a/docs/json/radarr/cf-groups/movie-versions.json b/docs/json/radarr/cf-groups/movie-versions.json deleted file mode 100644 index ec9274be75..0000000000 --- a/docs/json/radarr/cf-groups/movie-versions.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "name": "Movie Versions (Optional)", - "trash_id": "f4f1474b963b24cf983455743aa9906c", - "custom_formats": [ - { - "name": "Hybrid", - "trash_id": "0f12c086e289cf966fa5948eac571f44", - "required": false - }, - { - "name": "Remaster", - "trash_id": "570bc9ebecd92723d2d21500f4be314c", - "required": false - }, - { - "name": "4K Remaster", - "trash_id": "eca37840c13c6ef2dd0262b141a5482f", - "required": false - }, - { - "name": "Criterion Collection", - "trash_id": "e0c07d59beb37348e975a930d5e50319", - "required": false - }, - { - "name": "Masters of Cinema", - "trash_id": "9d27d9d2181838f76dee150882bdc58c", - "required": false - }, - { - "name": "Vinegar Syndrome", - "trash_id": "db9b4c4b53d312a3ca5f1378f6440fc9", - "required": false - }, - { - "name": "Special Edition", - "trash_id": "957d0f44b592285f26449575e8b1167e", - "required": false - }, - { - "name": "IMAX", - "trash_id": "eecf3a857724171f968a66cb5719e152", - "required": false - }, - { - "name": "IMAX Enhanced", - "trash_id": "9f6cbff8cfe4ebbc1bde14c7b7bec0de", - "required": false - } - ], - "quality_profiles": { - "exclude": { - "[German] HD Bluray + WEB": "2b90e905c99490edc7c7a5787443748b", - "[German] UHD Bluray + WEB (Alternative)": "425da1ba30711b55d2eb371437ec98d7", - "[German] UHD Bluray + WEB": "27cc3d153c0a799fd139ef1ff4c4cc42", - "HD Bluray + WEB": "d1d67249d3890e49bc12e275d989a7e9", - "UHD Bluray + WEB": "64fb5f9858489bdac2af690e27c8f42f", - "SQP-1 (1080p)": "0896c29d74de619df168d23b98104b22", - "SQP-1 WEB (1080p)": "90a3370d2d30cbaf08d9c23b856a12c8", - "SQP-1 (2160p)": "5128baeb2b081b72126bc8482b2a86a0", - "SQP-4": "013f89e6da27519fe56cf482702a2db9" - } - } -} diff --git a/docs/json/radarr/cf-groups/sqp-1-1080p-misc-optional.json b/docs/json/radarr/cf-groups/sqp-1-1080p-misc-optional.json deleted file mode 100644 index 0d8086dfe2..0000000000 --- a/docs/json/radarr/cf-groups/sqp-1-1080p-misc-optional.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "name": "Misc (Optional) for SQP-1 (1080p)", - "trash_id": "0ac153dc6f4f96459bc8fdb30aaefedf", - "custom_formats": [ - { - "name": "Bad Dual Groups", - "trash_id": "b6832f586342ef70d9c128d40c07b872", - "required": false - }, - { - "name": "EVO (no WEBDL)", - "trash_id": "90cedc1fea7ea5d11298bebd3d1d3223", - "required": false - }, - { - "name": "No-RlsGroup", - "trash_id": "ae9b7c9ebde1f3bd336a8cbd1ec4c5e5", - "required": false - }, - { - "name": "Obfuscated", - "trash_id": "7357cf5161efbf8c4d5d0c30b4815ee2", - "required": false - }, - { - "name": "Retags", - "trash_id": "5c44f52a8714fdd79bb4d98e2673be1f", - "required": false - }, - { - "name": "Scene", - "trash_id": "f537cf427b64c38c8e36298f657e4828", - "required": false - } - ], - "quality_profiles": { - "exclude": { - "[German] HD Bluray + WEB": "2b90e905c99490edc7c7a5787443748b", - "[German] UHD Bluray + WEB (Alternative)": "425da1ba30711b55d2eb371437ec98d7", - "[German] UHD Bluray + WEB": "27cc3d153c0a799fd139ef1ff4c4cc42", - "[German] Remux + WEB 2160p": "79faa9943cef2f510b997b1f2a9f3ea6", - "HD Bluray + WEB": "d1d67249d3890e49bc12e275d989a7e9", - "UHD Bluray + WEB": "64fb5f9858489bdac2af690e27c8f42f", - "Remux + WEB 1080p": "9ca12ea80aa55ef916e3751f4b874151", - "Remux + WEB 2160p": "fd161a61e3ab826d3a22d53f935696dd", - "SQP-1 (2160p)": "5128baeb2b081b72126bc8482b2a86a0", - "SQP-2": "c3933358ba2356bafc41524f81471069", - "SQP-3": "2cf36c1f0106ffac993be003ade51865", - "SQP-4": "013f89e6da27519fe56cf482702a2db9", - "SQP-5": "a7bb1539fd147256b21b1098f3dc2016" - } - } -} diff --git a/docs/json/radarr/cf-groups/sqp-1-2160p-misc-optional.json b/docs/json/radarr/cf-groups/sqp-1-2160p-misc-optional.json deleted file mode 100644 index ac97ee4dec..0000000000 --- a/docs/json/radarr/cf-groups/sqp-1-2160p-misc-optional.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "Misc UHD (Optional) for SQP-1 (2160p)", - "trash_id": "208222a117fa38f8ab954fad9350910c", - "custom_formats": [ - { - "name": "Bad Dual Groups", - "trash_id": "b6832f586342ef70d9c128d40c07b872", - "required": false - }, - { - "name": "EVO (no WEBDL)", - "trash_id": "90cedc1fea7ea5d11298bebd3d1d3223", - "required": false - }, - { - "name": "No-RlsGroup", - "trash_id": "ae9b7c9ebde1f3bd336a8cbd1ec4c5e5", - "required": false - }, - { - "name": "Obfuscated", - "trash_id": "7357cf5161efbf8c4d5d0c30b4815ee2", - "required": false - }, - { - "name": "Retags", - "trash_id": "5c44f52a8714fdd79bb4d98e2673be1f", - "required": false - }, - { - "name": "Scene", - "trash_id": "f537cf427b64c38c8e36298f657e4828", - "required": false - }, - { - "name": "x265 (HD)", - "trash_id": "dc98083864ea246d05a42df0d05f81cc", - "required": false - }, - { - "name": "SDR", - "trash_id": "9c38ebb7384dada637be8899efa68e6f", - "required": false - }, - { - "name": "SDR (no WEBDL)", - "trash_id": "25c12f78430a3a23413652cbd1d48d77", - "required": false - } - ], - "quality_profiles": { - "exclude": { - "[German] HD Bluray + WEB": "2b90e905c99490edc7c7a5787443748b", - "[German] UHD Bluray + WEB (Alternative)": "425da1ba30711b55d2eb371437ec98d7", - "[German] UHD Bluray + WEB": "27cc3d153c0a799fd139ef1ff4c4cc42", - "[German] Remux + WEB 2160p": "79faa9943cef2f510b997b1f2a9f3ea6", - "HD Bluray + WEB": "d1d67249d3890e49bc12e275d989a7e9", - "UHD Bluray + WEB": "64fb5f9858489bdac2af690e27c8f42f", - "Remux + WEB 1080p": "9ca12ea80aa55ef916e3751f4b874151", - "Remux + WEB 2160p": "fd161a61e3ab826d3a22d53f935696dd", - "SQP-1 (1080p)": "0896c29d74de619df168d23b98104b22", - "SQP-1 WEB (1080p)": "90a3370d2d30cbaf08d9c23b856a12c8", - "SQP-2": "c3933358ba2356bafc41524f81471069", - "SQP-3": "2cf36c1f0106ffac993be003ade51865", - "SQP-4": "013f89e6da27519fe56cf482702a2db9", - "SQP-5": "a7bb1539fd147256b21b1098f3dc2016" - } - } -} diff --git a/docs/json/radarr/cf-groups/sqp-2-3-4-5-misc-optional.json b/docs/json/radarr/cf-groups/sqp-2-3-4-5-misc-optional.json deleted file mode 100644 index 1a25f2eb46..0000000000 --- a/docs/json/radarr/cf-groups/sqp-2-3-4-5-misc-optional.json +++ /dev/null @@ -1,71 +0,0 @@ -{ - "name": "Misc UHD (Optional) for SQP-2/3/4/5", - "trash_id": "de18f9d6e3f843f5208c68219ee732a7", - "custom_formats": [ - { - "name": "Bad Dual Groups", - "trash_id": "b6832f586342ef70d9c128d40c07b872", - "required": false - }, - { - "name": "EVO (no WEBDL)", - "trash_id": "90cedc1fea7ea5d11298bebd3d1d3223", - "required": false - }, - { - "name": "No-RlsGroup", - "trash_id": "ae9b7c9ebde1f3bd336a8cbd1ec4c5e5", - "required": false - }, - { - "name": "Obfuscated", - "trash_id": "7357cf5161efbf8c4d5d0c30b4815ee2", - "required": false - }, - { - "name": "Retags", - "trash_id": "5c44f52a8714fdd79bb4d98e2673be1f", - "required": false - }, - { - "name": "Scene", - "trash_id": "f537cf427b64c38c8e36298f657e4828", - "required": false - }, - { - "name": "x265 (HD)", - "trash_id": "dc98083864ea246d05a42df0d05f81cc", - "required": false - }, - { - "name": "x265 (no HDR/DV)", - "trash_id": "839bea857ed2c0a8e084f3cbdbd65ecb", - "required": false - }, - { - "name": "SDR", - "trash_id": "9c38ebb7384dada637be8899efa68e6f", - "required": false - }, - { - "name": "SDR (no WEBDL)", - "trash_id": "25c12f78430a3a23413652cbd1d48d77", - "required": false - } - ], - "quality_profiles": { - "exclude": { - "[German] HD Bluray + WEB": "2b90e905c99490edc7c7a5787443748b", - "[German] UHD Bluray + WEB (Alternative)": "425da1ba30711b55d2eb371437ec98d7", - "[German] UHD Bluray + WEB": "27cc3d153c0a799fd139ef1ff4c4cc42", - "[German] Remux + WEB 2160p": "79faa9943cef2f510b997b1f2a9f3ea6", - "HD Bluray + WEB": "d1d67249d3890e49bc12e275d989a7e9", - "UHD Bluray + WEB": "64fb5f9858489bdac2af690e27c8f42f", - "Remux + WEB 1080p": "9ca12ea80aa55ef916e3751f4b874151", - "Remux + WEB 2160p": "fd161a61e3ab826d3a22d53f935696dd", - "SQP-1 (1080p)": "0896c29d74de619df168d23b98104b22", - "SQP-1 WEB (1080p)": "90a3370d2d30cbaf08d9c23b856a12c8", - "SQP-1 (2160p)": "5128baeb2b081b72126bc8482b2a86a0" - } - } -} diff --git a/docs/json/sonarr/cf-groups/misc-optional.json b/docs/json/sonarr/cf-groups/misc-optional.json deleted file mode 100644 index 18e281c026..0000000000 --- a/docs/json/sonarr/cf-groups/misc-optional.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "Misc (Optional)", - "trash_id": "f4a0410a1df109a66d6e47dcadcce014", - "custom_formats": [ - { - "name": "Bad Dual Groups", - "trash_id": "32b367365729d530ca1c124a0b180c64", - "required": false - }, - { - "name": "No-RlsGroup", - "trash_id": "82d40da2bc6923f41e14394075dd4b03", - "required": false - }, - { - "name": "Obfuscated", - "trash_id": "e1a997ddb54e3ecbfe06341ad323c458", - "required": false - }, - { - "name": "Retags", - "trash_id": "06d66ab109d4d2eddb2794d21526d140", - "required": false - }, - { - "name": "Scene", - "trash_id": "1b3994c551cbb92a2c781af061f4ab44", - "required": false - } - ], - "quality_profiles": { - "exclude": { - "WEB-2160p": "d1498e7d189fbe6c7110ceaabb7473e6" - } - } -} diff --git a/docs/json/sonarr/cf-groups/misc-uhd-optional.json b/docs/json/sonarr/cf-groups/misc-uhd-optional.json deleted file mode 100644 index 603f3aee9f..0000000000 --- a/docs/json/sonarr/cf-groups/misc-uhd-optional.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Misc UHD (Optional)", - "trash_id": "cac4624ef8fae1ef5e8abb8cf1cf6607", - "custom_formats": [ - { - "name": "Bad Dual Groups", - "trash_id": "32b367365729d530ca1c124a0b180c64", - "required": false - }, - { - "name": "No-RlsGroup", - "trash_id": "82d40da2bc6923f41e14394075dd4b03", - "required": false - }, - { - "name": "Obfuscated", - "trash_id": "e1a997ddb54e3ecbfe06341ad323c458", - "required": false - }, - { - "name": "Retags", - "trash_id": "06d66ab109d4d2eddb2794d21526d140", - "required": false - }, - { - "name": "Scene", - "trash_id": "1b3994c551cbb92a2c781af061f4ab44", - "required": false - }, - { - "name": "x265 (HD)", - "trash_id": "47435ece6b99a0b477caf360e79ba0bb", - "required": false - }, - { - "name": "x265 (no HDR/DV)", - "trash_id": "9b64dff695c2115facf1b6ea59c9bd07", - "required": false - }, - { - "name": "SDR", - "trash_id": "2016d1676f5ee13a5b7257ff86ac9a93", - "required": false - }, - { - "name": "SDR (no WEBDL)", - "trash_id": "83304f261cf516bb208c18c54c0adf97", - "required": false - } - ], - "quality_profiles": { - "exclude": { - "WEB-1080p": "72dae194fc92bf828f32cde7744e51a1" - } - } -} From c382c3d76b336c6b34796eb0999f1989efe5bfa0 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 4 Jan 2025 20:27:17 +0100 Subject: [PATCH 17/26] Added: group SDR --- docs/json/radarr/cf-groups/optional-sdr.json | 26 ++++++++++++++++++++ docs/json/sonarr/cf-groups/optional-sdr.json | 22 +++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 docs/json/radarr/cf-groups/optional-sdr.json create mode 100644 docs/json/sonarr/cf-groups/optional-sdr.json 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 0000000000..8a3d2b25dd --- /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 0000000000..9c709389c7 --- /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" + } + } +} From 1932e2ec7e66fe8acebcb7241615785e9a4779cf Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 4 Jan 2025 20:29:05 +0100 Subject: [PATCH 18/26] Add: group golden rule --- .../cf-groups/required-golden-rule-hd.json | 33 +++++++++++++++++++ .../cf-groups/required-golden-rule-uhd.json | 30 +++++++++++++++++ .../cf-groups/required-golden-rule-hd.json | 23 +++++++++++++ .../cf-groups/required-golden-rule-uhd.json | 24 ++++++++++++++ 4 files changed, 110 insertions(+) create mode 100644 docs/json/radarr/cf-groups/required-golden-rule-hd.json create mode 100644 docs/json/radarr/cf-groups/required-golden-rule-uhd.json create mode 100644 docs/json/sonarr/cf-groups/required-golden-rule-hd.json create mode 100644 docs/json/sonarr/cf-groups/required-golden-rule-uhd.json diff --git a/docs/json/radarr/cf-groups/required-golden-rule-hd.json b/docs/json/radarr/cf-groups/required-golden-rule-hd.json new file mode 100644 index 0000000000..92b0ee70ff --- /dev/null +++ b/docs/json/radarr/cf-groups/required-golden-rule-hd.json @@ -0,0 +1,33 @@ +{ + "name": "[Required] Golden Rule HD", + "trash_id": "f8bf8eab4617f12dfdbd16303d8da245", + "trash_description": "- x265 (HD): This blocks 720/1080p (HD) releases that are encoded in x265
- x265 (no HDR/DV): This blocks 720/1080p (HD) releases that are encoded in x265, But it will allow 720/1080p x265 releases if they have HDR and/or DV.

**Please ensure you only score or enable one of them in your Quality Profile!!!**", + "custom_formats": [ + { + "name": "x265 (HD)", + "trash_id": "dc98083864ea246d05a42df0d05f81cc", + "required": false, + "default": true + }, + { + "name": "x265 (no HDR/DV)", + "trash_id": "839bea857ed2c0a8e084f3cbdbd65ecb", + "required": false + } + ], + "quality_profiles": { + "exclude": { + "[German] HD Bluray + WEB": "2b90e905c99490edc7c7a5787443748b", + "[German] UHD Bluray + WEB (Alternative)": "425da1ba30711b55d2eb371437ec98d7", + "[German] UHD Bluray + WEB": "27cc3d153c0a799fd139ef1ff4c4cc42", + "[German] Remux + WEB 2160p": "79faa9943cef2f510b997b1f2a9f3ea6", + "UHD Bluray + WEB": "64fb5f9858489bdac2af690e27c8f42f", + "Remux + WEB 2160p": "fd161a61e3ab826d3a22d53f935696dd", + "SQP-1 (2160p)": "5128baeb2b081b72126bc8482b2a86a0", + "SQP-2": "c3933358ba2356bafc41524f81471069", + "SQP-3": "2cf36c1f0106ffac993be003ade51865", + "SQP-4": "013f89e6da27519fe56cf482702a2db9", + "SQP-5": "a7bb1539fd147256b21b1098f3dc2016" + } + } +} diff --git a/docs/json/radarr/cf-groups/required-golden-rule-uhd.json b/docs/json/radarr/cf-groups/required-golden-rule-uhd.json new file mode 100644 index 0000000000..a03571783f --- /dev/null +++ b/docs/json/radarr/cf-groups/required-golden-rule-uhd.json @@ -0,0 +1,30 @@ +{ + "name": "[Required] Golden Rule UHD", + "trash_id": "ff204bbcecdd487d1cefcefdbf0c278d", + "trash_description": "- x265 (HD): This blocks 720/1080p (HD) releases that are encoded in x265
- x265 (no HDR/DV): This blocks 720/1080p (HD) releases that are encoded in x265, But it will allow 720/1080p x265 releases if they have HDR and/or DV.

**Please ensure you only score or enable one of them in your Quality Profile!!!**", + "custom_formats": [ + { + "name": "x265 (HD)", + "trash_id": "dc98083864ea246d05a42df0d05f81cc", + "required": false + }, + { + "name": "x265 (no HDR/DV)", + "trash_id": "839bea857ed2c0a8e084f3cbdbd65ecb", + "required": false, + "default": true + } + ], + "quality_profiles": { + "exclude": { + "[German] HD Bluray + WEB": "2b90e905c99490edc7c7a5787443748b", + "[German] UHD Bluray + WEB (Alternative)": "425da1ba30711b55d2eb371437ec98d7", + "[German] UHD Bluray + WEB": "27cc3d153c0a799fd139ef1ff4c4cc42", + "[German] Remux + WEB 2160p": "79faa9943cef2f510b997b1f2a9f3ea6", + "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/required-golden-rule-hd.json b/docs/json/sonarr/cf-groups/required-golden-rule-hd.json new file mode 100644 index 0000000000..5d149238ef --- /dev/null +++ b/docs/json/sonarr/cf-groups/required-golden-rule-hd.json @@ -0,0 +1,23 @@ +{ + "name": "[Required] Golden Rule HD", + "trash_id": "158188097a58d7687dee647e04af0da3", + "trash_description": "- x265 (HD): This blocks 720/1080p (HD) releases that are encoded in x265
- x265 (no HDR/DV): This blocks 720/1080p (HD) releases that are encoded in x265, But it will allow 720/1080p x265 releases if they have HDR and/or DV.

**Please ensure you only score or enable one of them in your Quality Profile!!!**", + "custom_formats": [ + { + "name": "x265 (HD)", + "trash_id": "47435ece6b99a0b477caf360e79ba0bb", + "required": false, + "default": true + }, + { + "name": "x265 (no HDR/DV)", + "trash_id": "9b64dff695c2115facf1b6ea59c9bd07", + "required": false + } + ], + "quality_profiles": { + "exclude": { + "WEB-2160p": "d1498e7d189fbe6c7110ceaabb7473e6" + } + } +} diff --git a/docs/json/sonarr/cf-groups/required-golden-rule-uhd.json b/docs/json/sonarr/cf-groups/required-golden-rule-uhd.json new file mode 100644 index 0000000000..af697474ca --- /dev/null +++ b/docs/json/sonarr/cf-groups/required-golden-rule-uhd.json @@ -0,0 +1,24 @@ +{ + "name": "[Required] Golden Rule UHD", + "trash_id": "e3f37512790f00d0e89e54fe5e790d1c", + "trash_description": "- x265 (HD): This blocks 720/1080p (HD) releases that are encoded in x265
- x265 (no HDR/DV): This blocks 720/1080p (HD) releases that are encoded in x265, But it will allow 720/1080p x265 releases if they have HDR and/or DV.

**Please ensure you only score or enable one of them in your Quality Profile!!!**", + "custom_formats": [ + { + "name": "x265 (HD)", + "trash_id": "47435ece6b99a0b477caf360e79ba0bb", + "required": false + }, + { + "name": "x265 (no HDR/DV)", + "trash_id": "9b64dff695c2115facf1b6ea59c9bd07", + "required": false, + "default": true + } + ], + "quality_profiles": { + "exclude": { + "WEB-1080p": "72dae194fc92bf828f32cde7744e51a1" + } + } +} + From 3db0384c5d1b5189bb9ea3d0d93f89d14b274d9c Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 4 Jan 2025 20:31:08 +0100 Subject: [PATCH 19/26] Renamed JSON name so they are better sorted --- docs/json/radarr/cf-groups/optional-misc.json | 37 +++++++++++++++ .../cf-groups/optional-movie-versions.json | 47 +++++++++++++++++++ docs/json/sonarr/cf-groups/optional-misc.json | 32 +++++++++++++ 3 files changed, 116 insertions(+) create mode 100644 docs/json/radarr/cf-groups/optional-misc.json create mode 100644 docs/json/radarr/cf-groups/optional-movie-versions.json create mode 100644 docs/json/sonarr/cf-groups/optional-misc.json diff --git a/docs/json/radarr/cf-groups/optional-misc.json b/docs/json/radarr/cf-groups/optional-misc.json new file mode 100644 index 0000000000..d177be7423 --- /dev/null +++ b/docs/json/radarr/cf-groups/optional-misc.json @@ -0,0 +1,37 @@ +{ + "name": "[Optional] Miscellaneous", + "trash_id": "9337080378236ce4c0b183e35790d2a7", + "trash_description": "Optional Custom Formats make sure to read the individual descriptions that you can find in the guide.", + "custom_formats": [ + { + "name": "Bad Dual Groups", + "trash_id": "b6832f586342ef70d9c128d40c07b872", + "required": false + }, + { + "name": "EVO (no WEBDL)", + "trash_id": "90cedc1fea7ea5d11298bebd3d1d3223", + "required": false + }, + { + "name": "No-RlsGroup", + "trash_id": "ae9b7c9ebde1f3bd336a8cbd1ec4c5e5", + "required": false + }, + { + "name": "Obfuscated", + "trash_id": "7357cf5161efbf8c4d5d0c30b4815ee2", + "required": false + }, + { + "name": "Retags", + "trash_id": "5c44f52a8714fdd79bb4d98e2673be1f", + "required": false + }, + { + "name": "Scene", + "trash_id": "f537cf427b64c38c8e36298f657e4828", + "required": false + } + ] +} diff --git a/docs/json/radarr/cf-groups/optional-movie-versions.json b/docs/json/radarr/cf-groups/optional-movie-versions.json new file mode 100644 index 0000000000..5c9eb15626 --- /dev/null +++ b/docs/json/radarr/cf-groups/optional-movie-versions.json @@ -0,0 +1,47 @@ +{ + "name": "[Optional] Movie Versions", + "trash_id": "f4f1474b963b24cf983455743aa9906c", + "trash_description": "Optional Movie Versions, make sure to read the individual descriptions that you can find in the guide.", + "custom_formats": [ + { + "name": "Remaster", + "trash_id": "570bc9ebecd92723d2d21500f4be314c", + "required": false + }, + { + "name": "4K Remaster", + "trash_id": "eca37840c13c6ef2dd0262b141a5482f", + "required": false + }, + { + "name": "Criterion Collection", + "trash_id": "e0c07d59beb37348e975a930d5e50319", + "required": false + }, + { + "name": "Masters of Cinema", + "trash_id": "9d27d9d2181838f76dee150882bdc58c", + "required": false + }, + { + "name": "Vinegar Syndrome", + "trash_id": "db9b4c4b53d312a3ca5f1378f6440fc9", + "required": false + }, + { + "name": "Special Edition", + "trash_id": "957d0f44b592285f26449575e8b1167e", + "required": false + }, + { + "name": "IMAX", + "trash_id": "eecf3a857724171f968a66cb5719e152", + "required": false + }, + { + "name": "IMAX Enhanced", + "trash_id": "9f6cbff8cfe4ebbc1bde14c7b7bec0de", + "required": false + } + ] +} diff --git a/docs/json/sonarr/cf-groups/optional-misc.json b/docs/json/sonarr/cf-groups/optional-misc.json new file mode 100644 index 0000000000..434b17b454 --- /dev/null +++ b/docs/json/sonarr/cf-groups/optional-misc.json @@ -0,0 +1,32 @@ +{ + "name": "[Optional] Miscellaneous", + "trash_id": "f4a0410a1df109a66d6e47dcadcce014", + "trash_description": "Optional Custom Formats make sure to read the individual descriptions that you can find in the guide.", + "custom_formats": [ + { + "name": "Bad Dual Groups", + "trash_id": "32b367365729d530ca1c124a0b180c64", + "required": false + }, + { + "name": "No-RlsGroup", + "trash_id": "82d40da2bc6923f41e14394075dd4b03", + "required": false + }, + { + "name": "Obfuscated", + "trash_id": "e1a997ddb54e3ecbfe06341ad323c458", + "required": false + }, + { + "name": "Retags", + "trash_id": "06d66ab109d4d2eddb2794d21526d140", + "required": false + }, + { + "name": "Scene", + "trash_id": "1b3994c551cbb92a2c781af061f4ab44", + "required": false + } + ] +} From 32089694170a75f2869ea6d4424b74d2e9524772 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 4 Jan 2025 20:37:12 +0100 Subject: [PATCH 20/26] Added: SQP to the exclude because anime never can be part of the SQP --- .../radarr/cf-groups/streaming-services-anime.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/json/radarr/cf-groups/streaming-services-anime.json b/docs/json/radarr/cf-groups/streaming-services-anime.json index 801b8f59d2..be5b96e23b 100644 --- a/docs/json/radarr/cf-groups/streaming-services-anime.json +++ b/docs/json/radarr/cf-groups/streaming-services-anime.json @@ -8,5 +8,16 @@ "trash_id": "996e8ce50025e8b1e8fa95fcb28c4e5a", "required": true } - ] + ], + "quality_profiles": { + "exclude": { + "SQP-1 (1080p)": "0896c29d74de619df168d23b98104b22", + "SQP-1 WEB (1080p)": "90a3370d2d30cbaf08d9c23b856a12c8", + "SQP-1 (2160p)": "5128baeb2b081b72126bc8482b2a86a0", + "SQP-2": "c3933358ba2356bafc41524f81471069", + "SQP-3": "2cf36c1f0106ffac993be003ade51865", + "SQP-4": "013f89e6da27519fe56cf482702a2db9", + "SQP-5": "a7bb1539fd147256b21b1098f3dc2016" + } + } } From 977a70b5665ebe436be507f2ebdad20ba00d6cba Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 4 Jan 2025 20:39:22 +0100 Subject: [PATCH 21/26] Added: descriptions and other changes --- docs/json/radarr/cf-groups/advanced-audio-formats.json | 1 + .../radarr/cf-groups/dolby-vision-incompatible-devices.json | 4 ++-- docs/json/radarr/cf-groups/dv-hdr10-and-hdr10-boost.json | 6 +++--- docs/json/radarr/cf-groups/hdr-formats.json | 3 ++- .../quality-profiles/german-uhd-bluray-web-alternative.json | 1 + .../json/radarr/quality-profiles/german-uhd-bluray-web.json | 1 + docs/json/radarr/quality-profiles/german-uhd-remux-web.json | 1 + docs/json/radarr/quality-profiles/remux-web-1080p.json | 1 - docs/json/radarr/quality-profiles/remux-web-2160p.json | 1 - docs/json/radarr/quality-profiles/uhd-bluray-web.json | 1 - docs/json/sonarr/cf-groups/advanced-audio-formats.json | 1 + .../sonarr/cf-groups/dolby-vision-incompatible-devices.json | 4 ++-- docs/json/sonarr/cf-groups/dv-hdr10-and-hdr10-boost.json | 6 +++--- docs/json/sonarr/cf-groups/hdr-formats.json | 3 ++- 14 files changed, 19 insertions(+), 15 deletions(-) diff --git a/docs/json/radarr/cf-groups/advanced-audio-formats.json b/docs/json/radarr/cf-groups/advanced-audio-formats.json index b6d4d08785..2481447ec5 100644 --- a/docs/json/radarr/cf-groups/advanced-audio-formats.json +++ b/docs/json/radarr/cf-groups/advanced-audio-formats.json @@ -1,6 +1,7 @@ { "name": "[Audio] Advanced Audio Formats", "trash_id": "9d5acd8f1da78dfbae788182f7605200", + "trash_description": "Advanced Audio Formats, something you see mainly with Remuxes and UHD HQ Encodes.
Add this only if you choose a Quality Profile that covers Remuxes and HQ UHD Encodes.", "custom_formats": [ { "name": "TrueHD Atmos", diff --git a/docs/json/radarr/cf-groups/dolby-vision-incompatible-devices.json b/docs/json/radarr/cf-groups/dolby-vision-incompatible-devices.json index b823a5c4ee..8e400b7a51 100644 --- a/docs/json/radarr/cf-groups/dolby-vision-incompatible-devices.json +++ b/docs/json/radarr/cf-groups/dolby-vision-incompatible-devices.json @@ -1,12 +1,12 @@ { - "name": "[Dolby Vision] Dolby Vision Incompatible Devices", + "name": "[HDR formats] 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 + "required": false } ], "quality_profiles": { 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 index 571c030059..29f2282767 100644 --- a/docs/json/radarr/cf-groups/dv-hdr10-and-hdr10-boost.json +++ b/docs/json/radarr/cf-groups/dv-hdr10-and-hdr10-boost.json @@ -1,17 +1,17 @@ { - "name": "[HDR10+] DV HDR10+ and HDR10+ Boost", + "name": "[HDR Formats] 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 + "required": false }, { "name": "DV HDR10+ Boost", "trash_id": "55a5b50cb416dea5a50c4955896217ab", - "required": true + "required": false } ], "quality_profiles": { diff --git a/docs/json/radarr/cf-groups/hdr-formats.json b/docs/json/radarr/cf-groups/hdr-formats.json index aa5e176ae9..e86ba9ca74 100644 --- a/docs/json/radarr/cf-groups/hdr-formats.json +++ b/docs/json/radarr/cf-groups/hdr-formats.json @@ -1,6 +1,7 @@ { - "name": "HDR Formats", + "name": "[HDR Formats]", "trash_id": "d9acca37ab4ab8f6428b68125fc0cacb", + "trash_description": "HDR Formats always add **ALL** HDR Formats to prevent loops.", "custom_formats": [ { "name": "DV HDR10Plus", diff --git a/docs/json/radarr/quality-profiles/german-uhd-bluray-web-alternative.json b/docs/json/radarr/quality-profiles/german-uhd-bluray-web-alternative.json index e6d1ec4c14..3881634235 100644 --- a/docs/json/radarr/quality-profiles/german-uhd-bluray-web-alternative.json +++ b/docs/json/radarr/quality-profiles/german-uhd-bluray-web-alternative.json @@ -94,6 +94,7 @@ "Generated Dynamic HDR": "e6886871085226c3da1830830146846c", "LQ": "90a6f9a284dff5103f6346090e6280c8", "LQ (Release Title)": "e204b80c87be9497a8a6eaff48f72905", + "x265 (HD)": "dc98083864ea246d05a42df0d05f81cc", "x265 (no HDR/DV)": "839bea857ed2c0a8e084f3cbdbd65ecb", "3D": "b8cd450cbfa689c0259a01d9e29ba3d6", "Upscaled": "bfd8eb01832d646a0a89c4deb46f8564", diff --git a/docs/json/radarr/quality-profiles/german-uhd-bluray-web.json b/docs/json/radarr/quality-profiles/german-uhd-bluray-web.json index c9e00778aa..ef599a7969 100644 --- a/docs/json/radarr/quality-profiles/german-uhd-bluray-web.json +++ b/docs/json/radarr/quality-profiles/german-uhd-bluray-web.json @@ -97,6 +97,7 @@ "Generated Dynamic HDR": "e6886871085226c3da1830830146846c", "LQ": "90a6f9a284dff5103f6346090e6280c8", "LQ (Release Title)": "e204b80c87be9497a8a6eaff48f72905", + "x265 (HD)": "dc98083864ea246d05a42df0d05f81cc", "x265 (no HDR/DV)": "839bea857ed2c0a8e084f3cbdbd65ecb", "3D": "b8cd450cbfa689c0259a01d9e29ba3d6", "Upscaled": "bfd8eb01832d646a0a89c4deb46f8564", diff --git a/docs/json/radarr/quality-profiles/german-uhd-remux-web.json b/docs/json/radarr/quality-profiles/german-uhd-remux-web.json index 3c8bf311ae..8c71eac646 100644 --- a/docs/json/radarr/quality-profiles/german-uhd-remux-web.json +++ b/docs/json/radarr/quality-profiles/german-uhd-remux-web.json @@ -96,6 +96,7 @@ "Generated Dynamic HDR": "e6886871085226c3da1830830146846c", "LQ": "90a6f9a284dff5103f6346090e6280c8", "LQ (Release Title)": "e204b80c87be9497a8a6eaff48f72905", + "x265 (HD)": "dc98083864ea246d05a42df0d05f81cc", "x265 (no HDR/DV)": "839bea857ed2c0a8e084f3cbdbd65ecb", "3D": "b8cd450cbfa689c0259a01d9e29ba3d6", "Upscaled": "bfd8eb01832d646a0a89c4deb46f8564", diff --git a/docs/json/radarr/quality-profiles/remux-web-1080p.json b/docs/json/radarr/quality-profiles/remux-web-1080p.json index 1c146e1c07..8cb0bcbf5f 100644 --- a/docs/json/radarr/quality-profiles/remux-web-1080p.json +++ b/docs/json/radarr/quality-profiles/remux-web-1080p.json @@ -64,7 +64,6 @@ "Generated Dynamic HDR": "e6886871085226c3da1830830146846c", "LQ": "90a6f9a284dff5103f6346090e6280c8", "LQ (Release Title)": "e204b80c87be9497a8a6eaff48f72905", - "x265 (HD)": "dc98083864ea246d05a42df0d05f81cc", "3D": "b8cd450cbfa689c0259a01d9e29ba3d6", "Extras": "0a3f082873eb454bde444150b70253cc", "AV1": "cae4ca30163749b891686f95532519bd", diff --git a/docs/json/radarr/quality-profiles/remux-web-2160p.json b/docs/json/radarr/quality-profiles/remux-web-2160p.json index 8d6fea06d5..2b4b00a4fb 100644 --- a/docs/json/radarr/quality-profiles/remux-web-2160p.json +++ b/docs/json/radarr/quality-profiles/remux-web-2160p.json @@ -75,7 +75,6 @@ "Generated Dynamic HDR": "e6886871085226c3da1830830146846c", "LQ": "90a6f9a284dff5103f6346090e6280c8", "LQ (Release Title)": "e204b80c87be9497a8a6eaff48f72905", - "x265 (no HDR/DV)": "839bea857ed2c0a8e084f3cbdbd65ecb", "3D": "b8cd450cbfa689c0259a01d9e29ba3d6", "Upscaled": "bfd8eb01832d646a0a89c4deb46f8564", "Extras": "0a3f082873eb454bde444150b70253cc", diff --git a/docs/json/radarr/quality-profiles/uhd-bluray-web.json b/docs/json/radarr/quality-profiles/uhd-bluray-web.json index 6fd04fe3a4..543cf975c3 100644 --- a/docs/json/radarr/quality-profiles/uhd-bluray-web.json +++ b/docs/json/radarr/quality-profiles/uhd-bluray-web.json @@ -75,7 +75,6 @@ "Generated Dynamic HDR": "e6886871085226c3da1830830146846c", "LQ": "90a6f9a284dff5103f6346090e6280c8", "LQ (Release Title)": "e204b80c87be9497a8a6eaff48f72905", - "x265 (no HDR/DV)": "839bea857ed2c0a8e084f3cbdbd65ecb", "3D": "b8cd450cbfa689c0259a01d9e29ba3d6", "Upscaled": "bfd8eb01832d646a0a89c4deb46f8564", "Extras": "0a3f082873eb454bde444150b70253cc", diff --git a/docs/json/sonarr/cf-groups/advanced-audio-formats.json b/docs/json/sonarr/cf-groups/advanced-audio-formats.json index 4dd73fbcc9..2a034d9d57 100644 --- a/docs/json/sonarr/cf-groups/advanced-audio-formats.json +++ b/docs/json/sonarr/cf-groups/advanced-audio-formats.json @@ -1,6 +1,7 @@ { "name": "[Audio] Advanced Audio Formats", "trash_id": "e9a1944a254e6f8a9da63083f7ae15cb", + "trash_description": "Advanced Audio Formats, something you see mainly with Remuxes and UHD HQ Encodes.
Add this only if you choose a Quality Profile that covers Remuxes and HQ UHD Encodes.", "custom_formats": [ { "name": "TrueHD Atmos", diff --git a/docs/json/sonarr/cf-groups/dolby-vision-incompatible-devices.json b/docs/json/sonarr/cf-groups/dolby-vision-incompatible-devices.json index efe82284a1..ed01cbb5a1 100644 --- a/docs/json/sonarr/cf-groups/dolby-vision-incompatible-devices.json +++ b/docs/json/sonarr/cf-groups/dolby-vision-incompatible-devices.json @@ -1,12 +1,12 @@ { - "name": "[Dolby Vision] Dolby Vision Incompatible Devices", + "name": "[HDR Formats] 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 + "required": false } ], "quality_profiles": { 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 index 2523d6bc2f..e235a73894 100644 --- a/docs/json/sonarr/cf-groups/dv-hdr10-and-hdr10-boost.json +++ b/docs/json/sonarr/cf-groups/dv-hdr10-and-hdr10-boost.json @@ -1,17 +1,17 @@ { - "name": "[HDR10+] DV HDR10+ and HDR10+ Boost", + "name": "[HDR Formats] 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 + "required": false }, { "name": "DV HDR10+ Boost", "trash_id": "385e9e8581d33133c3961bdcdeffb7b4", - "required": true + "required": false } ], "quality_profiles": { diff --git a/docs/json/sonarr/cf-groups/hdr-formats.json b/docs/json/sonarr/cf-groups/hdr-formats.json index 5fdc5d0881..ded46e1814 100644 --- a/docs/json/sonarr/cf-groups/hdr-formats.json +++ b/docs/json/sonarr/cf-groups/hdr-formats.json @@ -1,6 +1,7 @@ { - "name": "HDR Formats", + "name": "[HDR Formats]", "trash_id": "c4735e1d02e8738044ad4ad1bf58670c", + "trash_description": "HDR Formats always add **ALL** HDR Formats to prevent loops.", "custom_formats": [ { "name": "DV HDR10Plus", From 5fff722c9d4652cff10cf8f493b7a00d44a36486 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 4 Jan 2025 21:35:40 +0100 Subject: [PATCH 22/26] Added: more misc CF --- docs/json/radarr/cf-groups/optional-misc.json | 40 +++++++++++++++++++ docs/json/sonarr/cf-groups/optional-misc.json | 40 +++++++++++++++++++ 2 files changed, 80 insertions(+) diff --git a/docs/json/radarr/cf-groups/optional-misc.json b/docs/json/radarr/cf-groups/optional-misc.json index d177be7423..b90a441c2f 100644 --- a/docs/json/radarr/cf-groups/optional-misc.json +++ b/docs/json/radarr/cf-groups/optional-misc.json @@ -8,11 +8,26 @@ "trash_id": "b6832f586342ef70d9c128d40c07b872", "required": false }, + { + "name": "DV (Disk)", + "trash_id": "f700d29429c023a5734505e77daeaea7", + "required": false + }, { "name": "EVO (no WEBDL)", "trash_id": "90cedc1fea7ea5d11298bebd3d1d3223", "required": false }, + { + "name": "HFR", + "trash_id": "973613461ac2cea99d52c4cd6e177ab82", + "required": false + }, + { + "name": "Multi", + "trash_id": "4b900e171accbfb172729b63323ea8ca", + "required": false + }, { "name": "No-RlsGroup", "trash_id": "ae9b7c9ebde1f3bd336a8cbd1ec4c5e5", @@ -32,6 +47,31 @@ "name": "Scene", "trash_id": "f537cf427b64c38c8e36298f657e4828", "required": false + }, + { + "name": "VC-1", + "trash_id": "11cd1db7165d6a7ad9a83bc97b8b1060", + "required": false + }, + { + "name": "VP9", + "trash_id": "ae4cfaa9283a4f2150ac3da08e388723", + "required": false + }, + { + "name": "x264", + "trash_id": "2899d84dc9372de3408e6d8cc18e9666", + "required": false + }, + { + "name": "x265", + "trash_id": "9170d55c319f4fe40da8711ba9d8050d", + "required": false + }, + { + "name": "x266", + "trash_id": "390455c22a9cac81a738f6cbad705c3c", + "required": false } ] } diff --git a/docs/json/sonarr/cf-groups/optional-misc.json b/docs/json/sonarr/cf-groups/optional-misc.json index 434b17b454..9c4f3b023a 100644 --- a/docs/json/sonarr/cf-groups/optional-misc.json +++ b/docs/json/sonarr/cf-groups/optional-misc.json @@ -8,6 +8,21 @@ "trash_id": "32b367365729d530ca1c124a0b180c64", "required": false }, + { + "name": "DV (Disk)", + "trash_id": "ef4963043b0987f8485bc9106f16db38", + "required": false + }, + { + "name": "HFR", + "trash_id": "1bd69272e23c5e6c5b1d6c8a36fce95e", + "required": false + }, + { + "name": "MULTi", + "trash_id": "7ba05c6e0e14e793538174c679126996", + "required": false + }, { "name": "No-RlsGroup", "trash_id": "82d40da2bc6923f41e14394075dd4b03", @@ -27,6 +42,31 @@ "name": "Scene", "trash_id": "1b3994c551cbb92a2c781af061f4ab44", "required": false + }, + { + "name": "VC-1", + "trash_id": "7470a681e6205243983c4410ee4c920f", + "required": false + }, + { + "name": "VP9", + "trash_id": "90501962793d580d011511155c97e4e5", + "required": false + }, + { + "name": "x264", + "trash_id": "cddfb4e32db826151d97352b8e37c648", + "required": false + }, + { + "name": "x265", + "trash_id": "c9eafd50846d299b862ca9bb6ea91950", + "required": false + }, + { + "name": "x266", + "trash_id": "041d90b435ebd773271cea047a457a6a", + "required": false } ] } From abf203721ba20ce355f6e7b7b6ecad3c83b31de7 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 4 Jan 2025 22:01:47 +0100 Subject: [PATCH 23/26] excludes this group for all QP --- docs/json/radarr/cf-groups/release-groups.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/json/radarr/cf-groups/release-groups.json b/docs/json/radarr/cf-groups/release-groups.json index 58c70b27e0..a01a363b1f 100644 --- a/docs/json/radarr/cf-groups/release-groups.json +++ b/docs/json/radarr/cf-groups/release-groups.json @@ -70,6 +70,14 @@ ], "quality_profiles": { "exclude": { + "[German] HD Bluray + WEB": "2b90e905c99490edc7c7a5787443748b", + "[German] UHD Bluray + WEB (Alternative)": "425da1ba30711b55d2eb371437ec98d7", + "[German] UHD Bluray + WEB": "27cc3d153c0a799fd139ef1ff4c4cc42", + "[German] Remux + WEB 2160p": "79faa9943cef2f510b997b1f2a9f3ea6", + "HD Bluray + WEB": "d1d67249d3890e49bc12e275d989a7e9", + "UHD Bluray + WEB": "64fb5f9858489bdac2af690e27c8f42f", + "Remux + WEB 1080p": "9ca12ea80aa55ef916e3751f4b874151", + "Remux + WEB 2160p": "fd161a61e3ab826d3a22d53f935696dd", "SQP-1 (1080p)": "0896c29d74de619df168d23b98104b22", "SQP-1 WEB (1080p)": "90a3370d2d30cbaf08d9c23b856a12c8", "SQP-1 (2160p)": "5128baeb2b081b72126bc8482b2a86a0", From 941b45aa63701c10a9e57e39f8a06fcb968afde1 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 12 Jan 2025 21:14:40 +0100 Subject: [PATCH 24/26] Add group Misc Streaming Services --- .../cf-groups/streaming-services-misc.json | 32 +++++++++++++ .../cf-groups/streaming-services-misc.json | 47 +++++++++++++++++++ 2 files changed, 79 insertions(+) create mode 100644 docs/json/radarr/cf-groups/streaming-services-misc.json create mode 100644 docs/json/sonarr/cf-groups/streaming-services-misc.json diff --git a/docs/json/radarr/cf-groups/streaming-services-misc.json b/docs/json/radarr/cf-groups/streaming-services-misc.json new file mode 100644 index 0000000000..e784aa49a8 --- /dev/null +++ b/docs/json/radarr/cf-groups/streaming-services-misc.json @@ -0,0 +1,32 @@ +{ + "name": "[Streaming Services] Miscellaneous", + "trash_id": "9fc645b3cef52b149ec13ba3972245d1", + "trash_description": "Collection of Miscellaneous Streaming Services for Radarr", + "custom_formats": [ + { + "name": "AUBC", + "trash_id": "3bf143ecd06f66ed88da4c704350af1d", + "required": false + }, + { + "name": "CBC", + "trash_id": "d9058beaae2e147183870304dd526761", + "required": false + }, + { + "name": "CRAV", + "trash_id": "f6ff65b3f4b464a79dcc75950fe20382", + "required": false + }, + { + "name": "OViD", + "trash_id": "fbca986396c5e695ef7b2def3c755d01", + "required": false + }, + { + "name": "STRP", + "trash_id": "ab56ccdc473a1f2897c76187ea365be2", + "required": false + } + ] +} diff --git a/docs/json/sonarr/cf-groups/streaming-services-misc.json b/docs/json/sonarr/cf-groups/streaming-services-misc.json new file mode 100644 index 0000000000..36738a501c --- /dev/null +++ b/docs/json/sonarr/cf-groups/streaming-services-misc.json @@ -0,0 +1,47 @@ +{ + "name": "[Streaming Services] Miscellaneous", + "trash_id": "7832db22b71ab669458c17a2850d6913", + "trash_description": "Collection of Miscellaneous Streaming Services for Sonarr", + "custom_formats": [ + { + "name": "AUBC", + "trash_id": "e6e299075e22ac8f541f722254c8350a", + "required": true + }, + { + "name": "CBC", + "trash_id": "defb0b4c8b3f6a15927c0f14c6e69c94", + "required": true + }, + { + "name": "CRAV", + "trash_id": "4e9a630db98d5391aec1368a0256e2fe", + "required": true + }, + { + "name": "DSCP", + "trash_id": "dc5f2bb0e0262155b5fedd0f6c5d2b55", + "required": true + }, + { + "name": "OViD", + "trash_id": "fb1a91cdc0f26f7ca0696e0e95274645", + "required": true + }, + { + "name": "STRP", + "trash_id": "fe4062eac43d4ea75955f8ae48adcf1e", + "required": true + }, + { + "name": "RED", + "trash_id": "c30d2958827d1867c73318a5a2957eb1", + "required": true + }, + { + "name": "QIBI", + "trash_id": "3ac5d84fce98bab1b531393e9c82f467", + "required": true + } + ] +} From ffb839556c0c2e0532fd987cade207bd18d8188a Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 12 Jan 2025 21:34:33 +0100 Subject: [PATCH 25/26] fixed: `"required": true` to ` "required": false` `"required": true` = It means you cant use that group without that format, it can not be turned off! --- .../cf-groups/streaming-services-anime.json | 2 +- .../cf-groups/streaming-services-asian.json | 12 ++++++------ .../cf-groups/streaming-services-dutch.json | 4 ++-- .../cf-groups/streaming-services-uk.json | 8 ++++---- .../cf-groups/streaming-services-anime.json | 18 +++++++++--------- .../cf-groups/streaming-services-asian.json | 12 ++++++------ .../cf-groups/streaming-services-dutch.json | 4 ++-- .../cf-groups/streaming-services-french.json | 6 +++--- .../cf-groups/streaming-services-misc.json | 16 ++++++++-------- .../cf-groups/streaming-services-uk.json | 12 ++++++------ 10 files changed, 47 insertions(+), 47 deletions(-) diff --git a/docs/json/radarr/cf-groups/streaming-services-anime.json b/docs/json/radarr/cf-groups/streaming-services-anime.json index be5b96e23b..52cc35ddca 100644 --- a/docs/json/radarr/cf-groups/streaming-services-anime.json +++ b/docs/json/radarr/cf-groups/streaming-services-anime.json @@ -6,7 +6,7 @@ { "name": "VRV", "trash_id": "996e8ce50025e8b1e8fa95fcb28c4e5a", - "required": true + "required": false } ], "quality_profiles": { diff --git a/docs/json/radarr/cf-groups/streaming-services-asian.json b/docs/json/radarr/cf-groups/streaming-services-asian.json index 5c6e3593b9..f12da0a00b 100644 --- a/docs/json/radarr/cf-groups/streaming-services-asian.json +++ b/docs/json/radarr/cf-groups/streaming-services-asian.json @@ -6,32 +6,32 @@ { "name": "FOD", "trash_id": "917d1f2c845b2b466036b0cc2d7c72a3", - "required": true + "required": false }, { "name": "HTSR", "trash_id": "834b2c0ba0a8596029b4479a29e1a032", - "required": true + "required": false }, { "name": "TVer", "trash_id": "f1b0bae9bc222dab32c1b38b5a7a1088", - "required": true + "required": false }, { "name": "TVING", "trash_id": "26df36e3d2a96de2f8b7166ae37d3c33", - "required": true + "required": false }, { "name": "U-NEXT", "trash_id": "279bda7434fd9075786de274e6c3c202", - "required": true + "required": false }, { "name": "VIU", "trash_id": "1b355ff093fd1064b75ea98c616881b1", - "required": true + "required": false } ] } diff --git a/docs/json/radarr/cf-groups/streaming-services-dutch.json b/docs/json/radarr/cf-groups/streaming-services-dutch.json index 6051db1da8..689e4900a1 100644 --- a/docs/json/radarr/cf-groups/streaming-services-dutch.json +++ b/docs/json/radarr/cf-groups/streaming-services-dutch.json @@ -6,12 +6,12 @@ { "name": "Pathe", "trash_id": "bf7e73dd1d85b12cc527dc619761c840", - "required": true + "required": false }, { "name": "VDL", "trash_id": "996e8ce50025e8b1e8fa95fcb28c4e5a", - "required": true + "required": false } ] } diff --git a/docs/json/radarr/cf-groups/streaming-services-uk.json b/docs/json/radarr/cf-groups/streaming-services-uk.json index 8dc29c8c78..584e8bdc78 100644 --- a/docs/json/radarr/cf-groups/streaming-services-uk.json +++ b/docs/json/radarr/cf-groups/streaming-services-uk.json @@ -6,22 +6,22 @@ { "name": "IP", "trash_id": "6185878161f1e2eef9cd0641a0d09eae", - "required": true + "required": false }, { "name": "ITVX", "trash_id": "c3492a26af412e385404eade438ec51c", - "required": true + "required": false }, { "name": "MY5", "trash_id": "eacd2cb6c6d4a93e459df2cec6d7b97a", - "required": true + "required": false }, { "name": "NOW", "trash_id": "3dce1fce9ac06d1349dfbd9186289385", - "required": true + "required": false } ] } diff --git a/docs/json/sonarr/cf-groups/streaming-services-anime.json b/docs/json/sonarr/cf-groups/streaming-services-anime.json index 1c4562b990..d1afffa100 100644 --- a/docs/json/sonarr/cf-groups/streaming-services-anime.json +++ b/docs/json/sonarr/cf-groups/streaming-services-anime.json @@ -6,47 +6,47 @@ { "name": "ABEMA", "trash_id": "a370d974bc7b80374de1d9ba7519760b", - "required": true + "required": false }, { "name": "ADN", "trash_id": "d54cd2bf1326287275b56bccedb72ee2", - "required": true + "required": false }, { "name": "B-Global", "trash_id": "7dd31f3dee6d2ef8eeaa156e23c3857e", - "required": true + "required": false }, { "name": "Bilibili", "trash_id": "4c67ff059210182b59cdd41697b8cb08", - "required": true + "required": false }, { "name": "CR", "trash_id": "3e0b26604165f463f3e8e192261e7284", - "required": true + "required": false }, { "name": "FUNi", "trash_id": "1284d18e693de8efe0fe7d6b3e0b9170", - "required": true + "required": false }, { "name": "HIDIVE", "trash_id": "570b03b3145a25011bf073274a407259", - "required": true + "required": false }, { "name": "VRV", "trash_id": "44a8ee6403071dd7b8a3a8dd3fe8cb20", - "required": true + "required": false }, { "name": "WKN", "trash_id": "e5e6405d439dcd1af90962538acd4fe0", - "required": true + "required": false } ] } diff --git a/docs/json/sonarr/cf-groups/streaming-services-asian.json b/docs/json/sonarr/cf-groups/streaming-services-asian.json index c641b31fef..cefbfda53f 100644 --- a/docs/json/sonarr/cf-groups/streaming-services-asian.json +++ b/docs/json/sonarr/cf-groups/streaming-services-asian.json @@ -6,32 +6,32 @@ { "name": "FOD", "trash_id": "7be9c0572d8cd4f81785dacf7e85985e", - "required": true + "required": false }, { "name": "HTSR", "trash_id": "4404ad44d87ccbb82746e180713112fb", - "required": true + "required": false }, { "name": "TVer", "trash_id": "d100ea972d1af2150b65b1cffb80f6b5", - "required": true + "required": false }, { "name": "TVING", "trash_id": "86f8d3b8761de651aa355d46d5d8db3e", - "required": true + "required": false }, { "name": "U-NEXT", "trash_id": "0e99e7cc719a8a73b2668c3a0c3fe10c", - "required": true + "required": false }, { "name": "VIU", "trash_id": "93c9d1e566dca8b34d57f5efbbf85f28", - "required": true + "required": false } ] } diff --git a/docs/json/sonarr/cf-groups/streaming-services-dutch.json b/docs/json/sonarr/cf-groups/streaming-services-dutch.json index cffb516341..74c1d1c411 100644 --- a/docs/json/sonarr/cf-groups/streaming-services-dutch.json +++ b/docs/json/sonarr/cf-groups/streaming-services-dutch.json @@ -6,12 +6,12 @@ { "name": "NLZ", "trash_id": "b2b980877494b560443631eb1f473867", - "required": true + "required": false }, { "name": "VDL", "trash_id": "5d2317d99af813b6529c7ebf01c83533", - "required": true + "required": false } ] } diff --git a/docs/json/sonarr/cf-groups/streaming-services-french.json b/docs/json/sonarr/cf-groups/streaming-services-french.json index 6916927865..88fdd23868 100644 --- a/docs/json/sonarr/cf-groups/streaming-services-french.json +++ b/docs/json/sonarr/cf-groups/streaming-services-french.json @@ -6,17 +6,17 @@ { "name": "AUViO", "trash_id": "b0d6195c23ae254932da00512db7e8a8", - "required": true + "required": false }, { "name": "MyCANAL", "trash_id": "f27d46a831e6b16fa3fee2c4e5d10984", - "required": true + "required": false }, { "name": "SALTO", "trash_id": "0455d6519a550dbf648c97b56e7231d2", - "required": true + "required": false } ] } diff --git a/docs/json/sonarr/cf-groups/streaming-services-misc.json b/docs/json/sonarr/cf-groups/streaming-services-misc.json index 36738a501c..d7fb056479 100644 --- a/docs/json/sonarr/cf-groups/streaming-services-misc.json +++ b/docs/json/sonarr/cf-groups/streaming-services-misc.json @@ -6,42 +6,42 @@ { "name": "AUBC", "trash_id": "e6e299075e22ac8f541f722254c8350a", - "required": true + "required": false }, { "name": "CBC", "trash_id": "defb0b4c8b3f6a15927c0f14c6e69c94", - "required": true + "required": false }, { "name": "CRAV", "trash_id": "4e9a630db98d5391aec1368a0256e2fe", - "required": true + "required": false }, { "name": "DSCP", "trash_id": "dc5f2bb0e0262155b5fedd0f6c5d2b55", - "required": true + "required": false }, { "name": "OViD", "trash_id": "fb1a91cdc0f26f7ca0696e0e95274645", - "required": true + "required": false }, { "name": "STRP", "trash_id": "fe4062eac43d4ea75955f8ae48adcf1e", - "required": true + "required": false }, { "name": "RED", "trash_id": "c30d2958827d1867c73318a5a2957eb1", - "required": true + "required": false }, { "name": "QIBI", "trash_id": "3ac5d84fce98bab1b531393e9c82f467", - "required": true + "required": false } ] } diff --git a/docs/json/sonarr/cf-groups/streaming-services-uk.json b/docs/json/sonarr/cf-groups/streaming-services-uk.json index 427e135433..71ed20fc98 100644 --- a/docs/json/sonarr/cf-groups/streaming-services-uk.json +++ b/docs/json/sonarr/cf-groups/streaming-services-uk.json @@ -6,32 +6,32 @@ { "name": "4OD", "trash_id": "bbcaf03147de0f73be2be4a9078dfa03", - "required": true + "required": false }, { "name": "ALL4", "trash_id": "fcc09418f67ccaddcf3b641a22c5cfd7", - "required": true + "required": false }, { "name": "IP", "trash_id": "dc503e2425126fa1d0a9ad6168c83b3f", - "required": true + "required": false }, { "name": "ITVX", "trash_id": "fa5a16b951004c23e980d2913694a137", - "required": true + "required": false }, { "name": "MY5", "trash_id": "9f72dc1059a6b277c21cee6a1f15f13f", - "required": true + "required": false }, { "name": "NOW", "trash_id": "b66a699fba6f9df91becab798d7502e5", - "required": true + "required": false } ] } From 09efc6fd54d33f1c7d6ec23f17b4aa9628eb7783 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 12 Jan 2025 21:35:09 +0100 Subject: [PATCH 26/26] Improved Group descriptions --- docs/json/radarr/cf-groups/advanced-audio-formats.json | 2 +- docs/json/radarr/cf-groups/release-groups-french.json | 1 + docs/json/radarr/cf-groups/release-groups-german.json | 1 + docs/json/radarr/cf-groups/release-groups.json | 1 + docs/json/sonarr/cf-groups/advanced-audio-formats.json | 2 +- docs/json/sonarr/cf-groups/release-groups-french.json | 2 +- docs/json/sonarr/cf-groups/release-groups.json | 2 +- 7 files changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/json/radarr/cf-groups/advanced-audio-formats.json b/docs/json/radarr/cf-groups/advanced-audio-formats.json index 2481447ec5..ae559895f8 100644 --- a/docs/json/radarr/cf-groups/advanced-audio-formats.json +++ b/docs/json/radarr/cf-groups/advanced-audio-formats.json @@ -1,7 +1,7 @@ { "name": "[Audio] Advanced Audio Formats", "trash_id": "9d5acd8f1da78dfbae788182f7605200", - "trash_description": "Advanced Audio Formats, something you see mainly with Remuxes and UHD HQ Encodes.
Add this only if you choose a Quality Profile that covers Remuxes and HQ UHD Encodes.", + "trash_description": "Advanced Audio Formats, something you see mainly with Remuxes and UHD HQ Encodes. Add this only if you choose a Quality Profile that covers Remuxes and HQ UHD Encodes.", "custom_formats": [ { "name": "TrueHD Atmos", diff --git a/docs/json/radarr/cf-groups/release-groups-french.json b/docs/json/radarr/cf-groups/release-groups-french.json index 7e83314806..197395b6b5 100644 --- a/docs/json/radarr/cf-groups/release-groups-french.json +++ b/docs/json/radarr/cf-groups/release-groups-french.json @@ -1,6 +1,7 @@ { "name": "Release Groups French", "trash_id": "1a7291c5c65130d7a827ed87fb06497b", + "trash_description": "A collection of French release groups.", "custom_formats": [ { "name": "FR Remux Tier 01", diff --git a/docs/json/radarr/cf-groups/release-groups-german.json b/docs/json/radarr/cf-groups/release-groups-german.json index b9a899d4df..93e146945c 100644 --- a/docs/json/radarr/cf-groups/release-groups-german.json +++ b/docs/json/radarr/cf-groups/release-groups-german.json @@ -1,6 +1,7 @@ { "name": "Release Groups German", "trash_id": "cb735fc0e7717a836188214d62368ad3", + "trash_description": "A collection of German release groups.", "custom_formats": [ { "name": "German Remux Tier 01", diff --git a/docs/json/radarr/cf-groups/release-groups.json b/docs/json/radarr/cf-groups/release-groups.json index a01a363b1f..2c9c2bbee0 100644 --- a/docs/json/radarr/cf-groups/release-groups.json +++ b/docs/json/radarr/cf-groups/release-groups.json @@ -1,6 +1,7 @@ { "name": "Release Groups", "trash_id": "0891e90b7edea483b30a69ba66c8693e", + "trash_description": "A collection of English/International release groups.", "custom_formats": [ { "name": "Remux Tier 01", diff --git a/docs/json/sonarr/cf-groups/advanced-audio-formats.json b/docs/json/sonarr/cf-groups/advanced-audio-formats.json index 2a034d9d57..8ed8df881c 100644 --- a/docs/json/sonarr/cf-groups/advanced-audio-formats.json +++ b/docs/json/sonarr/cf-groups/advanced-audio-formats.json @@ -1,7 +1,7 @@ { "name": "[Audio] Advanced Audio Formats", "trash_id": "e9a1944a254e6f8a9da63083f7ae15cb", - "trash_description": "Advanced Audio Formats, something you see mainly with Remuxes and UHD HQ Encodes.
Add this only if you choose a Quality Profile that covers Remuxes and HQ UHD Encodes.", + "trash_description": "Advanced Audio Formats, something you see mainly with Remuxes and UHD HQ Encodes. Add this only if you choose a Quality Profile that covers Remuxes and HQ UHD Encodes.", "custom_formats": [ { "name": "TrueHD Atmos", diff --git a/docs/json/sonarr/cf-groups/release-groups-french.json b/docs/json/sonarr/cf-groups/release-groups-french.json index f75cd2612d..46b8a38fd0 100644 --- a/docs/json/sonarr/cf-groups/release-groups-french.json +++ b/docs/json/sonarr/cf-groups/release-groups-french.json @@ -1,7 +1,7 @@ { "name": "Release Groups French", "trash_id": "d83f6b289993d56092431ff4f91228b0", - "trash_description": "Release Groups French for Sonarr", + "trash_description": "A collection of French release groups.", "custom_formats": [ { "name": "FR Remux Tier 01", diff --git a/docs/json/sonarr/cf-groups/release-groups.json b/docs/json/sonarr/cf-groups/release-groups.json index 2ed4873d9a..134e8b046e 100644 --- a/docs/json/sonarr/cf-groups/release-groups.json +++ b/docs/json/sonarr/cf-groups/release-groups.json @@ -1,7 +1,7 @@ { "name": "Release Groups", "trash_id": "bb40e1d5aa0969b9758fe6e52c24f968", - "trash_description": "Release Groups for Sonarr", + "trash_description": "A collection of English/International release groups.", "custom_formats": [ { "name": "Remux Tier 01",