Update Collection-of-Custom-Formats-for-RadarrV3.md

- Added: FraMeSToR CF with the suggestion to add it at the same score as your HDR scoring being they don't HDR to their release name.
pull/77/head
TRaSH 4 years ago
parent c98553a663
commit 3cbbca5680

@ -47,6 +47,7 @@ I also made a [Guide](How-to-importexport-Custom-Formats-and-truly-make-use-of-i
| | | | [Dutch Groups](#dutch-groups) |
| | | | [Anime Dual Audio](#anime-dual-audio) |
| | | | [Multi](#multi) |
| | | | [FraMeSToR](#FraMeSToR) |
## Audio
@ -3032,3 +3033,29 @@ If you prefer movies with also a Dutch audio track.
<sub><sup>[TOP](#index)</sup></sub>
------
### #FraMeSToR
If you prefer FraMeSToR releases.
Also FraMeSToR doesn't add HDR to their release name so I suggest to add them at the same score as you add one of your HDR Custom Formats.
??? example "json"
```json
{
"name": "FraMeSToR",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "FraMeSToR",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\bFraMeSToR\\b"
}
}]
}
```
<sub><sup>[TOP](#index)</sup></sub>

Loading…
Cancel
Save