Merge pull request #1064 from YozoraXCII/defaults

add Razzies to defaults/award/other
pull/1065/head
meisnate12 2 years ago committed by GitHub
commit 474232aed7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -34,6 +34,17 @@ external_templates:
collection_section: 16 collection_section: 16
collections: collections:
Berlinale:
variables:
key: berlinale
template:
- name: shared
allowed_libraries: movie
image: award/berlinale/winner
- name: arr
- name: custom
trakt_list_details: https://trakt.tv/users/maxwelldeux/lists/berlin-international-film-festival-golden-bears
Cesar: Cesar:
variables: variables:
key: cesar key: cesar
@ -45,16 +56,16 @@ collections:
- name: custom - name: custom
trakt_list_details: https://trakt.tv/users/maxwelldeux/lists/cesar-award-best-french-film trakt_list_details: https://trakt.tv/users/maxwelldeux/lists/cesar-award-best-french-film
Berlinale: Razzies:
variables: variables:
key: berlinale key: razzie
template: template:
- name: shared - name: shared
allowed_libraries: movie allowed_libraries: movie
image: award/berlinale/winner image: award/razzie/winner
- name: arr - name: arr
- name: custom - name: custom
trakt_list_details: https://trakt.tv/users/maxwelldeux/lists/berlin-international-film-festival-golden-bears trakt_list_details: https://trakt.tv/users/hdlists/lists/razzie-awards-worst-picture-winners
Venice: Venice:
variables: variables:

@ -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) 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 ```yaml
libraries: libraries:
@ -60,8 +60,6 @@ libraries:
metadata_path: metadata_path:
- pmm: studio - pmm: studio
template_variables: template_variables:
include:
- ABC Pictures
addons: addons:
ABC Picture: ABC Picture:
- ABC News - 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) 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 ```yaml
libraries: libraries:
@ -63,7 +63,7 @@ libraries:
metadata_path: metadata_path:
- pmm: movie/country - pmm: movie/country
template_variables: template_variables:
include: exclude:
- Barbados - 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) 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 ```yaml
libraries: libraries:
@ -59,8 +59,8 @@ libraries:
metadata_path: metadata_path:
- pmm: show/show/network - pmm: show/show/network
template_variables: template_variables:
include: name_mapping:
- Adult Swim - 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) 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…
Cancel
Save