From 2f57f47a93459dae0d89fe2ccc73769ac623542a Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 4 Mar 2023 16:47:47 +0100 Subject: [PATCH] [Radarr] Added RlsGrp `LAMA` to the `LQ` CF. - [Radarr] Added RlsGrp `LAMA` to the `LQ` CF, uploading 480p cam shit as 1080p bluray and just in general low quality. - Sorted RlsGrp. --- docs/json/radarr/cf/lq.json | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/docs/json/radarr/cf/lq.json b/docs/json/radarr/cf/lq.json index f43a65938..dc418ed96 100644 --- a/docs/json/radarr/cf/lq.json +++ b/docs/json/radarr/cf/lq.json @@ -23,21 +23,21 @@ } }, { - "name": "AZAZE", + "name": "aXXo", "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(AZAZE)\\b" + "value": "\\b(aXXo)\\b" } }, { - "name": "aXXo", + "name": "AZAZE", "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(aXXo)\\b" + "value": "\\b(AZAZE)\\b" } }, { @@ -301,6 +301,15 @@ "value": "\\b(L0SERNIGHT)\\b" } }, + { + "name": "LAMA", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(LAMA)\\b" + } + }, { "name": "Leffe", "implementation": "ReleaseGroupSpecification",