Skip to content

Commit

Permalink
fix(french-starr): Update Multi-Audi CF
Browse files Browse the repository at this point in the history
- Now recognize (VOSTFR or VOST or VO) + Any VF
- Updated Regex
  • Loading branch information
NiceTSY committed Aug 30, 2023
1 parent 8a4922f commit 8bb9627
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/json/radarr/cf/multi-audio.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"trash_scores": {
"default": 300
},
"trash_regex": "https://regex101.com/r/hcMa1f/2",
"trash_regex": "https://regex101.com/r/hcMa1f",
"name": "Multi-Audio",
"includeCustomFormatWhenRenaming": false,
"specifications": [
Expand All @@ -23,7 +23,7 @@
"negate": false,
"required": false,
"fields": {
"value": "^(?=.*\\b(VO)\\b)(?=.*\\b(VF(F|I)?)\\b)"
"value": "^(?=.*\\b(VO(ST(FR)?)?)\\b)(?=.*\\b(VF[FIQ2]?)\\b)"
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions docs/json/sonarr/cf/multi-audio.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"trash_scores": {
"default": 300
},
"trash_regex": "https://regex101.com/r/hcMa1f/2",
"trash_regex": "https://regex101.com/r/hcMa1f",
"name": "Multi-Audio",
"includeCustomFormatWhenRenaming": false,
"specifications": [
Expand All @@ -23,7 +23,7 @@
"negate": false,
"required": false,
"fields": {
"value": "^(?=.*\\b(VO)\\b)(?=.*\\b(VF(F|I)?)\\b)"
"value": "^(?=.*\\b(VO(ST(FR)?)?)\\b)(?=.*\\b(VF[FIQ2]?)\\b)"
}
}
]
Expand Down

0 comments on commit 8bb9627

Please sign in to comment.