Update video_format.yml

Add Cam and Telesync
pull/1905/head
johnfawkes 2 months ago committed by GitHub
parent 61d31dbffe
commit 37477a19fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -55,13 +55,17 @@ templates:
value: '(?i)\bdvd\b'
- key: sdtv
value: '(?i)\bsd[ ._-]?tv\b'
- key: cam
value: '(?i)\b(HQ|HD)?CAM\b'
- key: telesync
value: '(?i)\b(TS|HDTS|TELESYNC)\b'
ignore_blank_results: true
plex_all: true
filters:
filepath.regex: <<regex_<<key>>>>
overlays:
REMUX:
variables: {key: remux, weight: 60}
template: [name: standard, name: video_format]
@ -85,3 +89,11 @@ overlays:
SDTV:
variables: {key: sdtv, weight: 10}
template: [name: standard, name: video_format]
TELESYNC:
variables: {key: telesync, weight: 9}
template: [name: standard, name: video_format]
CAM:
variables: {key: cam, weight: 8}
template: [name: standard, name: video_format]

Loading…
Cancel
Save