mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-22 04:23:08 +00:00
[34] Merge remote-tracking branch 'anon_fawkes/resolution-telesync' into nightly
This commit is contained in:
commit
b745bb6ef8
2 changed files with 22 additions and 8 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]
|
||||
|
|
|
@ -13,14 +13,16 @@ Recommendations: Designed for [TRaSH Guides](https://trash-guides.info/) filenam
|
|||
|
||||
## Supported Video Formats
|
||||
|
||||
| Video Format | Key | Weight |
|
||||
|:-------------|:---------|:-------|
|
||||
| REMUX | `remux` | `60` |
|
||||
| BLU-RAY | `bluray` | `50` |
|
||||
| WEB | `web` | `40` |
|
||||
| HDTV | `hdtv` | `30` |
|
||||
| DVD | `dvd` | `20` |
|
||||
| SDTV | `sdtv` | `10` |
|
||||
| Video Format | Key | Weight |
|
||||
|:---------------|:-----------|:-------|
|
||||
| REMUX | `remux` | `60` |
|
||||
| BLU-RAY | `bluray` | `50` |
|
||||
| WEB | `web` | `40` |
|
||||
| HDTV | `hdtv` | `30` |
|
||||
| DVD | `dvd` | `20` |
|
||||
| SDTV | `sdtv` | `10` |
|
||||
| TELESYNC | `telesync` | `9` |
|
||||
| CAM | `cam` | `8` |
|
||||
|
||||
## Config
|
||||
|
||||
|
|
Loading…
Reference in a new issue