Merge pull request #1140 from yammes08/master
Fix HBO/HMAX inconsistencies across Sonarr V3/V4 and Radarr, Fix HBO rlsgrp matching HBO/HMAX Streaming CFpull/1146/head
commit
f39f6a4147
@ -0,0 +1,34 @@
|
||||
{
|
||||
"trash_id": "509e5f41146e278f9eab1ddaceb34515",
|
||||
"name": "HBO",
|
||||
"includeCustomFormatWhenRenaming": true,
|
||||
"specifications": [
|
||||
{
|
||||
"name": "HBO",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "\\b(hbo)(?![ ._-]max)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "WEBDL",
|
||||
"implementation": "SourceSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": 7
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "WEBRIP",
|
||||
"implementation": "SourceSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": 8
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in new issue