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
|
```yaml
|
||||||
libraries:
|
libraries:
|
||||||
Movies:
|
TV Shows:
|
||||||
overlay_path:
|
overlay_path:
|
||||||
- pmm: episode_info
|
- pmm: episode_info
|
||||||
template_variables:
|
template_variables:
|
||||||
|
|
|
@ -8,12 +8,12 @@ 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` |
|
||||||
| ENDED | `ended` | `10` |
|
| ENDED | `ended` | `10` |
|
||||||
|
|
||||||
## Config
|
## Config
|
||||||
|
|
||||||
|
@ -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…
Reference in a new issue