mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
[3] copy/paste mismatch fix for sample yml(Movies/TV Shows)
This commit is contained in:
parent
b3738596ea
commit
85ad77b94c
5 changed files with 11 additions and 14 deletions
2
VERSION
2
VERSION
|
@ -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
|
||||
libraries:
|
||||
Movies:
|
||||
TV Shows:
|
||||
overlay_path:
|
||||
- pmm: episode_info
|
||||
template_variables:
|
||||
|
|
|
@ -8,8 +8,8 @@ The `status` Default Overlay File is used to create an overlay on a show detaili
|
|||
|
||||
## Supported Status
|
||||
|
||||
| Audio Codec | Key | Weight |
|
||||
|:------------|:------------|:-------|
|
||||
| Status | Key | Weight |
|
||||
|:----------|:------------|:-------|
|
||||
| AIRING | `airing` | `40` |
|
||||
| RETURNING | `returning` | `30` |
|
||||
| CANCELED | `canceled` | `20` |
|
||||
|
@ -21,9 +21,6 @@ The below YAML in your config.yml will create the overlays:
|
|||
|
||||
```yaml
|
||||
libraries:
|
||||
Movies:
|
||||
overlay_path:
|
||||
- pmm: status
|
||||
TV Shows:
|
||||
overlay_path:
|
||||
- pmm: status
|
||||
|
@ -66,7 +63,7 @@ The below is an example config.yml extract with some Template Variables added in
|
|||
|
||||
```yaml
|
||||
libraries:
|
||||
Movies:
|
||||
TV Shows:
|
||||
overlay_path:
|
||||
- pmm: status
|
||||
template_variables:
|
||||
|
|
|
@ -59,7 +59,7 @@ The below is an example config.yml extract with some Template Variables added in
|
|||
|
||||
```yaml
|
||||
libraries:
|
||||
Movies:
|
||||
TV Shows:
|
||||
metadata_path:
|
||||
- pmm: content_rating_us
|
||||
template_variables:
|
||||
|
|
|
@ -54,7 +54,7 @@ The below is an example config.yml extract with some Template Variables added in
|
|||
|
||||
```yaml
|
||||
libraries:
|
||||
Movies:
|
||||
TV Shows:
|
||||
metadata_path:
|
||||
- pmm: network
|
||||
template_variables:
|
||||
|
|
Loading…
Reference in a new issue