diff --git a/docs/json/radarr/cf/3d.json b/docs/json/radarr/cf/3d.json index deeb13e68..210e3cae8 100644 --- a/docs/json/radarr/cf/3d.json +++ b/docs/json/radarr/cf/3d.json @@ -3,6 +3,7 @@ "trash_scores": { "default": -10000 }, + "trash_regex": "https://regex101.com/r/hpjKw9/1", "name": "3D", "includeCustomFormatWhenRenaming": false, "specifications": [ @@ -23,6 +24,15 @@ "fields": { "value": "\\b(BluRay3D)\\b" } + }, + { + "name": "BD3D", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(BD3D)\\b" + } } ] }