Merge branch 'stable' of https://github.com/Dictionarry-Hub/database into scoring-refactor

This commit is contained in:
Sam Chau
2025-04-05 10:23:22 +10:30
23 changed files with 831 additions and 536 deletions

22
custom_formats/HDR.yml Normal file
View File

@@ -0,0 +1,22 @@
name: HDR
description: Matches the 'HDR' Regex Pattern
tags:
- Colour Grade
- HDR
conditions:
- name: HDR
negate: false
pattern: HDR
required: true
type: release_title
- name: Not HDR10
type: release_title
required: true
negate: true
pattern: HDR10
- name: Not HDR10+
type: release_title
required: true
negate: true
pattern: HDR10+
tests: []

View File

@@ -4,6 +4,11 @@ tags:
- Colour Grade
- HDR
conditions:
- name: Blu-ray
type: source
required: true
negate: false
source: bluray
- name: 1080p
negate: false
required: true
@@ -34,4 +39,9 @@ conditions:
pattern: HDR10
required: true
type: release_title
- name: Not HDR
negate: true
pattern: HDR
required: true
type: release_title
tests: []

View File

@@ -1,19 +1,20 @@
name: HDR10 (Missing)
description: Attempts to match HDR10 to groups that mislabel their releases
description: Attempts to match HDR10 to groups that mislabel their releases. *This
does not work properly in sonarr.*
tags:
- Colour Grade
- HDR
conditions:
- name: Blu-ray
negate: false
required: true
source: bluray
type: source
- name: 2160p
negate: false
required: true
resolution: 2160p
type: resolution
- name: Bluray
negate: false
required: true
source: bluray
type: source
- name: Not HDR10
negate: true
pattern: HDR10
@@ -29,6 +30,11 @@ conditions:
pattern: SDR
required: true
type: release_title
- name: Not HDR
type: release_title
required: true
negate: true
pattern: HDR
tests:
- conditionResults:
- matches: false

View File

@@ -9,4 +9,9 @@ conditions:
pattern: HDR10
required: true
type: release_title
- name: Not HDR10+
type: release_title
required: true
negate: true
pattern: HDR10+
tests: []

View File

@@ -5,28 +5,33 @@ tags:
- HDR
conditions:
- name: 2160p
type: resolution
required: true
negate: false
required: true
resolution: 2160p
type: resolution
- name: WEB-DL
type: source
required: true
negate: false
source: web_dl
- name: Not HDR10+
type: release_title
required: true
source: web_dl
type: source
- name: Not HDR10+
negate: true
pattern: HDR10+
- name: Not Dolby Vision
type: release_title
required: true
type: release_title
- name: Not Dolby Vision
negate: true
pattern: Dolby Vision
required: true
type: release_title
- name: Not HDR10
negate: true
pattern: HDR10
required: true
type: release_title
- name: Not HDR
type: release_title
required: true
negate: true
pattern: HDR
tests: []

View File

@@ -45,9 +45,9 @@ conditions:
pattern: DTS
required: true
type: release_title
- name: Not TrueHD + Atmos
- name: Not TrueHD
negate: true
pattern: TrueHD + Atmos
pattern: TrueHD
required: true
type: release_title
- name: Not Dolby Digital
@@ -60,4 +60,9 @@ conditions:
pattern: Dolby Digital +
required: true
type: release_title
- name: Not Missing Group
type: release_title
required: true
negate: true
pattern: TrueHD (Missing Groups)
tests: []