mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-11 00:07:01 +00:00
fix(profile): Various Improvements to 1080p Encode
- Reduce BHDStudio Score, now inline with lower tier WEB (Netflix, Hulu, etc) - Remove BeyondHD from Encode tier list - Add custom format for h265, negate h265 releases in 1080p Encode - x264 Custom Format now negates WEBs
This commit is contained in:
@@ -2,7 +2,6 @@ name: BHDStudio
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Encode Tier 6 (1080p)
|
||||
conditions:
|
||||
- name: Regex
|
||||
negate: false
|
||||
|
||||
@@ -2,7 +2,6 @@ name: BeyondHD
|
||||
description: ''
|
||||
tags:
|
||||
- Release Group
|
||||
- Encode Tier 4 (1080p)
|
||||
conditions:
|
||||
- name: Regex
|
||||
negate: false
|
||||
|
||||
11
custom_formats/h265.yml
Normal file
11
custom_formats/h265.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
name: h265
|
||||
description: Matches 'h265' regex pattern.
|
||||
tags:
|
||||
- Codec
|
||||
conditions:
|
||||
- name: h265
|
||||
negate: false
|
||||
pattern: h265
|
||||
required: true
|
||||
type: release_title
|
||||
tests: []
|
||||
@@ -8,4 +8,9 @@ conditions:
|
||||
pattern: x264
|
||||
required: true
|
||||
type: release_title
|
||||
- name: Not WEB-DL
|
||||
type: source
|
||||
required: false
|
||||
negate: true
|
||||
source: web_dl
|
||||
tests: []
|
||||
|
||||
Reference in New Issue
Block a user