Skip to content

Commit

Permalink
Feat: extend Repack3 with regex to match REAL.REAL.PROPER / REAL.REAL…
Browse files Browse the repository at this point in the history
….REPACK as commonly used for German releases
  • Loading branch information
Lokilicious committed Jan 28, 2025
1 parent 432f0af commit 684a71e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/json/radarr/cf/repack3.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@
"fields": {
"value": "\\b(Proper3)\\b"
}
},
{
"name": "RealRealProperRepack",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(REAL\\.REAL\\.(PROPER|REPACK))\\b"
}
}
]
}
9 changes: 9 additions & 0 deletions docs/json/sonarr/cf/repack-v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@
"fields": {
"value": "\\b(repack3)\\b"
}
},
{
"name": "RealRealProperRepack",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(REAL\\.REAL\\.(PROPER|REPACK))\\b"
}
}
]
}

0 comments on commit 684a71e

Please sign in to comment.