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

pull/1912/head
meisnate12 2 months ago
commit b745bb6ef8

@ -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…
Cancel
Save