############################################################# # Resolution 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/resolution # # 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: left # # # Set the vertical offset for the overlay # # vertical_offset: 15 # # # Set the vertical align for the overlay # # vertical_align: top # # # # # Use the 4K overlay # # 4K: true # # # Use the 1080P overlay # # 1080P: true # # # Use the 720P overlay # # 720P: true # # # Use the 480P overlay # # 480P: true # # # Use the DV overlay # # DV: true # # # Use the HDR overlay # # HDR: true # ############################################################# templates: Resolution: optional: - overlay_level default: overlay: <> horizontal_offset: 15 horizontal_align: left vertical_offset: 15 vertical_align: top collection_level: <> overlay: name: <> git: PMM/overlays/images/<> group: res weight: <> horizontal_offset: <> horizontal_align: <> vertical_offset: <> vertical_align: <> 4K-DV: default: 4K: true DV: true allowed_library_types: <<4K>>, <> 4K-HDR: default: 4K: true HDR: true allowed_library_types: <<4K>>, <> 4K: default: 4K: true allowed_library_types: <<4K>> 1080P-DV: default: 1080P: true DV: true allowed_library_types: <<1080P>>, <> 1080P-HDR: default: 1080P: true HDR: true allowed_library_types: <<1080P>>, <> 1080P: default: 1080P: true allowed_library_types: <<1080P>> 720P-DV: default: 720P: true DV: true allowed_library_types: <<720P>>, <> 720P-HDR: default: 720P: true HDR: true allowed_library_types: <<720P>>, <> 720P: default: 720P: true allowed_library_types: <<720P>> 480P-DV: default: 480P: true DV: true allowed_library_types: <<480P>>, <> 480P-HDR: default: 480P: true HDR: true allowed_library_types: <<480P>>, <> 480P: default: 480P: true allowed_library_types: <<480P>> overlays: 4K-DV: template: - name: Resolution weight: 120 plex_search: all: resolution.regex: '(?i)2160|4k' filters: has_dolby_vision: true 4K-HDR: template: - name: Resolution weight: 110 plex_search: all: resolution.regex: '(?i)2160|4k' hdr: true 4K: template: - name: Resolution weight: 100 plex_search: any: resolution.regex: '(?i)2160|4k' 1080P-DV: template: - name: Resolution weight: 90 plex_search: all: resolution.regex: '(?i)1080|2k' filters: has_dolby_vision: true 1080P-HDR: template: - name: Resolution weight: 80 plex_search: all: resolution.regex: '(?i)1080|2k' hdr: true 1080P: template: - name: Resolution weight: 70 plex_search: any: resolution.regex: '(?i)1080|2k' 720P-DV: template: - name: Resolution weight: 60 plex_search: all: resolution.regex: '(?i)720|hd' filters: has_dolby_vision: true 720P-HDR: template: - name: Resolution weight: 50 plex_search: all: resolution.regex: '(?i)720|hd' hdr: true 720P: template: - name: Resolution weight: 40 plex_search: any: resolution.regex: '(?i)720|hd' 480P-DV: template: - name: Resolution weight: 30 plex_search: all: resolution.regex: '(?i)480|sd' filters: has_dolby_vision: true 480P-HDR: template: - name: Resolution weight: 20 plex_search: all: resolution.regex: '(?i)480|sd' hdr: true 480P: template: - name: Resolution weight: 10 plex_search: any: resolution.regex: '(?i)480|sd'