|
|
|
#############################################################
|
|
|
|
# Audio Codec Overlays #
|
|
|
|
# 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/audio_codec #
|
|
|
|
# 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: 15 #
|
|
|
|
# # Set the vertical align for the overlay #
|
|
|
|
# vertical_align: top #
|
|
|
|
# # Set the back color for the overlay #
|
|
|
|
# back_color: "#00000099" #
|
|
|
|
# # Set the back radius for the overlay #
|
|
|
|
# back_radius: 30 #
|
|
|
|
# # Set the back width for the overlay #
|
|
|
|
# back_width: 300 #
|
|
|
|
# # Sets the style of overlay: standard or compact #
|
|
|
|
# style: compact #
|
|
|
|
# #
|
|
|
|
# # Use the Opus overlay #
|
|
|
|
# use_opus: true #
|
|
|
|
# # Use the MP3 overlay #
|
|
|
|
# use_mp3: true #
|
|
|
|
# # Use the Dolby-Digital overlay #
|
|
|
|
# use_digital: true #
|
|
|
|
# # Use the AAC overlay #
|
|
|
|
# use_aac: true #
|
|
|
|
# # Use the DTS overlay #
|
|
|
|
# use_dts: true #
|
|
|
|
# # Use the DTS-ES overlay #
|
|
|
|
# use_es: true #
|
|
|
|
# # Use the Dolby-Digital-Plus overlay #
|
|
|
|
# use_plus: true #
|
|
|
|
# # Use the DTS-HD-HRA overlay #
|
|
|
|
# use_hra: true #
|
|
|
|
# # Use the PCM overlay #
|
|
|
|
# use_pcm: true #
|
|
|
|
# # Use the FLAC overlay #
|
|
|
|
# use_flac: true #
|
|
|
|
# # Use the DTS-HD-MA overlay #
|
|
|
|
# use_hd: true #
|
|
|
|
# # Use the Dolby-TrueHD overlay #
|
|
|
|
# use_truehd: true #
|
|
|
|
# # Use the DD+/E-AC3 Atmos overlay #
|
|
|
|
# use_plus-atmos: true #
|
|
|
|
# # Use the Dolby-Atmos (undefined) overlay #
|
|
|
|
# use_atmos: true #
|
|
|
|
# # Use the DTS-X overlay #
|
|
|
|
# use_x: true #
|
|
|
|
# # Use the Dolby TrueHD Atmos overlay #
|
|
|
|
# use_truehd-atmos: true #
|
|
|
|
#############################################################
|
|
|
|
|
|
|
|
templates:
|
|
|
|
AudioCodec:
|
|
|
|
optional:
|
|
|
|
- overlay_level
|
|
|
|
- use_<<slug>>
|
|
|
|
- filepath
|
|
|
|
- audio
|
|
|
|
default:
|
|
|
|
overlay: <<overlay_name>>
|
|
|
|
horizontal_offset: 0
|
|
|
|
horizontal_align: center
|
|
|
|
vertical_offset: 15
|
|
|
|
vertical_align: top
|
|
|
|
style: compact
|
|
|
|
standard_value: 105
|
|
|
|
back_color: "#00000099"
|
|
|
|
back_radius: 30
|
|
|
|
back_width: 305
|
|
|
|
conditionals:
|
|
|
|
height:
|
|
|
|
default: 105
|
|
|
|
conditions:
|
|
|
|
- style: standard
|
|
|
|
value: <<standard_value>>
|
|
|
|
overlay_level: <<overlay_level>>
|
|
|
|
allowed_library_types: <<use_<<slug>>>>
|
|
|
|
ignore_blank_results: true
|
|
|
|
overlay:
|
|
|
|
name: <<overlay_name>>
|
|
|
|
pmm: audio_codec/<<style>>/<<overlay>>
|
|
|
|
group: audio_codec
|
|
|
|
weight: <<weight>>
|
|
|
|
horizontal_offset: <<horizontal_offset>>
|
|
|
|
horizontal_align: <<horizontal_align>>
|
|
|
|
vertical_offset: <<vertical_offset>>
|
|
|
|
vertical_align: <<vertical_align>>
|
|
|
|
back_color: <<back_color>>
|
|
|
|
back_radius: <<back_radius>>
|
|
|
|
back_width: <<back_width>>
|
|
|
|
back_height: <<height>>
|
|
|
|
plex_all: true
|
|
|
|
filters:
|
|
|
|
audio_track_title.regex: <<audio>>
|
|
|
|
filepath.regex: <<filepath>>
|
|
|
|
|
|
|
|
overlays:
|
|
|
|
|
|
|
|
Opus:
|
|
|
|
template: {name: AudioCodec, weight: 250, slug: opus, audio: '(?i)\bOPUS(\b|\d)'}
|
|
|
|
Opus-Filepath:
|
|
|
|
template: {name: AudioCodec, weight: 250, slug: opus, filepath: '(?i)\bOPUS(\b|\d)'}
|
|
|
|
|
|
|
|
MP3:
|
|
|
|
template: {name: AudioCodec, weight: 500, slug: mp3, audio: '(?i)\bmp3(\b|\d)'}
|
|
|
|
MP3-Filepath:
|
|
|
|
template: {name: AudioCodec, weight: 500, slug: mp3, filepath: '(?i)\bmp3(\b|\d)'}
|
|
|
|
|
|
|
|
AAC2.0:
|
|
|
|
template: {name: AudioCodec, overlay: AAC, weight: 700, slug: aac, audio: '(?i)(?=.*(\baac[ .]?stereo\b))|(?=.*(\baac[ .]2[ .]0\b))'}
|
|
|
|
AAC2.0-Filepath:
|
|
|
|
template: {name: AudioCodec, overlay: AAC, weight: 700, slug: aac, filepath: '(?i)(?=.*(\baac[ .]?stereo\b))|(?=.*(\baac[ .]2[ .]0\b))'}
|
|
|
|
|
|
|
|
Dolby-Digital:
|
|
|
|
template: {name: AudioCodec, weight: 750, slug: digital, audio: '(?i)\bDD[^a-z+]|(?<!e)ac3'}
|
|
|
|
Dolby-Digital-Filepath:
|
|
|
|
template: {name: AudioCodec, weight: 750, slug: digital, filepath: '(?i)\bDD[^a-z+]|(?<!e)ac3'}
|
|
|
|
|
|
|
|
AAC:
|
|
|
|
template: {name: AudioCodec, weight: 1000, slug: aac, audio: '(?i)^(?!.*(stereo|2[ .]0))(?=.*\b(aac(\b|\d))).*'}
|
|
|
|
AAC-Filepath:
|
|
|
|
template: {name: AudioCodec, weight: 1000, slug: aac, filepath: '(?i)^(?!.*(stereo|2[ .]0))(?=.*\b(aac(\b|\d))).*'}
|
|
|
|
|
|
|
|
DTS:
|
|
|
|
template: {name: AudioCodec, weight: 1250, slug: dts, audio: '(?i)\bDTS(\b|\d)'}
|
|
|
|
DTS-Filepath:
|
|
|
|
template: {name: AudioCodec, weight: 1250, slug: dts, filepath: '(?i)\bDTS(\b|\d)'}
|
|
|
|
|
|
|
|
DTS-ES:
|
|
|
|
template: {name: AudioCodec, weight: 1500, slug: es, audio: 'dts[-. ]?es\b'}
|
|
|
|
DTS-ES-Filepath:
|
|
|
|
template: {name: AudioCodec, weight: 1500, slug: es, filepath: 'dts[-. ]?es\b'}
|
|
|
|
|
|
|
|
Dolby-Digital-Plus:
|
|
|
|
template: {name: AudioCodec, weight: 1750, slug: plus, audio: '(?i)^(?!.*(atmos))(?=.*\b([^-]DD[P+](?!A)|eac3)\b).*'}
|
|
|
|
Dolby-Digital-Plus-Filepath:
|
|
|
|
template: {name: AudioCodec, weight: 1750, slug: plus, filepath: '(?i)^(?!.*(atmos))(?=.*\b([^-]DD[P+](?!A)|eac3)\b).*'}
|
|
|
|
|
|
|
|
DTS-HD-HRA:
|
|
|
|
template: {name: AudioCodec, weight: 2000, slug: hra, audio: '(?i)dts[ ._-]?(hd[. ]?)?(hr|hi)'}
|
|
|
|
DTS-HD-HRA-Filepath:
|
|
|
|
template: {name: AudioCodec, weight: 2000, slug: hra, filepath: '(?i)dts[ ._-]?(hd[. ]?)?(hr|hi)'}
|
|
|
|
|
|
|
|
PCM:
|
|
|
|
template: {name: AudioCodec, weight: 2200, slug: pcm, audio: '(?i)\b(l?)PCM(\b|\d)'}
|
|
|
|
PCM-Filepath:
|
|
|
|
template: {name: AudioCodec, weight: 2200, slug: pcm, filepath: '(?i)\b(l?)PCM(\b|\d)'}
|
|
|
|
|
|
|
|
FLAC:
|
|
|
|
template: {name: AudioCodec, weight: 2250, slug: flac, audio: '(?i)\bFLAC(\b|\d)'}
|
|
|
|
FLAC-Filepath:
|
|
|
|
template: {name: AudioCodec, weight: 2250, slug: flac, filepath: '(?i)\bFLAC(\b|\d)'}
|
|
|
|
|
|
|
|
DTS-HD-MA:
|
|
|
|
template: {name: AudioCodec, weight: 2500, slug: hd, audio: '(?i)dts[ .-]?(ma\b|hd[ .-]?ma|hd)(?!china|r)'}
|
|
|
|
DTS-HD-MA-Filepath:
|
|
|
|
template: {name: AudioCodec, weight: 2500, slug: hd, filepath: '(?i)dts[ .-]?(ma\b|hd[ .-]?ma|hd)(?!china|r)'}
|
|
|
|
|
|
|
|
Dolby-TrueHD:
|
|
|
|
template: {name: AudioCodec, weight: 2750, slug: truehd, audio: '(?i)^(?!.*(atmos))(?=.*\b(true[ .-]?hd)\b).*'}
|
|
|
|
Dolby-TrueHD-Filepath:
|
|
|
|
template: {name: AudioCodec, weight: 2750, slug: truehd, filepath: '(?i)^(?!.*(atmos))(?=.*\b(true[ .-]?hd)\b).*'}
|
|
|
|
|
|
|
|
Dolby-Digital-Plus-Atmos:
|
|
|
|
template: {name: AudioCodec, weight: 3000, slug: plus-atmos, standard_value: 189, audio: '(?i)((?=.*([^-]DD[P+](?!A)|eac3))(?=.*\b(atmos(\b|\d))))|(?=.*\b(DDPA(\b|\d)))'}
|
|
|
|
Dolby-Digital-Plus-Atmos-Filepath:
|
|
|
|
template: {name: AudioCodec, weight: 3000, slug: plus-atmos, standard_value: 189, filepath: '(?i)((?=.*([^-]DD[P+](?!A)|eac3))(?=.*\b(atmos(\b|\d))))|(?=.*\b(DDPA(\b|\d)))'}
|
|
|
|
|
|
|
|
Dolby-Atmos:
|
|
|
|
template: {name: AudioCodec, weight: 3000, slug: atmos, audio: '(?i)^(?!.*([^-]DD[P+](?!A)|eac3|true[ .-]?hd))(?=.*\b(atmos(\b|\d))).*'}
|
|
|
|
Dolby-Atmos-Filepath:
|
|
|
|
template: {name: AudioCodec, weight: 3000, slug: atmos, filepath: '(?i)^(?!.*([^-]DD[P+](?!A)|eac3|true[ .-]?hd))(?=.*\b(atmos(\b|\d))).*'}
|
|
|
|
|
|
|
|
DTS-X:
|
|
|
|
template: {name: AudioCodec, weight: 4500, slug: x, audio: 'dts[-. ]?x(?!\d)'}
|
|
|
|
DTS-X-Filepath:
|
|
|
|
template: {name: AudioCodec, weight: 4500, slug: x, filepath: 'dts[-. ]?x(?!\d)'}
|
|
|
|
|
|
|
|
Dolby-TrueHD-Atmos:
|
|
|
|
template: {name: AudioCodec, weight: 5000, slug: truehd-atmos, standard_value: 189, audio: '(?i)(?=.*\b(true[ .-]?hd))(?=.*\b(atmos(\b|\d)))'}
|
|
|
|
Dolby-TrueHD-Atmos-Filepath:
|
|
|
|
template: {name: AudioCodec, weight: 5000, slug: truehd-atmos, standard_value: 189, filepath: '(?i)(?=.*\b(true[ .-]?hd))(?=.*\b(atmos(\b|\d)))'}
|