mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-12-09 07:12:30 -05:00
add PMM Default Files
This commit is contained in:
51
PMM/overlays/direct_play.yml
Normal file
51
PMM/overlays/direct_play.yml
Normal file
@@ -0,0 +1,51 @@
|
||||
#############################################################
|
||||
# Direct Play Banner Overlay #
|
||||
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||||
# Credit to Magic815 for base images #
|
||||
#############################################################
|
||||
# Designed for TRaSH Guides filename naming scheme #
|
||||
# https://trash-guides.info/ #
|
||||
# #
|
||||
# Call this from your config.yml (Movie or Show): #
|
||||
# If nothing is specified these are the defaults #
|
||||
# #
|
||||
# overlay_path: #
|
||||
# - git: PMM/overlays/direct_play #
|
||||
# template_variables: #
|
||||
# # Set episode or season to overlay #
|
||||
# overlay_level: #
|
||||
# # Set the horizontal offset for the overlay #
|
||||
# horizontal_offset: 0 #
|
||||
# # Set the horizontal align for the overlay #
|
||||
# horizontal_align: center #
|
||||
# # Set the vertical offset for the overlay #
|
||||
# vertical_offset: 135 #
|
||||
# # Set the vertical align for the overlay #
|
||||
# vertical_align: bottom #
|
||||
#############################################################
|
||||
|
||||
templates:
|
||||
Overlay Level:
|
||||
optional:
|
||||
- overlay_level
|
||||
default:
|
||||
horizontal_offset: 0
|
||||
horizontal_align: center
|
||||
vertical_offset: 135
|
||||
vertical_align: bottom
|
||||
collection_level: <<overlay_level>>
|
||||
overlay:
|
||||
name: Direct-Play
|
||||
git: PMM/overlays/images/Direct-Play
|
||||
horizontal_offset: <<horizontal_offset>>
|
||||
horizontal_align: <<horizontal_align>>
|
||||
vertical_offset: <<vertical_offset>>
|
||||
vertical_align: <<vertical_align>>
|
||||
|
||||
overlays:
|
||||
Direct Play:
|
||||
template:
|
||||
name: Overlay Level
|
||||
plex_search:
|
||||
any:
|
||||
resolution.regex: '(?i)2160|4k'
|
||||
Reference in New Issue
Block a user