mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-25 05:50: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,13 +55,17 @@ templates:
|
||||||
value: '(?i)\bdvd\b'
|
value: '(?i)\bdvd\b'
|
||||||
- key: sdtv
|
- key: sdtv
|
||||||
value: '(?i)\bsd[ ._-]?tv\b'
|
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
|
ignore_blank_results: true
|
||||||
plex_all: true
|
plex_all: true
|
||||||
filters:
|
filters:
|
||||||
filepath.regex: <<regex_<<key>>>>
|
filepath.regex: <<regex_<<key>>>>
|
||||||
|
|
||||||
overlays:
|
overlays:
|
||||||
|
|
||||||
REMUX:
|
REMUX:
|
||||||
variables: {key: remux, weight: 60}
|
variables: {key: remux, weight: 60}
|
||||||
template: [name: standard, name: video_format]
|
template: [name: standard, name: video_format]
|
||||||
|
@ -85,3 +89,11 @@ overlays:
|
||||||
SDTV:
|
SDTV:
|
||||||
variables: {key: sdtv, weight: 10}
|
variables: {key: sdtv, weight: 10}
|
||||||
template: [name: standard, name: video_format]
|
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