#Apply overlay when specific audio language is available

1 messages · Page 1 of 1 (latest)

smoky temple
#

How do I set up an overlay to apply only to movies with danish audio language?

shadow phoenixBOT
#

Please complete #938455615741775902 and someone from the community or one of our <@&938443185347244033> members will respond when they're available.

Including the meta.log from the beginning is a huge help use !logs for more information.

tender sinew
#
overlays:
  Danish:
    overlay:
      name: Danish
      horizontal_offset: 15
      horizontal_align: left
      vertical_offset: 15
      vertical_align: top
    plex_search:
      all:
        audio_language:
          - "dk"```

pretty simple, something like that^
#

if you are looking for people to make stuff for you, consider using the #1025323509125222430 channel instead

tender sinew
#

or to apply a text overlay with background, instead of using a existing image

overlays:
  Danish:
    overlay:
      name: text(DK)
      horizontal_offset: 20
      horizontal_align: left
      vertical_offset: 20
      vertical_align: bottom
      font: fonts/Eveleth W01 Clean Regular.ttf
      font_size: 63
      font_color: "#FFD800"
      back_color: "#00000099"
      back_radius: 30
      back_width: 200
      back_height: 100
    plex_search:
      all:
        audio_language:
          - "dk"

just make sure to use a font that actually exists as a file in PMM´s /font folder, adjust the size and background as you want

smoky temple
#

Thanks for your help!