diff --git a/docs/defaults/overlays/commonsense.md b/docs/defaults/overlays/commonsense.md index 9e282f98..bdf9dc21 100644 --- a/docs/defaults/overlays/commonsense.md +++ b/docs/defaults/overlays/commonsense.md @@ -2,8 +2,6 @@ The `commonsense` Default Overlay File is used to create an overlay based on the CommonSense Age Rating on each item within your library. - - ![](images/commonsense.png) ## Requirements & Recommendations diff --git a/docs/defaults/overlays/direct_play.md b/docs/defaults/overlays/direct_play.md index 4046243d..e59cb3df 100644 --- a/docs/defaults/overlays/direct_play.md +++ b/docs/defaults/overlays/direct_play.md @@ -20,12 +20,6 @@ libraries: TV Shows: overlay_path: - pmm: direct_play - - pmm: direct_play - template_variables: - overlay_level: season - - pmm: direct_play - template_variables: - overlay_level: episode ``` ## Template Variables diff --git a/docs/defaults/overlays/runtimes.md b/docs/defaults/overlays/runtimes.md index 2be1a81f..423a27a2 100644 --- a/docs/defaults/overlays/runtimes.md +++ b/docs/defaults/overlays/runtimes.md @@ -20,6 +20,9 @@ libraries: TV Shows: overlay_path: - pmm: runtimes + - pmm: runtimes + template_variables: + overlay_label: episode ``` ## Template Variables @@ -58,5 +61,7 @@ libraries: TV Shows: overlay_path: - pmm: runtimes + template_variables: + overlay_label: episode font: fonts/Inter-Bold.ttf ``` diff --git a/docs/defaults/overlays/status.md b/docs/defaults/overlays/status.md index 9a736358..bbc92e53 100644 --- a/docs/defaults/overlays/status.md +++ b/docs/defaults/overlays/status.md @@ -69,5 +69,5 @@ libraries: overlay_path: - pmm: status template_variables: - text_canceled: CANCELLED + text_canceled: "C A N C E L L E D" ``` diff --git a/docs/defaults/overlays/video_format.md b/docs/defaults/overlays/video_format.md index c7813c8a..ec242258 100644 --- a/docs/defaults/overlays/video_format.md +++ b/docs/defaults/overlays/video_format.md @@ -29,7 +29,7 @@ The below YAML in your config.yml will create the overlays: libraries: Movies: overlay_path: - - pmm: audio_codec + - pmm: video_format TV Shows: overlay_path: - pmm: video_format @@ -81,7 +81,7 @@ The below is an example config.yml extract with some Template Variables added in libraries: Movies: overlay_path: - - pmm: audio_codec + - pmm: video_format template_variables: text_bluray: BLURAY use_sdtv: false