Fix incorrect "audio_codec" reference in video_format and other minor tweaks

pull/1289/head
yozoraxcii 2 years ago
parent 61398f36db
commit 375a36d54d

@ -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. 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) ![](images/commonsense.png)
## Requirements & Recommendations ## Requirements & Recommendations

@ -20,12 +20,6 @@ libraries:
TV Shows: TV Shows:
overlay_path: overlay_path:
- pmm: direct_play - pmm: direct_play
- pmm: direct_play
template_variables:
overlay_level: season
- pmm: direct_play
template_variables:
overlay_level: episode
``` ```
## Template Variables ## Template Variables

@ -20,6 +20,9 @@ libraries:
TV Shows: TV Shows:
overlay_path: overlay_path:
- pmm: runtimes - pmm: runtimes
- pmm: runtimes
template_variables:
overlay_label: episode
``` ```
## Template Variables ## Template Variables
@ -58,5 +61,7 @@ libraries:
TV Shows: TV Shows:
overlay_path: overlay_path:
- pmm: runtimes - pmm: runtimes
template_variables:
overlay_label: episode
font: fonts/Inter-Bold.ttf font: fonts/Inter-Bold.ttf
``` ```

@ -69,5 +69,5 @@ libraries:
overlay_path: overlay_path:
- pmm: status - pmm: status
template_variables: template_variables:
text_canceled: CANCELLED text_canceled: "C A N C E L L E D"
``` ```

@ -29,7 +29,7 @@ The below YAML in your config.yml will create the overlays:
libraries: libraries:
Movies: Movies:
overlay_path: overlay_path:
- pmm: audio_codec - pmm: video_format
TV Shows: TV Shows:
overlay_path: overlay_path:
- pmm: video_format - pmm: video_format
@ -81,7 +81,7 @@ The below is an example config.yml extract with some Template Variables added in
libraries: libraries:
Movies: Movies:
overlay_path: overlay_path:
- pmm: audio_codec - pmm: video_format
template_variables: template_variables:
text_bluray: BLURAY text_bluray: BLURAY
use_sdtv: false use_sdtv: false

Loading…
Cancel
Save