Merge pull request #1199 from TRaSH-/Maintance-Release-20230304

Maintance Release 20230304
pull/1202/head
TRaSH 2 years ago committed by GitHub
commit ae9b707c5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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, 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" --8<-- "includes/support.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, 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" --8<-- "includes/support.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, 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" --8<-- "includes/support.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, 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" --8<-- "includes/support.md"

@ -23,21 +23,21 @@
} }
}, },
{ {
"name": "AZAZE", "name": "aXXo",
"implementation": "ReleaseGroupSpecification", "implementation": "ReleaseGroupSpecification",
"negate": false, "negate": false,
"required": false, "required": false,
"fields": { "fields": {
"value": "\\b(AZAZE)\\b" "value": "\\b(aXXo)\\b"
} }
}, },
{ {
"name": "aXXo", "name": "AZAZE",
"implementation": "ReleaseGroupSpecification", "implementation": "ReleaseGroupSpecification",
"negate": false, "negate": false,
"required": false, "required": false,
"fields": { "fields": {
"value": "\\b(aXXo)\\b" "value": "\\b(AZAZE)\\b"
} }
}, },
{ {
@ -301,6 +301,15 @@
"value": "\\b(L0SERNIGHT)\\b" "value": "\\b(L0SERNIGHT)\\b"
} }
}, },
{
"name": "LAMA",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(LAMA)\\b"
}
},
{ {
"name": "Leffe", "name": "Leffe",
"implementation": "ReleaseGroupSpecification", "implementation": "ReleaseGroupSpecification",

@ -13,15 +13,6 @@
"value": "\\bHQMUX\\b" "value": "\\bHQMUX\\b"
} }
}, },
{
"name": "SPHD",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\bSPHD\\b"
}
},
{ {
"name": "2160p", "name": "2160p",
"implementation": "ResolutionSpecification", "implementation": "ResolutionSpecification",

@ -13,6 +13,15 @@
"value": "\\b(LEGi0N)\\b" "value": "\\b(LEGi0N)\\b"
} }
}, },
{
"name": "SPHD",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\bSPHD\\b"
}
},
{ {
"name": "WEBDV", "name": "WEBDV",
"implementation": "ReleaseGroupSpecification", "implementation": "ReleaseGroupSpecification",

@ -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 # 2023-02-26 19:45
**[New]** **[New]**
- None - None

Loading…
Cancel
Save