Merge pull request #635 from TRaSH-/Radarr-CF-20220621

Radarr cf 20220621
pull/638/head
TRaSH 2 years ago committed by GitHub
commit 4642367601
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,13 +3,24 @@
"trash_score": "-10000",
"name": "3D",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"specifications": [
{
"name": "3D",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"required": false,
"fields": {
"value": "\\b3d|sbs|half[ .-]ou|half[ .-]sbs\\b"
"value": "\\b3d|sbs|half[ .-]ou|half[ .-]sbs\\b"
}
}]
}
},
{
"name": "BluRay3D",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(BluRay3D)\\b"
}
}
]
}

@ -41,13 +41,13 @@
}
},
{
"name": "DV HDR10",
"name": "Not HDR",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(DV[ .]HDR10|HDR10[ .]DV)\\b"
"value": "\\bHDR(\\b|\\d)"
}
}
]
}
}

@ -1,3 +1,8 @@
#2022-06-21
Radarr CF 20220621 #635
- Updated: CF `[3D]` added 3D group `BluRay3D`.
- Updated: CF `[DV (WEBDL)]` replaced condition `DV HDR10` with `No HDR`.
# 2022-06-13
Shortened Streaming Service naming #626
- Changed: On request Streaming Service to short names.

Loading…
Cancel
Save