[3] copy/paste mismatch fix for sample yml(Movies/TV Shows)

pull/1276/head
bullmoose20 2 years ago
parent b3738596ea
commit 85ad77b94c

@ -1 +1 @@
1.18.3-develop2 1.18.3-develop3

@ -49,7 +49,7 @@ The below is an example config.yml extract with some Template Variables added in
```yaml ```yaml
libraries: libraries:
Movies: TV Shows:
overlay_path: overlay_path:
- pmm: episode_info - pmm: episode_info
template_variables: template_variables:

@ -8,8 +8,8 @@ The `status` Default Overlay File is used to create an overlay on a show detaili
## Supported Status ## Supported Status
| Audio Codec | Key | Weight | | Status | Key | Weight |
|:------------|:------------|:-------| |:----------|:------------|:-------|
| AIRING | `airing` | `40` | | AIRING | `airing` | `40` |
| RETURNING | `returning` | `30` | | RETURNING | `returning` | `30` |
| CANCELED | `canceled` | `20` | | CANCELED | `canceled` | `20` |
@ -21,9 +21,6 @@ The below YAML in your config.yml will create the overlays:
```yaml ```yaml
libraries: libraries:
Movies:
overlay_path:
- pmm: status
TV Shows: TV Shows:
overlay_path: overlay_path:
- pmm: status - pmm: status
@ -66,7 +63,7 @@ The below is an example config.yml extract with some Template Variables added in
```yaml ```yaml
libraries: libraries:
Movies: TV Shows:
overlay_path: overlay_path:
- pmm: status - pmm: status
template_variables: template_variables:

@ -59,7 +59,7 @@ The below is an example config.yml extract with some Template Variables added in
```yaml ```yaml
libraries: libraries:
Movies: TV Shows:
metadata_path: metadata_path:
- pmm: content_rating_us - pmm: content_rating_us
template_variables: template_variables:

@ -54,7 +54,7 @@ The below is an example config.yml extract with some Template Variables added in
```yaml ```yaml
libraries: libraries:
Movies: TV Shows:
metadata_path: metadata_path:
- pmm: network - pmm: network
template_variables: template_variables:

Loading…
Cancel
Save