feat(radarr): Add New `Repack3` Custom Format (#1952)
* Radarr: Add repack3 custom format - Create new `repack3` custom format - Add new `repack3` custom format to collection of custom formats table and page - Add new `repack3` custom format to profile JSONs * - Corrected `trash_id` to match custom format namepull/1953/head
parent
5ec3a1703e
commit
d23c7373d1
@ -0,0 +1,29 @@
|
||||
{
|
||||
"trash_id": "5caaaa1c08c1742aa4342d8c4cc463f2",
|
||||
"trash_scores": {
|
||||
"default": 7
|
||||
},
|
||||
"trash_regex": "https://regex101.com/r/7YIkWD/1",
|
||||
"name": "Repack3",
|
||||
"includeCustomFormatWhenRenaming": false,
|
||||
"specifications": [
|
||||
{
|
||||
"name": "Repack3",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "\\b(Repack3)\\b"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Proper3",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "\\b(Proper3)\\b"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in new issue