mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 15:04:21 +00:00
Fix incorrect "audio_codec" reference in video_format and other minor tweaks
This commit is contained in:
parent
61398f36db
commit
375a36d54d
5 changed files with 8 additions and 11 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
|
|
@ -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"
|
||||
```
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue