mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-06 08:28:53 -05:00
fix use_*
This commit is contained in:
parent
9b83cee6f9
commit
c8620695c7
@ -72,6 +72,8 @@ dynamic_collections:
|
||||
- Science Fiction & Fantasy
|
||||
- Science-Fiction & Fantasy
|
||||
- Sci-Fi & Fantasy
|
||||
Film Noir:
|
||||
Film-Noir
|
||||
Politics:
|
||||
- War & Politics
|
||||
Science Fiction:
|
||||
|
||||
@ -47,7 +47,7 @@ templates:
|
||||
AudioCodec:
|
||||
optional:
|
||||
- overlay_level
|
||||
- <<use_<<slug>>>>
|
||||
- use_<<slug>>
|
||||
default:
|
||||
overlay: <<overlay_name>>
|
||||
horizontal_offset: 0
|
||||
@ -82,7 +82,7 @@ overlays:
|
||||
- name: AudioCodec
|
||||
overlay: Opus
|
||||
weight: 5
|
||||
slug: Opus
|
||||
slug: opus
|
||||
plex_all: true
|
||||
filters:
|
||||
filepath.regex: '(?i)\bOPUS(\b|\d)'
|
||||
|
||||
@ -41,8 +41,8 @@ templates:
|
||||
Resolution:
|
||||
optional:
|
||||
- overlay_level
|
||||
- <<use_<<opt1>>>>
|
||||
- <<use_<<opt2>>>>
|
||||
- use_<<opt1>>
|
||||
- use_<<opt2>>
|
||||
default:
|
||||
overlay: <<overlay_name>>
|
||||
horizontal_offset: 15
|
||||
@ -62,86 +62,30 @@ templates:
|
||||
horizontal_align: <<horizontal_align>>
|
||||
vertical_offset: <<vertical_offset>>
|
||||
vertical_align: <<vertical_align>>
|
||||
|
||||
4K-DV:
|
||||
NoResolution:
|
||||
optional:
|
||||
- use_1
|
||||
- use_2
|
||||
- overlay_level
|
||||
- use_<<opt1>>
|
||||
- use_<<opt2>>
|
||||
default:
|
||||
overlay: <<overlay_name>>
|
||||
horizontal_offset: 15
|
||||
horizontal_align: left
|
||||
vertical_offset: 15
|
||||
vertical_align: top
|
||||
collection_level: <<overlay_level>>
|
||||
allowed_library_types:
|
||||
- <<use_1>>
|
||||
- <<use_2>>
|
||||
|
||||
4K-HDR:
|
||||
default:
|
||||
use_4k: true
|
||||
use_hdr: true
|
||||
allowed_library_types: <<use_4k>>, <<use_hdr>>
|
||||
|
||||
4K:
|
||||
default:
|
||||
use_4k: true
|
||||
allowed_library_types: <<use_4k>>
|
||||
|
||||
1080P-DV:
|
||||
default:
|
||||
use_1080p: true
|
||||
use_dv: true
|
||||
allowed_library_types: <<use_1080p>>, <<use_dv>>
|
||||
|
||||
1080P-HDR:
|
||||
default:
|
||||
use_1080p: true
|
||||
use_hdr: true
|
||||
allowed_library_types: <<use_1080p>>, <<use_hdr>>
|
||||
|
||||
1080P:
|
||||
default:
|
||||
use_1080p: true
|
||||
allowed_library_types: <<use_1080p>>
|
||||
|
||||
720P-DV:
|
||||
default:
|
||||
use_720p: true
|
||||
use_dv: true
|
||||
allowed_library_types: <<use_720p>>, <<use_dv>>
|
||||
|
||||
720P-HDR:
|
||||
default:
|
||||
use_720p: true
|
||||
use_hdr: true
|
||||
allowed_library_types: <<use_720p>>, <<use_hdr>>
|
||||
|
||||
720P:
|
||||
default:
|
||||
use_720p: true
|
||||
allowed_library_types: <<use_720p>>
|
||||
|
||||
480P-DV:
|
||||
default:
|
||||
use_480p: true
|
||||
use_dv: true
|
||||
allowed_library_types: <<use_480p>>, <<use_dv>>
|
||||
|
||||
480P-HDR:
|
||||
default:
|
||||
use_480p: true
|
||||
use_hdr: true
|
||||
allowed_library_types: <<use_480p>>, <<use_hdr>>
|
||||
|
||||
480P:
|
||||
default:
|
||||
use_480p: true
|
||||
allowed_library_types: <<use_480p>>
|
||||
|
||||
DV:
|
||||
default:
|
||||
use_dv: true
|
||||
allowed_library_types: <<use_dv>>
|
||||
|
||||
HDR:
|
||||
default:
|
||||
use_hdr: true
|
||||
allowed_library_types: <<use_hdr>>
|
||||
- <<use_<<opt1>>>>
|
||||
- <<use_<<opt2>>>>
|
||||
overlay:
|
||||
name: <<overlay_name>>
|
||||
git: PMM/overlays/images/<<overlay>>
|
||||
group: res
|
||||
weight: <<weight>>
|
||||
horizontal_offset: <<horizontal_offset>>
|
||||
horizontal_align: <<horizontal_align>>
|
||||
vertical_offset: <<vertical_offset>>
|
||||
vertical_align: <<vertical_align>>
|
||||
|
||||
overlays:
|
||||
|
||||
|
||||
@ -35,7 +35,7 @@ templates:
|
||||
SpecialRelease:
|
||||
optional:
|
||||
- overlay_level
|
||||
- <<use_<<slug>>>>
|
||||
- use_<<slug>>
|
||||
default:
|
||||
overlay: <<overlay_name>>
|
||||
horizontal_offset: 15
|
||||
|
||||
@ -39,7 +39,7 @@ templates:
|
||||
VideoFormat:
|
||||
optional:
|
||||
- overlay_level
|
||||
- <<use_<<slug>>>>
|
||||
- use_<<slug>>
|
||||
default:
|
||||
overlay: <<overlay_name>>
|
||||
horizontal_offset: 15
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user