diff --git a/docs/Radarr/Radarr-how-to-update-custom-formats.md b/docs/Radarr/Radarr-how-to-update-custom-formats.md index de4000de8..5796ce85f 100644 --- a/docs/Radarr/Radarr-how-to-update-custom-formats.md +++ b/docs/Radarr/Radarr-how-to-update-custom-formats.md @@ -36,6 +36,6 @@ After selecting the `Import` button you will get a screen that has all the Custo This can be done also automatically with one of the TRaSH Sync Applications, -more info can be found [Here](/Misc/trash-sync/){:target="_blank" rel="noopener noreferrer"} +more info can be found [Here](/Guide-Sync/){:target="_blank" rel="noopener noreferrer"} --8<-- "includes/support.md" diff --git a/docs/Radarr/Radarr-import-custom-formats.md b/docs/Radarr/Radarr-import-custom-formats.md index d33238cc4..a3914066d 100644 --- a/docs/Radarr/Radarr-import-custom-formats.md +++ b/docs/Radarr/Radarr-import-custom-formats.md @@ -70,6 +70,6 @@ How this is done is explained [HERE](/Radarr/radarr-setup-quality-profiles/#basi This can be done also automatically with one of the TRaSH Sync Applications, -more info can be found [Here](/Misc/trash-sync/){:target="_blank" rel="noopener noreferrer"} +more info can be found [Here](/Guide-Sync/){:target="_blank" rel="noopener noreferrer"} --8<-- "includes/support.md" diff --git a/docs/Sonarr/sonarr-how-to-update-custom-formats.md b/docs/Sonarr/sonarr-how-to-update-custom-formats.md index 9c3f2730a..2c61ed434 100644 --- a/docs/Sonarr/sonarr-how-to-update-custom-formats.md +++ b/docs/Sonarr/sonarr-how-to-update-custom-formats.md @@ -36,6 +36,6 @@ After selecting the `Import` button you will get a screen that has all the Custo This can be done also automatically with one of the TRaSH Sync Applications, -more info can be found [Here](/Misc/trash-sync/){:target="_blank" rel="noopener noreferrer"} +more info can be found [Here](/Guide-Sync/){:target="_blank" rel="noopener noreferrer"} --8<-- "includes/support.md" diff --git a/docs/Sonarr/sonarr-import-custom-formats.md b/docs/Sonarr/sonarr-import-custom-formats.md index 28be45c8d..d25e40670 100644 --- a/docs/Sonarr/sonarr-import-custom-formats.md +++ b/docs/Sonarr/sonarr-import-custom-formats.md @@ -70,6 +70,6 @@ How this is done is explained [HERE](/Sonarr/sonarr-setup-custom-formats/#basics This can be done also automatically with one of the TRaSH Sync Applications, -more info can be found [Here](/Misc/trash-sync/){:target="_blank" rel="noopener noreferrer"} +more info can be found [Here](/Guide-Sync/){:target="_blank" rel="noopener noreferrer"} --8<-- "includes/support.md" 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", diff --git a/docs/json/radarr/cf/uhd-bluray-tier-02.json b/docs/json/radarr/cf/uhd-bluray-tier-02.json index 0c616901b..cd2406900 100644 --- a/docs/json/radarr/cf/uhd-bluray-tier-02.json +++ b/docs/json/radarr/cf/uhd-bluray-tier-02.json @@ -13,15 +13,6 @@ "value": "\\bHQMUX\\b" } }, - { - "name": "SPHD", - "implementation": "ReleaseGroupSpecification", - "negate": false, - "required": false, - "fields": { - "value": "\\bSPHD\\b" - } - }, { "name": "2160p", "implementation": "ResolutionSpecification", diff --git a/docs/json/radarr/cf/uhd-bluray-tier-03.json b/docs/json/radarr/cf/uhd-bluray-tier-03.json index eba71d517..a8a325507 100644 --- a/docs/json/radarr/cf/uhd-bluray-tier-03.json +++ b/docs/json/radarr/cf/uhd-bluray-tier-03.json @@ -13,6 +13,15 @@ "value": "\\b(LEGi0N)\\b" } }, + { + "name": "SPHD", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\bSPHD\\b" + } + }, { "name": "WEBDV", "implementation": "ReleaseGroupSpecification", diff --git a/docs/updates.txt b/docs/updates.txt index e5562b735..4b1741336 100644 --- a/docs/updates.txt +++ b/docs/updates.txt @@ -1,3 +1,15 @@ +# 2023-03-04 17:15 +**[New]** +- None + +**[Updated]** +- [Radarr] Moved RlsGrp `SPHD` to the lowest UHD tier, because they often use Lower Quality sources for their releases. +- [Radarr] Added RlsGrp `LAMA` to the `LQ` CF, uploading 480p cam shit as 1080p bluray and just in general low quality. +- [Radarr] CF `Special Edition`, Special Edition matches `IMAX Edition`, so adding unnecessary extra scoring to releases that already match `IMAX`. + +**[Fixed]** +- [Guide] Fix broken links. + # 2023-02-26 19:45 **[New]** - None