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
13
custom_formats/720p.yml
Normal file
13
custom_formats/720p.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name: 720p
|
||||
description: High definition resolution offering improved clarity over standard definition
|
||||
formats
|
||||
tags:
|
||||
- High Definition
|
||||
- Resolution
|
||||
conditions:
|
||||
- name: 720p
|
||||
type: resolution
|
||||
required: true
|
||||
negate: false
|
||||
resolution: 720p
|
||||
tests: []
|
||||
Loading…
Add table
Add a link
Reference in a new issue