mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
Update video_format.yml
Add Cam and Telesync
This commit is contained in:
parent
61d31dbffe
commit
37477a19fa
1 changed files with 13 additions and 1 deletions
|
@ -55,6 +55,10 @@ 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:
|
||||
|
@ -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…
Reference in a new issue