3D - Solved issue with recornizing 3D in obfuscated file names + cleanup regex

```yml
Updated: Radarr - Collection of Custom Formats
- Fixed: 3D - Solved issue with recornizing 3D in obfuscated file names + cleanup regex
```
pull/184/head
TRaSH 3 years ago
parent b69c3d7ac2
commit 8480f8d1e7

@ -2738,12 +2738,12 @@ That's why I created my own golden rule.
"name": "3D",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "3d|sbs|half-ou",
"name": "3D",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "3d|sbs|half.?ou"
"value": "\\b3d\\b|\\bsbs\\b|half[ .]ou"
}
}]
}

Loading…
Cancel
Save