From 2688871f0c7d4983b82b3ad89b8b69317519a2dd Mon Sep 17 00:00:00 2001 From: <> Date: Sat, 18 Mar 2023 11:37:38 +0000 Subject: [PATCH] Deployed 4f37eb37 with MkDocs version: 1.4.2 --- .../index.html | 59 ++++++++++++++++-- Recyclarr/recyclarr-configs-sqp/index.html | 5 ++ Recyclarr/recyclarr-configs/index.html | 4 ++ json/radarr/cf/vinegar-syndrome.json | 26 ++++++++ recyclarr-configs/radarr/hd-bluray-web.yml | 1 + recyclarr-configs/radarr/remux-web-1080p.yml | 1 + recyclarr-configs/radarr/remux-web-2160p.yml | 1 + recyclarr-configs/radarr/sqp/sqp-1.yml | 1 + recyclarr-configs/radarr/sqp/sqp-2.yml | 1 + recyclarr-configs/radarr/sqp/sqp-3.yml | 1 + recyclarr-configs/radarr/sqp/sqp-4.yml | 1 + recyclarr-configs/radarr/sqp/sqp-5.yml | 1 + recyclarr-configs/radarr/uhd-bluray-web.yml | 1 + search/search_index.json | 2 +- sitemap.xml.gz | Bin 1084 -> 1084 bytes 15 files changed, 98 insertions(+), 7 deletions(-) create mode 100644 json/radarr/cf/vinegar-syndrome.json diff --git a/Radarr/Radarr-collection-of-custom-formats/index.html b/Radarr/Radarr-collection-of-custom-formats/index.html index 35e8ec089..fe1679123 100644 --- a/Radarr/Radarr-collection-of-custom-formats/index.html +++ b/Radarr/Radarr-collection-of-custom-formats/index.html @@ -514,6 +514,11 @@
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.
+{
+ "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"
+ }
+ }
+ ]
+}
+