Update recyclarr profiles
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -20,6 +20,7 @@ rec {
|
||||
apiKey = hmConfig.sops.placeholder."${hostName}/apiKey";
|
||||
};
|
||||
|
||||
# https://github.com/recyclarr/config-templates/blob/master/radarr/templates/anime-radarr.yml
|
||||
recyclarrConfig = mkRecyclarrConfig {
|
||||
inherit hostName port urlBase;
|
||||
|
||||
|
@@ -25,6 +25,7 @@ rec {
|
||||
|
||||
apiKey = hmConfig.sops.placeholder."${hostName}/apiKey";
|
||||
|
||||
# https://github.com/recyclarr/config-templates/blob/master/radarr/templates/uhd-bluray-web.yml
|
||||
extraConfig = {
|
||||
include = [
|
||||
{ template = "radarr-quality-definition-movie"; }
|
||||
@@ -72,9 +73,9 @@ rec {
|
||||
}
|
||||
{
|
||||
trash_ids = [
|
||||
"923b6abef9b17f937fab56cfcf89e1f1" # DV (WEBDL)
|
||||
"b17886cb4158d9fea189859409975758" # HDR10Plus Boost
|
||||
"55a5b50cb416dea5a50c4955896217ab" # DV HDR10+ Boost
|
||||
"923b6abef9b17f937fab56cfcf89e1f1" # DV (w/o HDR fallback)
|
||||
"b337d6812e06c200ec9a2d3cfa9d20a7" # DV Boost
|
||||
"caa37d0df9c348912df1fb1d88f9273a" # HDR10+ Boost
|
||||
];
|
||||
assign_scores_to = [ { name = "UHD Bluray + WEB"; } ];
|
||||
}
|
||||
|
@@ -25,6 +25,7 @@ rec {
|
||||
|
||||
apiKey = hmConfig.sops.placeholder."${hostName}/apiKey";
|
||||
|
||||
# https://github.com/recyclarr/config-templates/blob/master/radarr/templates/hd-bluray-web.yml
|
||||
extraConfig = {
|
||||
include = [
|
||||
{ template = "radarr-quality-definition-movie"; }
|
||||
|
@@ -20,6 +20,7 @@ rec {
|
||||
apiKey = hmConfig.sops.placeholder."${hostName}/apiKey";
|
||||
};
|
||||
|
||||
# https://github.com/recyclarr/config-templates/blob/master/sonarr/templates/anime-sonarr-v4.yml
|
||||
recyclarrConfig = mkRecyclarrConfig {
|
||||
inherit hostName port urlBase;
|
||||
|
||||
|
@@ -20,6 +20,7 @@ rec {
|
||||
apiKey = hmConfig.sops.placeholder."${hostName}/apiKey";
|
||||
};
|
||||
|
||||
# https://github.com/recyclarr/config-templates/blob/master/sonarr/templates/web-2160p-v4.yml
|
||||
recyclarrConfig = mkRecyclarrConfig {
|
||||
inherit hostName port urlBase;
|
||||
|
||||
@@ -35,9 +36,9 @@ rec {
|
||||
custom_formats = [
|
||||
{
|
||||
trash_ids = [
|
||||
"9b27ab6498ec0f31a3353992e19434ca" # DV (WEBDL)
|
||||
"0dad0a507451acddd754fe6dc3a7f5e7" # HDR10+ Boost
|
||||
"385e9e8581d33133c3961bdcdeffb7b4" # DV HDR10+ Boost
|
||||
"9b27ab6498ec0f31a3353992e19434ca" # DV (w/o HDR fallback)
|
||||
"0c4b99df9206d2cfac3c05ab897dd62a" # HDR10+ Boost
|
||||
"7c3a61a9c6cb04f52f1544be6d44a026" # DV Boost
|
||||
];
|
||||
assign_scores_to = [ { name = "WEB-2160p"; } ];
|
||||
}
|
||||
|
@@ -20,6 +20,7 @@ rec {
|
||||
apiKey = hmConfig.sops.placeholder."${hostName}/apiKey";
|
||||
};
|
||||
|
||||
# https://github.com/recyclarr/config-templates/blob/master/sonarr/templates/web-1080p-v4.yml
|
||||
recyclarrConfig = mkRecyclarrConfig {
|
||||
inherit hostName port urlBase;
|
||||
|
||||
|
Reference in New Issue
Block a user