Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/commit/ae9b707c5b061447cd132c4d21a0fec461467343?style=unified&whitespace=ignore-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
8 changed files with
38 additions and
17 deletions
@ -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-s ync/){:target="_blank" rel="noopener noreferrer"}
more info can be found [Here ](/ Guide-S ync/){:target="_blank" rel="noopener noreferrer"}
--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,
more info can be found [Here ](/ Misc/trash-s ync/){:target="_blank" rel="noopener noreferrer"}
more info can be found [Here ](/ Guide-S ync/){:target="_blank" rel="noopener noreferrer"}
--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,
more info can be found [Here ](/ Misc/trash-s ync/){:target="_blank" rel="noopener noreferrer"}
more info can be found [Here ](/ Guide-S ync/){:target="_blank" rel="noopener noreferrer"}
--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,
more info can be found [Here ](/ Misc/trash-s ync/){:target="_blank" rel="noopener noreferrer"}
more info can be found [Here ](/ Guide-S ync/){:target="_blank" rel="noopener noreferrer"}
--8< -- " includes / support . md "
@ -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" ,
@ -13,15 +13,6 @@
"value" : "\\bHQMUX\\b"
}
} ,
{
"name" : "SPHD" ,
"implementation" : "ReleaseGroupSpecification" ,
"negate" : false ,
"required" : false ,
"fields" : {
"value" : "\\bSPHD\\b"
}
} ,
{
"name" : "2160p" ,
"implementation" : "ResolutionSpecification" ,
@ -13,6 +13,15 @@
"value" : "\\b(LEGi0N)\\b"
}
} ,
{
"name" : "SPHD" ,
"implementation" : "ReleaseGroupSpecification" ,
"negate" : false ,
"required" : false ,
"fields" : {
"value" : "\\bSPHD\\b"
}
} ,
{
"name" : "WEBDV" ,
"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
**[New]**
- None