Skip to content

Commit

Permalink
fix(radarr): German Guide - add negated remux quality modifier to blu…
Browse files Browse the repository at this point in the history
…ray groups to avoid double scoring (#2211)

Fix: add negated remux quality modifier to bluray to avoid double scoring

Co-authored-by: Lokilicious <mail.lokilicious.work>
  • Loading branch information
Lokilicious authored Jan 8, 2025
1 parent e0d4761 commit 98a9126
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/json/radarr/cf/german-bluray-tier-01.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,15 @@
"fields": {
"value": 9
}
},
{
"name": "Not Remux",
"implementation": "QualityModifierSpecification",
"negate": true,
"required": true,
"fields": {
"value": 5
}
}
]
}
9 changes: 9 additions & 0 deletions docs/json/radarr/cf/german-bluray-tier-02.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,15 @@
"fields": {
"value": 9
}
},
{
"name": "Not Remux",
"implementation": "QualityModifierSpecification",
"negate": true,
"required": true,
"fields": {
"value": 5
}
}
]
}
9 changes: 9 additions & 0 deletions docs/json/radarr/cf/german-bluray-tier-03.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@
"fields": {
"value": 9
}
},
{
"name": "Not Remux",
"implementation": "QualityModifierSpecification",
"negate": true,
"required": true,
"fields": {
"value": 5
}
}
]
}

0 comments on commit 98a9126

Please sign in to comment.