From 829b7b57efa1487466cdcde3b48b7356f92c1f0b Mon Sep 17 00:00:00 2001 From: nuxen <47067662+nuxencs@users.noreply.github.com> Date: Fri, 17 Mar 2023 17:47:01 +0100 Subject: [PATCH] feat(radarr): create `Vinegar Syndrome` CF and add to guide --- .../Radarr-collection-of-custom-formats.md | 26 +++++++++++++++---- docs/json/radarr/cf/vinegar-syndrome.json | 26 +++++++++++++++++++ 2 files changed, 47 insertions(+), 5 deletions(-) create mode 100644 docs/json/radarr/cf/vinegar-syndrome.json diff --git a/docs/Radarr/Radarr-collection-of-custom-formats.md b/docs/Radarr/Radarr-collection-of-custom-formats.md index 61bab29d3..a0ca4f632 100644 --- a/docs/Radarr/Radarr-collection-of-custom-formats.md +++ b/docs/Radarr/Radarr-collection-of-custom-formats.md @@ -55,11 +55,11 @@ I also made 3 guides related to this one. | [Special Edition](#special-edition) | [x265 (HD)](#x265-hd) | [UHD Bluray Tier 02](#uhd-bluray-tier-02) | [HBO](#hbo) | | [Criterion Collection](#criterion-collection) | [Upscaled](#upscaled) | [UHD Bluray Tier 03](#uhd-bluray-tier-03) | [HBO Max](#hmax) | | [Masters of Cinema](#masters-of-cinema) | | [HD Bluray Tier 01](#hd-bluray-tier-01) | [Hulu](#hulu) | -| [Theatrical Cut](#theatrical-cut) | | [HD Bluray Tier 02](#hd-bluray-tier-02) | [Netflix](#nf) | -| [IMAX](#imax) | | [WEB Tier 01](#web-tier-01) | [Peacock TV](#pcok) | -| [IMAX Enhanced](#imax-enhanced) | | [WEB Tier 02](#web-tier-02) | [Paramount+](#pmtp) | -| [Open Matte](#open-matte) | | [WEB Tier 03](#web-tier-03) | [Movies Anywhere](#ma) | -| | | | [Pathe Thuis](#pathe) | +| [Vinegar Syndrome](#vinegar-syndrome) | | [HD Bluray Tier 02](#hd-bluray-tier-02) | [Netflix](#nf) | +| [Theatrical Cut](#theatrical-cut) | | [WEB Tier 01](#web-tier-01) | [Peacock TV](#pcok) | +| [IMAX](#imax) | | [WEB Tier 02](#web-tier-02) | [Paramount+](#pmtp) | +| [IMAX Enhanced](#imax-enhanced) | | [WEB Tier 03](#web-tier-03) | [Movies Anywhere](#ma) | +| [Open Matte](#open-matte) | | | [Pathe Thuis](#pathe) | | | | | [Bravia Core](#bcore) | | | | | [Stan](#stan) | @@ -778,6 +778,22 @@ I also made 3 guides related to this one. ------ +### Vinegar Syndrome + +??? question "Vinegar Syndrome - [CLICK TO EXPAND]" + + Vinegar Syndrome is a US-based company founded in 2012 to preserve and distribute old X-rated films. Over time, they expanded their catalog to include other types of cult and exploitation films, specializing in horror and action genres. + +??? example "JSON - [CLICK TO EXPAND}" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/cf/vinegar-syndrome.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +------ + ### Theatrical Cut ??? question "Theatrical Cut - [CLICK TO EXPAND]" diff --git a/docs/json/radarr/cf/vinegar-syndrome.json b/docs/json/radarr/cf/vinegar-syndrome.json new file mode 100644 index 000000000..715828d9c --- /dev/null +++ b/docs/json/radarr/cf/vinegar-syndrome.json @@ -0,0 +1,26 @@ +{ + "trash_id": "db9b4c4b53d312a3ca5f1378f6440fc9", + "trash_score": "25", + "name": "Vinegar Syndrome", + "includeCustomFormatWhenRenaming": true, + "specifications": [ + { + "name": "Vinegar Syndrome", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(Vinegar[ ._-]Syndrome)\\b" + } + }, + { + "name": "VS", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(V-?S)\\b" + } + } + ] +}