diff --git a/docs/json/radarr/.editorconfig b/docs/json/radarr/.editorconfig new file mode 100644 index 000000000..76ea91c4a --- /dev/null +++ b/docs/json/radarr/.editorconfig @@ -0,0 +1,11 @@ +# EditorConfig is awesome: https://EditorConfig.org + +# top-most EditorConfig file +root = false + +[*.json] +indent_style = space +indent_size = 2 +charset = utf-8 +trim_trailing_whitespace = true +#insert_final_newline = true diff --git a/docs/json/radarr/1080p.json b/docs/json/radarr/1080p.json index 52e994343..c709df403 100644 --- a/docs/json/radarr/1080p.json +++ b/docs/json/radarr/1080p.json @@ -14,4 +14,4 @@ } } ] -} \ No newline at end of file +} diff --git a/docs/json/radarr/repack-proper.json b/docs/json/radarr/repack-proper.json index 96b4ddfae..5a005f992 100644 --- a/docs/json/radarr/repack-proper.json +++ b/docs/json/radarr/repack-proper.json @@ -9,7 +9,7 @@ "negate": false, "required": false, "fields": { - "value": "Repack" + "value": "Repack\\b" } }, { @@ -31,4 +31,4 @@ } } ] -} \ No newline at end of file +} diff --git a/docs/json/radarr/repack2.json b/docs/json/radarr/repack2.json new file mode 100644 index 000000000..b7e5962a5 --- /dev/null +++ b/docs/json/radarr/repack2.json @@ -0,0 +1,17 @@ +{ + "trash_id": "ae43b294509409a6a13919dedd4764c4", + "trash_score": "6", + "name": "Repack2", + "includeCustomFormatWhenRenaming": false, + "specifications": [ + { + "name": "Repack2", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "Repack2" + } + } + ] +} diff --git a/docs/updates.txt b/docs/updates.txt index 58e635e46..3a5a820bb 100644 --- a/docs/updates.txt +++ b/docs/updates.txt @@ -1,3 +1,8 @@ +# 2022-06-03 +Radarr CF [Repack2] +- NEW: Radarr CF `[Repack2]` with a score of `6`. +- Updated: Radarr CF `[Repack/Proper]` added word boundary. + # 2022-05-22 Sonarr - Quality Settings (File Size) #595 - Changed: Minimum file size for `HDTV-2160p`, `WEBRip-2160p` and `WEBDL-2160p`