[34] Merge remote-tracking branch 'anon_fawkes/resolution-telesync' into nightly

pull/1912/head
meisnate12 8 months ago
commit b745bb6ef8

@ -55,6 +55,10 @@ 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:
@ -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]

@ -14,13 +14,15 @@ Recommendations: Designed for [TRaSH Guides](https://trash-guides.info/) filenam
## Supported Video Formats ## Supported Video Formats
| Video Format | Key | Weight | | Video Format | Key | Weight |
|:-------------|:---------|:-------| |:---------------|:-----------|:-------|
| REMUX | `remux` | `60` | | REMUX | `remux` | `60` |
| BLU-RAY | `bluray` | `50` | | BLU-RAY | `bluray` | `50` |
| WEB | `web` | `40` | | WEB | `web` | `40` |
| HDTV | `hdtv` | `30` | | HDTV | `hdtv` | `30` |
| DVD | `dvd` | `20` | | DVD | `dvd` | `20` |
| SDTV | `sdtv` | `10` | | SDTV | `sdtv` | `10` |
| TELESYNC | `telesync` | `9` |
| CAM | `cam` | `8` |
## Config ## Config

Loading…
Cancel
Save