From 3cbbca5680e55a1b9e8ae6e08f905ccd9c221cab Mon Sep 17 00:00:00 2001 From: TRaSH Date: Fri, 1 Jan 2021 15:52:17 +0100 Subject: [PATCH] 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. --- ...llection-of-Custom-Formats-for-RadarrV3.md | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/docs/Radarr/V3/Collection-of-Custom-Formats-for-RadarrV3.md b/docs/Radarr/V3/Collection-of-Custom-Formats-for-RadarrV3.md index 7a176a82b..d7aaf41ba 100644 --- a/docs/Radarr/V3/Collection-of-Custom-Formats-for-RadarrV3.md +++ b/docs/Radarr/V3/Collection-of-Custom-Formats-for-RadarrV3.md @@ -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. [TOP](#index) ------ + +### #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" + } + }] + } + ``` + +[TOP](#index)