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:
parent
49d63be494
commit
badd733e88
6 changed files with 136 additions and 100 deletions
|
|
@ -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: []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue