PCJones / radarr-sonarr-german-dual-language

Guide on how to prefer German + English dual language in Radarr and Sonarr
MIT License
170 stars 10 forks source link

3D not ignored #16

Open wbaeck opened 1 month ago

wbaeck commented 1 month ago

Hi

I recognized that 3D movies are not ignored. Some examples:

Is there a way to ignore 3D movies?

Thanks

Durone01 commented 1 month ago

Das hier ist vom Trash Guide für unwanted 3D: { "trash_id": "b8cd450cbfa689c0259a01d9e29ba3d6", "trash_scores": { "default": -10000 }, "trash_regex": "https://regex101.com/r/c6Dobc/1", "name": "3D", "includeCustomFormatWhenRenaming": false, "specifications": [ { "name": "3D", "implementation": "ReleaseTitleSpecification", "negate": false, "required": false, "fields": { "value": "(?<=\\b[12]\\d{3}\\b).*\\b(3d|sbs|half[ .-]ou|half[ .-]sbs)\\b" } }, { "name": "BluRay3D", "implementation": "ReleaseTitleSpecification", "negate": false, "required": false, "fields": { "value": "\\b(BluRay3D)\\b" } }, { "name": "BD3D", "implementation": "ReleaseTitleSpecification", "negate": false, "required": false, "fields": { "value": "\\b(BD3D)\\b" } } ] }

Quelle: https://trash-guides.info/Radarr/Radarr-collection-of-custom-formats/#3d

wbaeck commented 1 month ago

Danke für den Hinweis. Leider klappt die Regex nicht für meine Beispiele der Release Titles. Werde mal Feedback geben.