From 8b02c61adb10a14ff43a7c1c15d03344f3574bd3 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Wed, 15 Jun 2022 20:46:44 +0200 Subject: [PATCH 1/5] Reverting #627 - Reverting #627 --- docs/json/radarr/amazon.json | 1 - docs/json/radarr/apple-tvplus.json | 1 - docs/json/radarr/disneyplus.json | 1 - docs/json/radarr/hbo-max.json | 1 - docs/json/radarr/hulu.json | 1 - docs/json/radarr/netflix.json | 1 - docs/json/radarr/paramountplus.json | 1 - docs/json/radarr/peacock-tv.json | 1 - 8 files changed, 8 deletions(-) diff --git a/docs/json/radarr/amazon.json b/docs/json/radarr/amazon.json index bad6ac096..61a519280 100644 --- a/docs/json/radarr/amazon.json +++ b/docs/json/radarr/amazon.json @@ -1,6 +1,5 @@ { "trash_id": "b3b3a6ac74ecbd56bcdbefa4799fb9df", - "trash_score": "0", "name": "AMZN", "includeCustomFormatWhenRenaming": true, "specifications": [ diff --git a/docs/json/radarr/apple-tvplus.json b/docs/json/radarr/apple-tvplus.json index 0f54c3c91..9291cffdf 100644 --- a/docs/json/radarr/apple-tvplus.json +++ b/docs/json/radarr/apple-tvplus.json @@ -1,6 +1,5 @@ { "trash_id": "3472d276482257d68f7836a55ca24877", - "trash_score": "0", "name": "APTV", "includeCustomFormatWhenRenaming": true, "specifications": [ diff --git a/docs/json/radarr/disneyplus.json b/docs/json/radarr/disneyplus.json index 2ff5ccee2..bde408be2 100644 --- a/docs/json/radarr/disneyplus.json +++ b/docs/json/radarr/disneyplus.json @@ -1,6 +1,5 @@ { "trash_id": "84272245b2988854bfb76a16e60baea5", - "trash_score": "0", "name": "DSNP", "includeCustomFormatWhenRenaming": true, "specifications": [ diff --git a/docs/json/radarr/hbo-max.json b/docs/json/radarr/hbo-max.json index ae7d3c351..689545e8e 100644 --- a/docs/json/radarr/hbo-max.json +++ b/docs/json/radarr/hbo-max.json @@ -1,6 +1,5 @@ { "trash_id": "5763d1b0ce84aff3b21038eea8e9b8ad", - "trash_score": "0", "name": "HMAX", "includeCustomFormatWhenRenaming": true, "specifications": [ diff --git a/docs/json/radarr/hulu.json b/docs/json/radarr/hulu.json index a3116bc1e..09ea11fa5 100644 --- a/docs/json/radarr/hulu.json +++ b/docs/json/radarr/hulu.json @@ -1,6 +1,5 @@ { "trash_id": "526d445d4c16214309f0fd2b3be18a89", - "trash_score": "0", "name": "Hulu", "includeCustomFormatWhenRenaming": true, "specifications": [ diff --git a/docs/json/radarr/netflix.json b/docs/json/radarr/netflix.json index 6bc4d146d..f328c1578 100644 --- a/docs/json/radarr/netflix.json +++ b/docs/json/radarr/netflix.json @@ -1,6 +1,5 @@ { "trash_id": "170b1d363bd8516fbf3a3eb05d4faff6", - "trash_score": "0", "name": "NF", "includeCustomFormatWhenRenaming": true, "specifications": [ diff --git a/docs/json/radarr/paramountplus.json b/docs/json/radarr/paramountplus.json index 61cac5845..dbf9080d2 100644 --- a/docs/json/radarr/paramountplus.json +++ b/docs/json/radarr/paramountplus.json @@ -1,6 +1,5 @@ { "trash_id": "e36a0ba1bc902b26ee40818a1d59b8bd", - "trash_score": "0", "name": "PMTP", "includeCustomFormatWhenRenaming": true, "specifications": [ diff --git a/docs/json/radarr/peacock-tv.json b/docs/json/radarr/peacock-tv.json index b9e3de37d..aee2f861c 100644 --- a/docs/json/radarr/peacock-tv.json +++ b/docs/json/radarr/peacock-tv.json @@ -1,6 +1,5 @@ { "trash_id": "c9fd353f8f5f1baf56dc601c4cb29920", - "trash_score": "0", "name": "PCOK", "includeCustomFormatWhenRenaming": true, "specifications": [ From 09a7d2cf7e1de9b8d83729acbd52710c984f8e30 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Thu, 16 Jun 2022 21:51:03 +0200 Subject: [PATCH 2/5] Fix for name change --- docs/json/radarr/amzn.json | 34 ++++++++++++++++++++++++++++++++++ docs/json/radarr/aptv.json | 34 ++++++++++++++++++++++++++++++++++ docs/json/radarr/dsnp.json | 34 ++++++++++++++++++++++++++++++++++ docs/json/radarr/hmax.json | 34 ++++++++++++++++++++++++++++++++++ docs/json/radarr/nf.json | 34 ++++++++++++++++++++++++++++++++++ docs/json/radarr/pcok.json | 34 ++++++++++++++++++++++++++++++++++ docs/json/radarr/pmtp.json | 34 ++++++++++++++++++++++++++++++++++ 7 files changed, 238 insertions(+) create mode 100644 docs/json/radarr/amzn.json create mode 100644 docs/json/radarr/aptv.json create mode 100644 docs/json/radarr/dsnp.json create mode 100644 docs/json/radarr/hmax.json create mode 100644 docs/json/radarr/nf.json create mode 100644 docs/json/radarr/pcok.json create mode 100644 docs/json/radarr/pmtp.json diff --git a/docs/json/radarr/amzn.json b/docs/json/radarr/amzn.json new file mode 100644 index 000000000..61a519280 --- /dev/null +++ b/docs/json/radarr/amzn.json @@ -0,0 +1,34 @@ +{ + "trash_id": "b3b3a6ac74ecbd56bcdbefa4799fb9df", + "name": "AMZN", + "includeCustomFormatWhenRenaming": true, + "specifications": [ + { + "name": "Amazon", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": true, + "fields": { + "value": "\\b(amzn|amazon)\\b" + } + }, + { + "name": "WEBDL", + "implementation": "SourceSpecification", + "negate": false, + "required": false, + "fields": { + "value": 7 + } + }, + { + "name": "WEBRIP", + "implementation": "SourceSpecification", + "negate": false, + "required": false, + "fields": { + "value": 8 + } + } + ] +} \ No newline at end of file diff --git a/docs/json/radarr/aptv.json b/docs/json/radarr/aptv.json new file mode 100644 index 000000000..9291cffdf --- /dev/null +++ b/docs/json/radarr/aptv.json @@ -0,0 +1,34 @@ +{ + "trash_id": "3472d276482257d68f7836a55ca24877", + "name": "APTV", + "includeCustomFormatWhenRenaming": true, + "specifications": [ + { + "name": "Apple TV+", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": true, + "fields": { + "value": "\\b(atvp|aptv|Apple TV\\+)\\b" + } + }, + { + "name": "WEBDL", + "implementation": "SourceSpecification", + "negate": false, + "required": false, + "fields": { + "value": 7 + } + }, + { + "name": "WEBRIP", + "implementation": "SourceSpecification", + "negate": false, + "required": false, + "fields": { + "value": 8 + } + } + ] +} \ No newline at end of file diff --git a/docs/json/radarr/dsnp.json b/docs/json/radarr/dsnp.json new file mode 100644 index 000000000..bde408be2 --- /dev/null +++ b/docs/json/radarr/dsnp.json @@ -0,0 +1,34 @@ +{ + "trash_id": "84272245b2988854bfb76a16e60baea5", + "name": "DSNP", + "includeCustomFormatWhenRenaming": true, + "specifications": [ + { + "name": "Disney+", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": true, + "fields": { + "value": "\\b(dsnp|dsny|disney|Disney\\+)\\b" + } + }, + { + "name": "WEBDL", + "implementation": "SourceSpecification", + "negate": false, + "required": false, + "fields": { + "value": 7 + } + }, + { + "name": "WEBRIP", + "implementation": "SourceSpecification", + "negate": false, + "required": false, + "fields": { + "value": 8 + } + } + ] +} \ No newline at end of file diff --git a/docs/json/radarr/hmax.json b/docs/json/radarr/hmax.json new file mode 100644 index 000000000..689545e8e --- /dev/null +++ b/docs/json/radarr/hmax.json @@ -0,0 +1,34 @@ +{ + "trash_id": "5763d1b0ce84aff3b21038eea8e9b8ad", + "name": "HMAX", + "includeCustomFormatWhenRenaming": true, + "specifications": [ + { + "name": "HBO Max", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": true, + "fields": { + "value": "\\b(hmax|hbom|HBO Max)\\b" + } + }, + { + "name": "WEBDL", + "implementation": "SourceSpecification", + "negate": false, + "required": false, + "fields": { + "value": 7 + } + }, + { + "name": "WEBRIP", + "implementation": "SourceSpecification", + "negate": false, + "required": false, + "fields": { + "value": 8 + } + } + ] +} \ No newline at end of file diff --git a/docs/json/radarr/nf.json b/docs/json/radarr/nf.json new file mode 100644 index 000000000..f328c1578 --- /dev/null +++ b/docs/json/radarr/nf.json @@ -0,0 +1,34 @@ +{ + "trash_id": "170b1d363bd8516fbf3a3eb05d4faff6", + "name": "NF", + "includeCustomFormatWhenRenaming": true, + "specifications": [ + { + "name": "Netflix", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": true, + "fields": { + "value": "\\b(nf|netflix)\\b" + } + }, + { + "name": "WEBDL", + "implementation": "SourceSpecification", + "negate": false, + "required": false, + "fields": { + "value": 7 + } + }, + { + "name": "WEBRIP", + "implementation": "SourceSpecification", + "negate": false, + "required": false, + "fields": { + "value": 8 + } + } + ] +} \ No newline at end of file diff --git a/docs/json/radarr/pcok.json b/docs/json/radarr/pcok.json new file mode 100644 index 000000000..aee2f861c --- /dev/null +++ b/docs/json/radarr/pcok.json @@ -0,0 +1,34 @@ +{ + "trash_id": "c9fd353f8f5f1baf56dc601c4cb29920", + "name": "PCOK", + "includeCustomFormatWhenRenaming": true, + "specifications": [ + { + "name": "Peacock TV", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": true, + "fields": { + "value": "\\b(pcok|peacock)\\b" + } + }, + { + "name": "WEBDL", + "implementation": "SourceSpecification", + "negate": false, + "required": false, + "fields": { + "value": 7 + } + }, + { + "name": "WEBRIP", + "implementation": "SourceSpecification", + "negate": false, + "required": false, + "fields": { + "value": 8 + } + } + ] +} \ No newline at end of file diff --git a/docs/json/radarr/pmtp.json b/docs/json/radarr/pmtp.json new file mode 100644 index 000000000..dbf9080d2 --- /dev/null +++ b/docs/json/radarr/pmtp.json @@ -0,0 +1,34 @@ +{ + "trash_id": "e36a0ba1bc902b26ee40818a1d59b8bd", + "name": "PMTP", + "includeCustomFormatWhenRenaming": true, + "specifications": [ + { + "name": "Paramount+", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": true, + "fields": { + "value": "\\b(pmtp|Paramount Plus)\\b" + } + }, + { + "name": "WEBDL", + "implementation": "SourceSpecification", + "negate": false, + "required": false, + "fields": { + "value": 7 + } + }, + { + "name": "WEBRIP", + "implementation": "SourceSpecification", + "negate": false, + "required": false, + "fields": { + "value": 8 + } + } + ] +} \ No newline at end of file From cb85453cccc9b4fa491089435373a30d8d434366 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Thu, 16 Jun 2022 22:20:42 +0200 Subject: [PATCH 3/5] Radarr CF Steaming JSON Fix part2 --- .../Radarr-collection-of-custom-formats.md | 42 +++++++++---------- docs/json/radarr/amazon.json | 34 --------------- docs/json/radarr/apple-tvplus.json | 34 --------------- docs/json/radarr/disneyplus.json | 34 --------------- docs/json/radarr/hbo-max.json | 34 --------------- docs/json/radarr/netflix.json | 34 --------------- docs/json/radarr/paramountplus.json | 34 --------------- docs/json/radarr/peacock-tv.json | 34 --------------- 8 files changed, 21 insertions(+), 259 deletions(-) delete mode 100644 docs/json/radarr/amazon.json delete mode 100644 docs/json/radarr/apple-tvplus.json delete mode 100644 docs/json/radarr/disneyplus.json delete mode 100644 docs/json/radarr/hbo-max.json delete mode 100644 docs/json/radarr/netflix.json delete mode 100644 docs/json/radarr/paramountplus.json delete mode 100644 docs/json/radarr/peacock-tv.json diff --git a/docs/Radarr/Radarr-collection-of-custom-formats.md b/docs/Radarr/Radarr-collection-of-custom-formats.md index 78e0cc818..462efed88 100644 --- a/docs/Radarr/Radarr-collection-of-custom-formats.md +++ b/docs/Radarr/Radarr-collection-of-custom-formats.md @@ -49,14 +49,14 @@ I also made 3 guides related to this one. | Movie Versions | Unwanted | Misc | HQ Source Groups | Streaming Services | | --------------------------------------------- | ---------------------------------- | ------------------------------------- | --------------------- | ---------------------------- | -| [Hybrid](#hybrid) | [BR-DISK](#br-disk) | [Repack/Proper](#repack-proper) | [HQ-Remux](#hq-remux) | [Amazon](#amazon) | -| [Remaster](#remaster) | [EVO (no WEBDL)](#evo-no-webdl) | [Repack2](#repack2) | [HQ](#hq) | [Apple TV+](#apple-tvplus) | -| [4K Remaster](#4k-remaster) | [LQ](#lq) | [Multi](#multi) | [HQ-WEBDL](#hq-webdl) | [Disney+](#disneyplus) | -| [Special Editions](#special-edition) | [x265 (720/1080p)](#x265-7201080p) | [x264](#x264) | | [HBO Max](#hbo-max) | +| [Hybrid](#hybrid) | [BR-DISK](#br-disk) | [Repack/Proper](#repack-proper) | [HQ-Remux](#hq-remux) | [Amazon](#amzn) | +| [Remaster](#remaster) | [EVO (no WEBDL)](#evo-no-webdl) | [Repack2](#repack2) | [HQ](#hq) | [Apple TV+](#aptv) | +| [4K Remaster](#4k-remaster) | [LQ](#lq) | [Multi](#multi) | [HQ-WEBDL](#hq-webdl) | [Disney+](#dsnp) | +| [Special Editions](#special-edition) | [x265 (720/1080p)](#x265-7201080p) | [x264](#x264) | | [HBO Max](#hmax) | | [Criterion Collection](#criterion-collection) | [3D](#3d) | [x265](#x265) | | [Hulu](#hulu) | -| [Theatrical Cut](#theatrical-cut) | [No-RlsGroup](#no-rlsgroup) | [MPEG2](#mpeg2) | | [Netflix](#netflix) | -| [IMAX](#imax) | [Obfuscated](#obfuscated) | [FreeLeech](#freeleech) | | [Peacock TV](#peacock-tv) | -| [IMAX Enhanced](#imax-enhanced) | [DV (WEBDL)](#dv-webdl) | [Dutch Groups](#dutch-groups) | | [Paramount+](#paramountplus) | +| [Theatrical Cut](#theatrical-cut) | [No-RlsGroup](#no-rlsgroup) | [MPEG2](#mpeg2) | | [Netflix](#nf) | +| [IMAX](#imax) | [Obfuscated](#obfuscated) | [FreeLeech](#freeleech) | | [Peacock TV](#pcok) | +| [IMAX Enhanced](#imax-enhanced) | [DV (WEBDL)](#dv-webdl) | [Dutch Groups](#dutch-groups) | | [Paramount+](#pmtp) | | | | [Anime Dual Audio](#anime-dual-audio) | | | ------ @@ -1184,7 +1184,7 @@ I also made 3 guides related to this one. ------ -### Amazon +### AMZN Amazon @@ -1195,14 +1195,14 @@ I also made 3 guides related to this one. ??? example "JSON - [CLICK TO EXPAND]" ```json - [[% filter indent(width=4) %]][[% include 'json/radarr/amazon.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/radarr/amzn.json' %]][[% endfilter %]] ``` [TOP](#index) ------ -### Apple TVplus +### APTV Apple TV+ @@ -1213,14 +1213,14 @@ I also made 3 guides related to this one. ??? example "JSON - [CLICK TO EXPAND]" ```json - [[% filter indent(width=4) %]][[% include 'json/radarr/apple-tvplus.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/radarr/aptv.json' %]][[% endfilter %]] ``` [TOP](#index) ------ -### DisneyPlus +### DSNP Disney+ @@ -1231,14 +1231,14 @@ I also made 3 guides related to this one. ??? example "JSON - [CLICK TO EXPAND]" ```json - [[% filter indent(width=4) %]][[% include 'json/radarr/disneyplus.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/radarr/dsnp.json' %]][[% endfilter %]] ``` [TOP](#index) ------ -### HBO Max +### HMAX HBO Max @@ -1249,7 +1249,7 @@ I also made 3 guides related to this one. ??? example "JSON - [CLICK TO EXPAND]" ```json - [[% filter indent(width=4) %]][[% include 'json/radarr/hbo-max.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/radarr/hmax.json' %]][[% endfilter %]] ``` [TOP](#index) @@ -1274,7 +1274,7 @@ I also made 3 guides related to this one. ------ -### Netflix +### NF Netflix @@ -1285,14 +1285,14 @@ I also made 3 guides related to this one. ??? example "JSON - [CLICK TO EXPAND]" ```json - [[% filter indent(width=4) %]][[% include 'json/radarr/netflix.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/radarr/nf.json' %]][[% endfilter %]] ``` [TOP](#index) ------ -### Peacock TV +### PCOK Peacock TV @@ -1303,14 +1303,14 @@ I also made 3 guides related to this one. ??? example "JSON - [CLICK TO EXPAND]" ```json - [[% filter indent(width=4) %]][[% include 'json/radarr/peacock-tv.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/radarr/pcok.json' %]][[% endfilter %]] ``` [TOP](#index) ------ -### ParamountPlus +### PMTP Paramount+ @@ -1321,7 +1321,7 @@ I also made 3 guides related to this one. ??? example "JSON - [CLICK TO EXPAND]" ```json - [[% filter indent(width=4) %]][[% include 'json/radarr/paramountplus.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/radarr/pmtp.json' %]][[% endfilter %]] ``` [TOP](#index) diff --git a/docs/json/radarr/amazon.json b/docs/json/radarr/amazon.json deleted file mode 100644 index 61a519280..000000000 --- a/docs/json/radarr/amazon.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "trash_id": "b3b3a6ac74ecbd56bcdbefa4799fb9df", - "name": "AMZN", - "includeCustomFormatWhenRenaming": true, - "specifications": [ - { - "name": "Amazon", - "implementation": "ReleaseTitleSpecification", - "negate": false, - "required": true, - "fields": { - "value": "\\b(amzn|amazon)\\b" - } - }, - { - "name": "WEBDL", - "implementation": "SourceSpecification", - "negate": false, - "required": false, - "fields": { - "value": 7 - } - }, - { - "name": "WEBRIP", - "implementation": "SourceSpecification", - "negate": false, - "required": false, - "fields": { - "value": 8 - } - } - ] -} \ No newline at end of file diff --git a/docs/json/radarr/apple-tvplus.json b/docs/json/radarr/apple-tvplus.json deleted file mode 100644 index 9291cffdf..000000000 --- a/docs/json/radarr/apple-tvplus.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "trash_id": "3472d276482257d68f7836a55ca24877", - "name": "APTV", - "includeCustomFormatWhenRenaming": true, - "specifications": [ - { - "name": "Apple TV+", - "implementation": "ReleaseTitleSpecification", - "negate": false, - "required": true, - "fields": { - "value": "\\b(atvp|aptv|Apple TV\\+)\\b" - } - }, - { - "name": "WEBDL", - "implementation": "SourceSpecification", - "negate": false, - "required": false, - "fields": { - "value": 7 - } - }, - { - "name": "WEBRIP", - "implementation": "SourceSpecification", - "negate": false, - "required": false, - "fields": { - "value": 8 - } - } - ] -} \ No newline at end of file diff --git a/docs/json/radarr/disneyplus.json b/docs/json/radarr/disneyplus.json deleted file mode 100644 index bde408be2..000000000 --- a/docs/json/radarr/disneyplus.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "trash_id": "84272245b2988854bfb76a16e60baea5", - "name": "DSNP", - "includeCustomFormatWhenRenaming": true, - "specifications": [ - { - "name": "Disney+", - "implementation": "ReleaseTitleSpecification", - "negate": false, - "required": true, - "fields": { - "value": "\\b(dsnp|dsny|disney|Disney\\+)\\b" - } - }, - { - "name": "WEBDL", - "implementation": "SourceSpecification", - "negate": false, - "required": false, - "fields": { - "value": 7 - } - }, - { - "name": "WEBRIP", - "implementation": "SourceSpecification", - "negate": false, - "required": false, - "fields": { - "value": 8 - } - } - ] -} \ No newline at end of file diff --git a/docs/json/radarr/hbo-max.json b/docs/json/radarr/hbo-max.json deleted file mode 100644 index 689545e8e..000000000 --- a/docs/json/radarr/hbo-max.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "trash_id": "5763d1b0ce84aff3b21038eea8e9b8ad", - "name": "HMAX", - "includeCustomFormatWhenRenaming": true, - "specifications": [ - { - "name": "HBO Max", - "implementation": "ReleaseTitleSpecification", - "negate": false, - "required": true, - "fields": { - "value": "\\b(hmax|hbom|HBO Max)\\b" - } - }, - { - "name": "WEBDL", - "implementation": "SourceSpecification", - "negate": false, - "required": false, - "fields": { - "value": 7 - } - }, - { - "name": "WEBRIP", - "implementation": "SourceSpecification", - "negate": false, - "required": false, - "fields": { - "value": 8 - } - } - ] -} \ No newline at end of file diff --git a/docs/json/radarr/netflix.json b/docs/json/radarr/netflix.json deleted file mode 100644 index f328c1578..000000000 --- a/docs/json/radarr/netflix.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "trash_id": "170b1d363bd8516fbf3a3eb05d4faff6", - "name": "NF", - "includeCustomFormatWhenRenaming": true, - "specifications": [ - { - "name": "Netflix", - "implementation": "ReleaseTitleSpecification", - "negate": false, - "required": true, - "fields": { - "value": "\\b(nf|netflix)\\b" - } - }, - { - "name": "WEBDL", - "implementation": "SourceSpecification", - "negate": false, - "required": false, - "fields": { - "value": 7 - } - }, - { - "name": "WEBRIP", - "implementation": "SourceSpecification", - "negate": false, - "required": false, - "fields": { - "value": 8 - } - } - ] -} \ No newline at end of file diff --git a/docs/json/radarr/paramountplus.json b/docs/json/radarr/paramountplus.json deleted file mode 100644 index dbf9080d2..000000000 --- a/docs/json/radarr/paramountplus.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "trash_id": "e36a0ba1bc902b26ee40818a1d59b8bd", - "name": "PMTP", - "includeCustomFormatWhenRenaming": true, - "specifications": [ - { - "name": "Paramount+", - "implementation": "ReleaseTitleSpecification", - "negate": false, - "required": true, - "fields": { - "value": "\\b(pmtp|Paramount Plus)\\b" - } - }, - { - "name": "WEBDL", - "implementation": "SourceSpecification", - "negate": false, - "required": false, - "fields": { - "value": 7 - } - }, - { - "name": "WEBRIP", - "implementation": "SourceSpecification", - "negate": false, - "required": false, - "fields": { - "value": 8 - } - } - ] -} \ No newline at end of file diff --git a/docs/json/radarr/peacock-tv.json b/docs/json/radarr/peacock-tv.json deleted file mode 100644 index aee2f861c..000000000 --- a/docs/json/radarr/peacock-tv.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "trash_id": "c9fd353f8f5f1baf56dc601c4cb29920", - "name": "PCOK", - "includeCustomFormatWhenRenaming": true, - "specifications": [ - { - "name": "Peacock TV", - "implementation": "ReleaseTitleSpecification", - "negate": false, - "required": true, - "fields": { - "value": "\\b(pcok|peacock)\\b" - } - }, - { - "name": "WEBDL", - "implementation": "SourceSpecification", - "negate": false, - "required": false, - "fields": { - "value": 7 - } - }, - { - "name": "WEBRIP", - "implementation": "SourceSpecification", - "negate": false, - "required": false, - "fields": { - "value": 8 - } - } - ] -} \ No newline at end of file From bb0909cfee9a1aa1390b585d9db9dad7703297fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 06:05:26 +0000 Subject: [PATCH 4/5] Bump mkdocs-material from 8.3.5 to 8.3.6 Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 8.3.5 to 8.3.6. - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/8.3.5...8.3.6) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index f4bfd58a9..1f76e0b16 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,6 +2,6 @@ lightgallery==0.5 mkdocs-awesome-pages-plugin==2.7.0 mkdocs-git-revision-date-localized-plugin==1.0.1 mkdocs-macros-plugin==0.7.0 -mkdocs-material==8.3.5 +mkdocs-material==8.3.6 mkdocs-minify-plugin==0.5.0 mkdocs-redirects==1.0.4 From 9c19e2c5d1e0bc7955053f362ed14b91d3269c9d Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 19 Jun 2022 21:02:42 +0200 Subject: [PATCH 5/5] Fix: scoring of the guide to match JSON - Fix: scoring of the guide to match JSON --- includes/cf/hdr-metadata.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/cf/hdr-metadata.md b/includes/cf/hdr-metadata.md index cc8b6e9bb..812ceb793 100644 --- a/includes/cf/hdr-metadata.md +++ b/includes/cf/hdr-metadata.md @@ -1,7 +1,7 @@ ??? summary "HDR Metadata - [CLICK TO EXPAND]" | Custom Format | Score | LINK | | -------------------- | ----- | ---- | - | DV HDR10 | 1550 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#dv-hdr10){: .header-icons target=_blank rel="noopener noreferrer" } | + | DV HDR10 | 1500 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#dv-hdr10){: .header-icons target=_blank rel="noopener noreferrer" } | | DV | 1500 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#dv){: .header-icons target=_blank rel="noopener noreferrer" } | | DV HLG | 1500 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#dv-hlg){: .header-icons target=_blank rel="noopener noreferrer" } | | DV SDR | 1500 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#dv-sdr){: .header-icons target=_blank rel="noopener noreferrer" } |