feat(format): implement resolution custom formats
- SD - HD - UHD
This commit is contained in:
parent
66876e2e23
commit
cf0d672924
7 changed files with 94 additions and 0 deletions
12
custom_formats/1080p.yml
Normal file
12
custom_formats/1080p.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
name: 1080p
|
||||
description: Full high definition resolution providing sharp detail and clarity.
|
||||
tags:
|
||||
- Full High Definition
|
||||
- Resolution
|
||||
conditions:
|
||||
- name: 1080p
|
||||
negate: false
|
||||
required: true
|
||||
resolution: 1080p
|
||||
type: resolution
|
||||
tests: []
|
||||
Loading…
Add table
Add a link
Reference in a new issue