Merge branch 'master' into master

pull/187/head
Jason La 4 years ago committed by GitHub
commit 3ac90d1328
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1212,7 +1212,7 @@ I also made 2 guides related to this one.
"negate": true, "negate": true,
"required": true, "required": true,
"fields": { "fields": {
"value": "dts.?(hd|ma|es|hi)" "value": "dts.?(hd|ma|es|hi|hr)"
} }
}, },
{ {
@ -1984,17 +1984,28 @@ Advanced Audio Coding
```json ```json
{ {
"name": "DoVi", "name": "DoVi",
"includeCustomFormatWhenRenaming": true, "includeCustomFormatWhenRenaming": true,
"specifications": [{ "specifications": [
"name": "Dolby Vision", {
"implementation": "ReleaseTitleSpecification", "name": "Dolby Vision",
"negate": false, "implementation": "ReleaseTitleSpecification",
"required": true, "negate": false,
"fields": { "required": true,
"value": "\\b(DV|dovi|dolby[ .]vision)\\b" "fields": {
} "value": "\\b(dv|dovi|dolby[ .]vision)\\b"
}] }
},
{
"name": "DoVi-SL: Dolby Vision (Single Layer)",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(sl[ .]dv|single[ .]layer[ .]dovi)\\b"
}
}
]
} }
``` ```
@ -2029,7 +2040,7 @@ Advanced Audio Coding
"negate": false, "negate": false,
"required": true, "required": true,
"fields": { "fields": {
"value": "\\b(DV|dovi|dolby[ .]vision)\\b" "value": "\\b(dv|dovi|dolby[ .]vision)\\b"
} }
}, },
{ {
@ -2049,6 +2060,15 @@ Advanced Audio Coding
"fields": { "fields": {
"value": 8 "value": 8
} }
},
{
"name": "Dolby Vision (Single Layer)",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(sl[ .]dv|single[ .]layer[ .]dovi)\\b"
}
} }
] ]
} }
@ -2115,17 +2135,28 @@ Advanced Audio Coding
```json ```json
{ {
"name": "HDR", "name": "HDR",
"includeCustomFormatWhenRenaming": false, "includeCustomFormatWhenRenaming": false,
"specifications": [{ "specifications": [
"name": "HDR", {
"implementation": "ReleaseTitleSpecification", "name": "HDR",
"negate": false, "implementation": "ReleaseTitleSpecification",
"required": true, "negate": false,
"fields": { "required": true,
"value": "\\bHDR(\\b|\\d)" "fields": {
} "value": "\\bHDR(\\b|\\d)"
}] }
},
{
"name": "DoVi",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(dv|dovi|dolby[ .]vision)\\b"
}
}
]
} }
``` ```
@ -2181,7 +2212,7 @@ Advanced Audio Coding
"negate": true, "negate": true,
"required": true, "required": true,
"fields": { "fields": {
"value": "\\b(DV|dovi)\\b|dolby.?vision" "value": "\\b(dv|dovi)\\b|dolby.?vision"
} }
}, },
{ {

@ -399,7 +399,7 @@ Add this for example as [15]
![!rp-su-season](images/rp-su-season.png) ![!rp-su-season](images/rp-su-season.png)
Then theirs only one way real way that always solves this issue. Then theirs only one way real way that always solves this issue.
create a new release profile specific for .su that uses the [Season regex(#optional-matches-season-packs-use-this-if-you-prefer-season-packs)] as `Must not contain (2)` create a new release profile specific for .su that uses the [Season regex](#optional-matches-season-packs-use-this-if-you-prefer-season-packs) as `Must not contain (2)`
![!rp-release-profile-block-season-su](images/rp-release-profile-block-season-su.png) ![!rp-release-profile-block-season-su](images/rp-release-profile-block-season-su.png)

Loading…
Cancel
Save