mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-22 12:33:10 +00:00
Remove uses of include
and exclude
from examples due to overriding entire lists
This commit is contained in:
parent
9948567341
commit
f25728c454
3 changed files with 6 additions and 8 deletions
|
@ -52,7 +52,7 @@ libraries:
|
|||
|
||||
Dynamic Collections attributes can also be edited to tweak the setup of the collections. The YAML file which creates the `studio` collections can be found [here](https://github.com/meisnate12/Plex-Meta-Manager/blob/defaults/defaults/both/studio.yml)
|
||||
|
||||
An example of this is; to include the "ABC Pictures" studio and map the "ABC News" studio to it, the following template variables can be used:
|
||||
An example of this is; to map the "ABC News" studio to it, the following template variables can be used:
|
||||
|
||||
```yaml
|
||||
libraries:
|
||||
|
@ -60,8 +60,6 @@ libraries:
|
|||
metadata_path:
|
||||
- pmm: studio
|
||||
template_variables:
|
||||
include:
|
||||
- ABC Pictures
|
||||
addons:
|
||||
ABC Picture:
|
||||
- ABC News
|
||||
|
|
|
@ -55,7 +55,7 @@ libraries:
|
|||
|
||||
Dynamic Collections attributes can also be edited to tweak the setup of the collections. The YAML file which creates the `country` collections can be found [here](https://github.com/meisnate12/Plex-Meta-Manager/blob/defaults/defaults/movie/country.yml)
|
||||
|
||||
An example of this is; to include Barbados in the collection list, the following template variable can be used:
|
||||
An example of this is; to override the exclude list to only exclude Barbados from the collection list, the following template variable can be used:
|
||||
|
||||
```yaml
|
||||
libraries:
|
||||
|
@ -63,7 +63,7 @@ libraries:
|
|||
metadata_path:
|
||||
- pmm: movie/country
|
||||
template_variables:
|
||||
include:
|
||||
exclude:
|
||||
- Barbados
|
||||
```
|
||||
|
||||
|
|
|
@ -51,7 +51,7 @@ libraries:
|
|||
|
||||
Dynamic Collections attributes can also be edited to tweak the setup of the collections. The YAML file which creates the `network` collections can be found [here](https://github.com/meisnate12/Plex-Meta-Manager/blob/defaults/defaults/show/network.yml)
|
||||
|
||||
An example of this is; to include the "Adult Swim" network, the following template variables can be used:
|
||||
An example of this is; to rename the "BBC" netowrk to "BBC Worldwide", the following template variables can be used:
|
||||
|
||||
```yaml
|
||||
libraries:
|
||||
|
@ -59,8 +59,8 @@ libraries:
|
|||
metadata_path:
|
||||
- pmm: show/show/network
|
||||
template_variables:
|
||||
include:
|
||||
- Adult Swim
|
||||
name_mapping:
|
||||
- BBC: BBC Worldwide
|
||||
```
|
||||
|
||||
Further information on editing Dynamic Collections using template variables can be found [here](https://metamanager.wiki/en/latest/home/guides/defaults.html#customizing-configs)
|
||||
|
|
Loading…
Reference in a new issue