From 0c4a869ddd52958d3b39dcab1b7950b0f4b10937 Mon Sep 17 00:00:00 2001 From: David Christ Date: Sat, 18 May 2024 05:19:39 +1000 Subject: [PATCH] chore(sonarr): add 720p CF (#1896) Creating a 720p custom format for Sonarr. This is following the 2160p and 1080p formats already available for Sonarr, plus the 2160p, 1080p and 720p formats for Radarr, to complete the set. Hash created via https://md5.gromweb.com/?string=Sonarr+720p --- docs/json/sonarr/cf/720p.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/json/sonarr/cf/720p.json diff --git a/docs/json/sonarr/cf/720p.json b/docs/json/sonarr/cf/720p.json new file mode 100644 index 000000000..6693a4923 --- /dev/null +++ b/docs/json/sonarr/cf/720p.json @@ -0,0 +1,19 @@ +{ + "trash_id": "c99279ee27a154c2f20d1d505cc99e25", + "trash_scores": { + "default": 5 + }, + "name": "720p", + "includeCustomFormatWhenRenaming": false, + "specifications": [ + { + "name": "720p", + "implementation": "ResolutionSpecification", + "negate": false, + "required": true, + "fields": { + "value": 720 + } + } + ] +}