feat(radarr): Add new Sing-Along Versions custom format (#2246)
Add new Sing-Along Versions custom format for Radarr - Create new custom format JSON for Sing-Along Versions, with a default score of -10000 - Added new custom format with info to all profile unwanted panels, and profile JSONs - Added new custom format to Radarr's Collection of Custom Formats pagepull/2247/head
parent
6df808d389
commit
5c60275f11
@ -0,0 +1,20 @@
|
||||
{
|
||||
"trash_id": "712d74cd88bceb883ee32f773656b1f5",
|
||||
"trash_scores": {
|
||||
"default": -10000
|
||||
},
|
||||
"trash_regex": "https://regex101.com/r/U9NMJU/1",
|
||||
"name": "Sing-Along Versions",
|
||||
"includeCustomFormatWhenRenaming": false,
|
||||
"specifications": [
|
||||
{
|
||||
"name": "Sing-Along",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "(?<=\\b[12]\\d{3}\\b).*\\b(Sing[-_. ]Along)\\b"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in new issue