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"
+ }
+ }
+ ]
+}
+