mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-06 08:28:53 -05:00
clarify README (#434)
This commit is contained in:
parent
49e20b4d1b
commit
7bf7ee9a22
@ -6,16 +6,37 @@
|
||||
# Call this from your config.yml (Show): #
|
||||
# overlay_path: #
|
||||
# - git: PMM/overlays/episode_info #
|
||||
# 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: 30 #
|
||||
# # Set the vertical align for the overlay #
|
||||
# vertical_align: bottom #
|
||||
#############################################################
|
||||
|
||||
overlays:
|
||||
templates:
|
||||
text_episode_info:
|
||||
builder_level: episode
|
||||
overlay:
|
||||
name: text(S<<season_number0>>E<<episode_number0>>)
|
||||
optional:
|
||||
- overlay_level
|
||||
default:
|
||||
overlay: <<overlay_name>>
|
||||
horizontal_offset: 0
|
||||
horizontal_align: center
|
||||
vertical_offset: 30
|
||||
vertical_align: bottom
|
||||
collection_level: <<overlay_level>>
|
||||
overlay:
|
||||
name: text(S<<season_number0>>E<<episode_number0>>)
|
||||
back_color: "#00000099"
|
||||
horizontal_offset: <<horizontal_offset>>
|
||||
horizontal_align: <<horizontal_align>>
|
||||
vertical_offset: <<vertical_offset>>
|
||||
vertical_align: <<vertical_align>>
|
||||
font: fonts/Inter-Medium.ttf
|
||||
font_size: 63
|
||||
font_color: "#FFFFFF"
|
||||
@ -23,4 +44,10 @@ overlays:
|
||||
back_radius: 30
|
||||
back_width: 300
|
||||
back_height: 105
|
||||
|
||||
overlays:
|
||||
episode_info:
|
||||
# builder_level: episode
|
||||
template:
|
||||
- name: text_episode_info
|
||||
plex_all: true
|
||||
|
||||
BIN
PMM/overlays/images/raw/Mediastinger.png
Normal file
BIN
PMM/overlays/images/raw/Mediastinger.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
@ -6,17 +6,37 @@
|
||||
# Call this from your config.yml (Show): #
|
||||
# overlay_path: #
|
||||
# - git: PMM/overlays/runtimes #
|
||||
# template_variables: #
|
||||
# # Set episode or season to overlay #
|
||||
# overlay_level: #
|
||||
# # Set the horizontal offset for the overlay #
|
||||
# horizontal_offset: 15 #
|
||||
# # Set the horizontal align for the overlay #
|
||||
# horizontal_align: right #
|
||||
# # Set the vertical offset for the overlay #
|
||||
# vertical_offset: 30 #
|
||||
# # Set the vertical align for the overlay #
|
||||
# vertical_align: bottom #
|
||||
#############################################################
|
||||
|
||||
overlays:
|
||||
templates:
|
||||
text_runtime_info:
|
||||
builder_level: episode
|
||||
overlay:
|
||||
name: "text(Runtime: <<runtimeH>>h <<runtimeM>>m)"
|
||||
optional:
|
||||
- overlay_level
|
||||
default:
|
||||
overlay: <<overlay_name>>
|
||||
horizontal_offset: 15
|
||||
horizontal_align: right
|
||||
vertical_offset: 30
|
||||
vertical_align: bottom
|
||||
collection_level: <<overlay_level>>
|
||||
overlay:
|
||||
name: "text(Runtime: <<runtimeH>>h <<runtimeM>>m)"
|
||||
back_color: "#00000099"
|
||||
horizontal_offset: <<horizontal_offset>>
|
||||
horizontal_align: <<horizontal_align>>
|
||||
vertical_offset: <<vertical_offset>>
|
||||
vertical_align: <<vertical_align>>
|
||||
font: fonts/Inter-Medium.ttf
|
||||
font_size: 63
|
||||
font_color: "#FFFFFF"
|
||||
@ -24,4 +44,10 @@ overlays:
|
||||
back_radius: 30
|
||||
back_width: 600
|
||||
back_height: 105
|
||||
|
||||
overlays:
|
||||
runtime_info:
|
||||
# builder_level: episode
|
||||
template:
|
||||
- name: text_runtime_info
|
||||
plex_all: true
|
||||
|
||||
@ -5,7 +5,7 @@ I run PMM nightly (not lsio image) and Plex(hotio image) within Unraid:
|
||||
<br>
|
||||
|
||||
## Instructions
|
||||
Take what you need from my config.yml. I run everything stock from the github default PMM and tweak from within my config.yml to "make it my own".
|
||||
Take what you need from my config.yml. I run everything stock from the github default PMM and tweak from within my config.yml to "make it my own". If you perform a straight copy, search for `(redacted)` as you will need to replace that with your own information.
|
||||
|
||||
Nothing is local other than the fonts which are included in this repo (fonts.zip). These fonts are the best match I could find per ratings site and the ratings overlays.
|
||||
|
||||
|
||||
@ -327,26 +327,6 @@ libraries: # Library mappings must have a
|
||||
|
||||
horizontal_position: right
|
||||
overlay_level: episode
|
||||
# - git: PMM/overlays/ratings
|
||||
# template_variables:
|
||||
# # rating1: user
|
||||
# # rating1_image: rt_tomato
|
||||
# # rating1_font: config/metadata/overlays/fonts/Adlib.ttf
|
||||
# # rating1_font_size: 63
|
||||
|
||||
# rating2: critic
|
||||
# rating2_image: imdb
|
||||
# rating2_font: config/metadata/overlays/fonts/Impact.ttf
|
||||
# rating2_font_size: 70
|
||||
|
||||
# rating3: audience
|
||||
# rating3_image: tmdb
|
||||
# rating3_font: config/metadata/overlays/fonts/Avenir_95_Black.ttf
|
||||
# rating3_font_size: 70
|
||||
|
||||
# horizontal_position: right
|
||||
# side: right
|
||||
# overlay_level: season
|
||||
- git: PMM/overlays/resolution
|
||||
- git: PMM/overlays/resolution
|
||||
template_variables:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user