{ "name": "IMAX", "includeCustomFormatWhenRenaming": true, "specifications": [ { "name": "IMAX", "implementation": "ReleaseTitleSpecification", "implementationName": "Release Title", "infoLink": "https://wiki.servarr.com/radarr/settings#custom-formats-2", "negate": false, "required": false, "fields": [ { "order": 0, "name": "value", "label": "Regular Expression", "helpText": "Custom Format RegEx is Case Insensitive", "value": "\\bIMAX\\b", "type": "textbox", "advanced": false, "privacy": "normal", "isFloat": false } ] }, { "name": "IMAX Enhanced", "implementation": "ReleaseTitleSpecification", "implementationName": "Release Title", "infoLink": "https://wiki.servarr.com/radarr/settings#custom-formats-2", "negate": false, "required": false, "fields": [ { "order": 0, "name": "value", "label": "Regular Expression", "helpText": "Custom Format RegEx is Case Insensitive", "value": "^(?=.*(DSNP|CORE(?=[ ._-]web[ ._-]?(dl|rip)\\b)|\\bBC(?=[ ._-]web[ ._-]?(dl|rip)\\b)|IMAX[- .]Enhanced)\\b)(?=.*\\b(IMAX|IMAX[- .]Enhanced)\\b).*", "type": "textbox", "advanced": false, "privacy": "normal", "isFloat": false } ] } ] }