feat(guides): Move KRaLiMaRKo to Radarr Remux Tier 03 and expand Hybrid CF matching to include Bluray qualities (#1998)

* Move KRaLiMaRKo to Remux Tier 03 (Radarr)

* Amend Hybrid custom formats to also match on Bluray quality
pull/1999/head
yammes08 4 months ago committed by GitHub
parent 28cf570132
commit 1222ba2a32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -25,12 +25,12 @@
}
},
{
"name": "Remux",
"implementation": "QualityModifierSpecification",
"name": "Bluray",
"implementation": "SourceSpecification",
"negate": false,
"required": true,
"required": false,
"fields": {
"value": 5
"value": 9
}
}
]

@ -25,15 +25,6 @@
"value": "^(Flights)$"
}
},
{
"name": "KRaLiMaRKo",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(KRaLiMaRKo)$"
}
},
{
"name": "NCmt",
"implementation": "ReleaseGroupSpecification",

@ -52,6 +52,15 @@
"value": "^(iFT)$"
}
},
{
"name": "KRaLiMaRKo",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(KRaLiMaRKo)$"
}
},
{
"name": "NTb",
"implementation": "ReleaseGroupSpecification",

@ -28,10 +28,19 @@
"name": "Remux",
"implementation": "SourceSpecification",
"negate": false,
"required": true,
"required": false,
"fields": {
"value": 7
}
},
{
"name": "Bluray",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 6
}
}
]
}

Loading…
Cancel
Save