Merge branch 'master' into patch-1

pull/426/head
TRaSH 3 years ago committed by GitHub
commit ca38ea8854
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -111,10 +111,6 @@ Add this to your `Preferred (3)` with a score of [100]
/\b(atvp|aptv)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i
```
```bash
/\b(hmax|hbom)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i
```
Add this to your `Preferred (3)` with a score of [95]
```bash
@ -135,6 +131,10 @@ Add this to your `Preferred (3)` with a score of [90]
/\b(qibi)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i
```
```bash
/\b(hmax|hbom)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i
```
Add this to your `Preferred (3)` with a score of [85]
```bash

@ -19,7 +19,7 @@
"negate": false,
"required": true,
"fields": {
"value": "\\bATMOS(\\b|\\d)|CtrlHD"
"value": "\\b(ATMOS|CtrlHD|W4NK3R)(\\b|\\d)"
}
},
{

@ -64,7 +64,7 @@
"negate": true,
"required": true,
"fields": {
"value": "CtrlHD"
"value": "CtrlHD|W4NK3R"
}
}
]

@ -1,5 +1,13 @@
# 2022-01-21
Updated: Radarr - Collection of Custom Formats
- Fixed: CF [TrueHD Atmos] to recognize groups that only use Atmos/TrueHD in their release name.
- Fixed: CF [TrueHD] to prevent double scoring with latest update of [TrueHD Atmos].
Updated: Sonarr - Release Profile RegEx (WEB-DL)
- Added: HBO MAX (hmax|hbom).
- Changed: Scores HBO MAX (hmax|hbom).
# 2022-01-20
Updated: Sonarr- Release Profile RegEx (WEB-DL)
Updated: Sonarr - Release Profile RegEx (WEB-DL)
- Added: Remux to the exclusion for DoVi.
- Added: Sonarr Season Pack Warning.
- Added: Optional Dolby Vision - if you prefer Dolby Vision.

Loading…
Cancel
Save