Files
database/custom_formats/x264.yml
santiagosayshey badd733e88 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
2024-12-17 18:29:26 +10:50

17 lines
258 B
YAML

name: x264
description: Matches 'x264' regex pattern.
tags:
- Codec
conditions:
- name: x264
negate: false
pattern: x264
required: true
type: release_title
- name: Not WEB-DL
type: source
required: false
negate: true
source: web_dl
tests: []