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,
"required": true,
"fields": {
"value": "dts.?(hd|ma|es|hi)"
"value": "dts.?(hd|ma|es|hi|hr)"
}
},
{
@ -1984,17 +1984,28 @@ Advanced Audio Coding
```json
{
"name": "DoVi",
"includeCustomFormatWhenRenaming": true,
"specifications": [{
"name": "Dolby Vision",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(DV|dovi|dolby[ .]vision)\\b"
}
}]
"name": "DoVi",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "Dolby Vision",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"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,
"required": true,
"fields": {
"value": "\\b(DV|dovi|dolby[ .]vision)\\b"
"value": "\\b(dv|dovi|dolby[ .]vision)\\b"
}
},
{
@ -2049,6 +2060,15 @@ Advanced Audio Coding
"fields": {
"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
{
"name": "HDR",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "HDR",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\bHDR(\\b|\\d)"
}
}]
"name": "HDR",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "HDR",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"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,
"required": true,
"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)
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)

Loading…
Cancel
Save