diff --git a/docs/defaults/award/bafta.md b/docs/defaults/award/bafta.md index 8ee8fae5..dc6de4a6 100644 --- a/docs/defaults/award/bafta.md +++ b/docs/defaults/award/bafta.md @@ -24,6 +24,18 @@ libraries: ![](../images/bafta.png) +## Collection Builder + +Below is the default Dynamic Collection that is used to create the collections: +```yaml +dynamic_collections: + Top Actors: + type: actor + data: + depth: 5 + limit: 25 +``` + ## Template Variables Template Variables can be used to manipulate the file from the default settings which are provided. @@ -36,7 +48,7 @@ All [Shared Variables](../variables) are available as well as the additional Var |:-----------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `use_year_collections` | **Description:** Turn the individual year collections off
**Values:** `false` to turn of the collections | | `collection_order` | **Description:** Changes the Collection Order
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| -| `data` | **Description:** Changes the values of the collections
**Values:**
AttributeDescription & Values
startingControls the starting year for collections
Values: Number greater than 0
Default: current_year-5
endingControls the ending year for collections
Values: Number greater than 1
Default: current_year
incrementControls the incriment (i.e. every 5th year)
Values: Number greater than 0
Default: 1
| +| `data` | **Description:** Changes the following values of the collection builder
**Values:**
AttributeDescription & Values
startingControls the starting year for collections
Values: Number greater than 0
Default: current_year-5
endingControls the ending year for collections
Values: Number greater than 1
Default: current_year
incrementControls the incriment (i.e. every 5th year)
Values: Number greater than 0
Default: 1
| The below shows an example config.yml with all the template_variables set away from their defaults: diff --git a/docs/defaults/award/cannes.md b/docs/defaults/award/cannes.md index c6dfdefe..0d742265 100644 --- a/docs/defaults/award/cannes.md +++ b/docs/defaults/award/cannes.md @@ -30,7 +30,7 @@ All [Shared Variables](../variables) are available as well as the additional Var |:-----------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `use_year_collections` | **Description:** Turn the individual year collections off
**Values:** `false` to turn of the collections | | `collection_order` | **Description:** Changes the Collection Order
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| -| `data` | **Description:** Changes the values of the collections
**Values:**
AttributeDescription & Values
startingControls the starting year for collections
Values: Number greater than 0
Default: current_year-5
endingControls the ending year for collections
Values: Number greater than 1
Default: current_year
incrementControls the incriment (i.e. every 5th year)
Values: Number greater than 0
Default: 1
| +| `data` | **Description:** Changes the following values of the collection builder
**Values:**
AttributeDescription & Values
startingControls the starting year for collections
Values: Number greater than 0
Default: current_year-5
endingControls the ending year for collections
Values: Number greater than 1
Default: current_year
incrementControls the incriment (i.e. every 5th year)
Values: Number greater than 0
Default: 1
| The below shows an example config.yml with all the template_variables set away from their defaults: diff --git a/docs/defaults/award/choice.md b/docs/defaults/award/choice.md index 5102f4b6..9f39ba1c 100644 --- a/docs/defaults/award/choice.md +++ b/docs/defaults/award/choice.md @@ -29,7 +29,7 @@ All [Shared Variables](../variables) are available as well as the additional Var |:-----------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `use_year_collections` | **Description:** Turn the individual year collections off
**Values:** `false` to turn of the collections | | `collection_order` | **Description:** Changes the Collection Order
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| -| `data` | **Description:** Changes the values of the collections
**Values:**
AttributeDescription & Values
startingControls the starting year for collections
Values: Number greater than 0
Default: current_year-5
endingControls the ending year for collections
Values: Number greater than 1
Default: current_year
incrementControls the incriment (i.e. every 5th year)
Values: Number greater than 0
Default: 1
| +| `data` | **Description:** Changes the following values of the collection builder
**Values:**
AttributeDescription & Values
startingControls the starting year for collections
Values: Number greater than 0
Default: current_year-5
endingControls the ending year for collections
Values: Number greater than 1
Default: current_year
incrementControls the incriment (i.e. every 5th year)
Values: Number greater than 0
Default: 1
| The below shows an example config.yml with all the template_variables set away from their defaults: diff --git a/docs/defaults/award/emmy.md b/docs/defaults/award/emmy.md index 86d41cac..d6fa80e4 100644 --- a/docs/defaults/award/emmy.md +++ b/docs/defaults/award/emmy.md @@ -27,7 +27,7 @@ All [Shared Variables](../variables) are available as well as the additional Var |:-----------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `use_year_collections` | **Description:** Turn the individual year collections off
**Values:** `false` to turn of the collections | | `collection_order` | **Description:** Changes the Collection Order
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| -| `data` | **Description:** Changes the values of the collections
**Values:**
AttributeDescription & Values
startingControls the starting year for collections
Values: Number greater than 0
Default: current_year-5
endingControls the ending year for collections
Values: Number greater than 1
Default: current_year
incrementControls the incriment (i.e. every 5th year)
Values: Number greater than 0
Default: 1
| +| `data` | **Description:** Changes the following values of the collection builder
**Values:**
AttributeDescription & Values
startingControls the starting year for collections
Values: Number greater than 0
Default: current_year-5
endingControls the ending year for collections
Values: Number greater than 1
Default: current_year
incrementControls the incriment (i.e. every 5th year)
Values: Number greater than 0
Default: 1
| The below shows an example config.yml with all the template_variables set away from their defaults: diff --git a/docs/defaults/award/golden.md b/docs/defaults/award/golden.md index 4e836923..841d11ee 100644 --- a/docs/defaults/award/golden.md +++ b/docs/defaults/award/golden.md @@ -27,7 +27,7 @@ All [Shared Variables](../variables) are available as well as the additional Var |:-----------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `use_year_collections` | **Description:** Turn the individual year collections off
**Values:** `false` to turn of the collections | | `collection_order` | **Description:** Changes the Collection Order
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| -| `data` | **Description:** Changes the values of the collections
**Values:**
AttributeDescription & Values
startingControls the starting year for collections
Values: Number greater than 0
Default: current_year-5
endingControls the ending year for collections
Values: Number greater than 1
Default: current_year
incrementControls the incriment (i.e. every 5th year)
Values: Number greater than 0
Default: 1
| +| `data` | **Description:** Changes the following values of the collection builder
**Values:**
AttributeDescription & Values
startingControls the starting year for collections
Values: Number greater than 0
Default: current_year-5
endingControls the ending year for collections
Values: Number greater than 1
Default: current_year
incrementControls the incriment (i.e. every 5th year)
Values: Number greater than 0
Default: 1
| The below shows an example config.yml with all the template_variables set away from their defaults: diff --git a/docs/defaults/award/oscars.md b/docs/defaults/award/oscars.md index 55274c92..fef57e30 100644 --- a/docs/defaults/award/oscars.md +++ b/docs/defaults/award/oscars.md @@ -27,7 +27,7 @@ All [Shared Variables](../variables) are available as well as the additional Var |:-----------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `use_year_collections` | **Description:** Turn the individual year collections off
**Values:** `false` to turn of the collections | | `collection_order` | **Description:** Changes the Collection Order
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| -| `data` | **Description:** Changes the values of the collections
**Values:**
AttributeDescription & Values
startingControls the starting year for collections
Values: Number greater than 0
Default: current_year-5
endingControls the ending year for collections
Values: Number greater than 1
Default: current_year
incrementControls the incriment (i.e. every 5th year)
Values: Number greater than 0
Default: 1
| +| `data` | **Description:** Changes the following values of the collection builder
**Values:**
AttributeDescription & Values
startingControls the starting year for collections
Values: Number greater than 0
Default: current_year-5
endingControls the ending year for collections
Values: Number greater than 1
Default: current_year
incrementControls the incriment (i.e. every 5th year)
Values: Number greater than 0
Default: 1
| The below shows an example config.yml with all the template_variables set away from their defaults: diff --git a/docs/defaults/award/spirit.md b/docs/defaults/award/spirit.md index 62258902..c61e6800 100644 --- a/docs/defaults/award/spirit.md +++ b/docs/defaults/award/spirit.md @@ -29,7 +29,7 @@ All [Shared Variables](../variables) are available as well as the additional Var |:-----------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `use_year_collections` | **Description:** Turn the individual year collections off
**Values:** `false` to turn of the collections | | `collection_order` | **Description:** Changes the Collection Order
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| -| `data` | **Description:** Changes the values of the collections
**Values:**
AttributeDescription & Values
startingControls the starting year for collections
Values: Number greater than 0
Default: current_year-5
endingControls the ending year for collections
Values: Number greater than 1
Default: current_year
incrementControls the incriment (i.e. every 5th year)
Values: Number greater than 0
Default: 1
| +| `data` | **Description:** Changes the following values of the collection builder
**Values:**
AttributeDescription & Values
startingControls the starting year for collections
Values: Number greater than 0
Default: current_year-5
endingControls the ending year for collections
Values: Number greater than 1
Default: current_year
incrementControls the incriment (i.e. every 5th year)
Values: Number greater than 0
Default: 1
| The below shows an example config.yml with all the template_variables set away from their defaults: diff --git a/docs/defaults/award/sundance.md b/docs/defaults/award/sundance.md index 76806811..18a5e9d9 100644 --- a/docs/defaults/award/sundance.md +++ b/docs/defaults/award/sundance.md @@ -29,7 +29,8 @@ All [Shared Variables](../variables) are available as well as the additional Var |:-----------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `use_year_collections` | **Description:** Turn the individual year collections off
**Values:** `false` to turn of the collections | | `collection_order` | **Description:** Changes the Collection Order
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| -| `data` | **Description:** Changes the values of the collections
**Values:**
AttributeDescription & Values
startingControls the starting year for collections
Values: Number greater than 0
Default: current_year-5
endingControls the ending year for collections
Values: Number greater than 1
Default: current_year
incrementControls the incriment (i.e. every 5th year)
Values: Number greater than 0
Default: 1
| +| `data` | **Description:** Changes the following values of the collection builder
**Values:**
AttributeDescription & Values
startingControls the starting year for collections
Values: Number greater than 0
Default: current_year-5
endingControls the ending year for collections
Values: Number greater than 1
Default: current_year
incrementControls the incriment (i.e. every 5th year)
Values: Number greater than 0
Default: 1
| + The below shows an example config.yml with all the template_variables set away from their defaults: diff --git a/docs/defaults/both/actor.md b/docs/defaults/both/actor.md index e54b75de..c6509eba 100644 --- a/docs/defaults/both/actor.md +++ b/docs/defaults/both/actor.md @@ -19,7 +19,6 @@ Below is a screenshot of the alternative `Rainier` style which can be set via te ![](../images/actor2.png) - ## Template Variables Template Variables can be used to manipulate the actor file from the default settings which are provided. @@ -28,22 +27,13 @@ Note that the `templates_variables:` section only needs to be used if you do NOT Below are the available variables which can be used to customize the actor file. -| Variable | Description & Values | -|:------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| `style ` | **Description:** Controls the visual theme of the collections created
**Values:** `bw` - Black and white theme or
`rainier` - Rainier theme | -| `sort_by` | **Description:** Controls the sort method for the collections
**Values:** Any sort method in the [Sorts Options Table](#sort-options) | -| `data` | **Description:** Changes the Collection Order
**Values:**
| - -test - +| Variable | Description & Values | +|:--------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| `style ` | **Description:** Controls the visual theme of the collections created
**Values:**`bw` - Black and white theme or
`rainier` - Rainier theme | +| `sort_by` | **Description:** Controls the sort method for the collections
**Values:** Any sort method in the [Sorts Options Table](#sort-options) | +| `data` | **Description:** Changes the following values of the collection builder
**Values:**
AttributeDescription & Values
depthValues: Number greater than 0Default: 0
limitValues: Number greater than 1Default: 1
AttributeDescription & Values
depthControls the depth within the casting credits to search for common actors
Values: Number greater than 0
Default: 5
limitControls the maximum number of collections to create
Values: Number greater than 0
Default: 25
| -| Variable | Usage | Default Value | Values | -|:---------------------|:-------------------------------------------------------------------------------|----------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------:| -| style | | `bw` | `bw` - Black and white theme or
`rainier` - Rainier theme | -| sort_by | Controls the sort method for the collections | `release.desc` | | -| `data` | **Description:** Changes the Collection Order
**Values:**
AttributeDescription & Values
startingValues: Number greater than 0Default: 0
endingValues: Number greater than 1Default: 1
incrementValues: Number greater than 0Default: 1
| - The below shows an example config.yml with all the template_variables set away from their defaults: ```yaml @@ -52,6 +42,9 @@ libraries: metadata_path: - pmm: actor template_variables: + data: + depth: 10 + limit: 20 style: rainier sort_by: title.asc collection_section: 12 @@ -59,19 +52,3 @@ libraries: use_separator: false sep_style: purple ``` - -Dynamic Collections attributes can also be edited to tweak the setup of the collections. The YAML file which creates the `actor` collections can be found [here](https://github.com/meisnate12/Plex-Meta-Manager/blob/defaults/defaults/both/actor.yml) - -An example of this is; To amend the maximum amount of collections that are created (default is 25), the following template variable can be used: - -```yaml -libraries: - Movies: - metadata_path: - - pmm: actor - template_variables: - data: - limit: 10 -``` - -Further information on editing Dynamic Collections using template variables can be found [here](https://metamanager.wiki/en/latest/home/guides/defaults.html#customizing-configs) \ No newline at end of file diff --git a/docs/defaults/both/audio_language.md b/docs/defaults/both/audio_language.md index 84b54b70..60328113 100644 --- a/docs/defaults/both/audio_language.md +++ b/docs/defaults/both/audio_language.md @@ -23,16 +23,13 @@ Note that the `templates_variables:` section only needs to be used if you do NOT Below are the available variables which can be used to customize the file. -| Variable | Usage | Default Value | Values | -|:--------------------|:-----------------------------------------------------------------------------------------------------|----------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------:| -| sort_by | Controls the sort method for the collections | `release.desc` | Any sort method in the [Sorts Options Table](#sort-options) | -| collection_section | Controls the sort order of these collections against other default collections | `10` | Any number | -| collection_mode | Controls the collection mode of these collections | `default` | `default` - Library default
`hide` - Hide Collection
`hide_items`- Hide Items in this Collection
`show_items` - Show this Collection and its Items | -| use_other | Controls whether an "Other" collection is created for any items not included in the initial criteria | `true` | `true` or `false` | -| use_separator | Controls whether a separator is created | `true` | `true` or `false` | -| sep_style | Sets the theme of the separator | `orig` | `orig`, `blue`, `gray`, `green`, `purple`, `red`, `stb` | -| item_radarr_tag | Radarr Tag for existing items | | list of tag(s) to be applied to existing items | -| item_sonarr_tag | Sonarr Tag for existing items | | list of tag(s) to be applied to existing items | +| Variable | Description & Values | +|:-----------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| `sort_by` | **Description:** Controls the sort method for the collections
**Values:** Any sort method in the [Sorts Options Table](#sort-options) | +| `include` | **Description:** Overrides the default include list
**Values:** Any list of [two-digit ISO 639-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) | +| `exclude` | **Description:** Overrides the default exclude list
**Values:** Any list of [two-digit ISO 639-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) | +| `append_include` | **Description:** Appends to the existing include list
**Values:** Any list of [two-digit ISO 639-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) | +| `append_exclude` | **Description:** Appends to the existing exclude list
**Values:** Any list of [two-digit ISO 639-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) | The below shows an example config.yml with all the template_variables set away from their defaults: @@ -42,25 +39,12 @@ libraries: metadata_path: - pmm: audio_language template_variables: + exclude: + - fr # exclude French sort_by: title.asc collection_section: 20 collection_mode: show_items use_other: false use_separator: false sep_style: purple -``` -Dynamic Collections attributes can also be edited to tweak the setup of the collections. The YAML file which creates the `audio_language` collections can be found [here](https://github.com/meisnate12/Plex-Meta-Manager/blob/defaults/defaults/both/audio_language.yml) - -An example of this is; to exclude the English Audio collection, the following template variable can be used: - -```yaml -libraries: - Movies: - metadata_path: - - pmm: audio_language - template_variables: - exclude: - -en -``` - -Further information on editing Dynamic Collections using template variables can be found [here](https://metamanager.wiki/en/latest/home/guides/defaults.html#customizing-configs) +``` \ No newline at end of file diff --git a/docs/defaults/chart/anilist.md b/docs/defaults/chart/anilist.md index 1c1a6345..e9f058fd 100644 --- a/docs/defaults/chart/anilist.md +++ b/docs/defaults/chart/anilist.md @@ -1,6 +1,6 @@ # Anilist Chart Default Metadata File -The `- pmm: pmm: anilist` Metadata File is used to create collections based on Anilist charts +The `- pmm: anilist` Metadata File is used to create collections based on Anilist charts Example Collections Created: @@ -11,7 +11,7 @@ The below YAML in your config.yml will create the collections: libraries: Movies: metadata_path: - - pmm: pmm: anilist + - pmm: anilist ``` diff --git a/docs/defaults/chart/basic.md b/docs/defaults/chart/basic.md index 68e29d6c..60016585 100644 --- a/docs/defaults/chart/basic.md +++ b/docs/defaults/chart/basic.md @@ -1,6 +1,6 @@ # Basic Chart Default Metadata File -The `- pmm: pmm: basic` Metadata File is used to create collections based on recently released media in your library. +The `- pmm: basic` Metadata File is used to create collections based on recently released media in your library. Example Collections Created: @@ -11,7 +11,7 @@ The below YAML in your config.yml will create the collections: libraries: Movies: metadata_path: - - pmm: pmm: basic + - pmm: basic ``` diff --git a/docs/defaults/chart/imdb.md b/docs/defaults/chart/imdb.md index 42ae4174..64b765d2 100644 --- a/docs/defaults/chart/imdb.md +++ b/docs/defaults/chart/imdb.md @@ -1,6 +1,6 @@ # IMDb Chart Default Metadata File -The `- pmm: pmm: imdb` Metadata File is used to create collections based on IMDb Charts. +The `- pmm: imdb` Metadata File is used to create collections based on IMDb Charts. Example Collections Created: @@ -11,7 +11,7 @@ The below YAML in your config.yml will create the collections: libraries: Movies: metadata_path: - - pmm: pmm: imdb + - pmm: imdb ``` diff --git a/docs/defaults/chart/myanimelist.md b/docs/defaults/chart/myanimelist.md index 28db61b2..ea7ea005 100644 --- a/docs/defaults/chart/myanimelist.md +++ b/docs/defaults/chart/myanimelist.md @@ -1,6 +1,6 @@ # MyAnimeList Chart Default Metadata File -The `- pmm: pmm: myanimelist` Metadata File is used to create collections based on MyAnimeList Charts. +The `- pmm: myanimelist` Metadata File is used to create collections based on MyAnimeList Charts. Example Collections Created: @@ -11,7 +11,7 @@ The below YAML in your config.yml will create the collections: libraries: Movies: metadata_path: - - pmm: pmm: myanimelist + - pmm: myanimelist ``` diff --git a/docs/defaults/chart/tautulli.md b/docs/defaults/chart/tautulli.md index 2c2973d4..b3af4ad3 100644 --- a/docs/defaults/chart/tautulli.md +++ b/docs/defaults/chart/tautulli.md @@ -1,6 +1,6 @@ # Tautulli Chart Default Metadata File -The `- pmm: pmm: tautulli` Metadata File is used to create collections based on Tautulli/Plex Charts. +The `- pmm: tautulli` Metadata File is used to create collections based on Tautulli/Plex Charts. Example Collections Created: @@ -11,7 +11,7 @@ The below YAML in your config.yml will create the collections: libraries: Movies: metadata_path: - - pmm: pmm: tautulli + - pmm: tautulli ``` ## Template Variables diff --git a/docs/defaults/chart/tmdb.md b/docs/defaults/chart/tmdb.md index 7c4eeb0f..b4c8cdd9 100644 --- a/docs/defaults/chart/tmdb.md +++ b/docs/defaults/chart/tmdb.md @@ -1,6 +1,6 @@ # TMDb Chart Default Metadata File -The `- pmm: pmm: tmdb` Metadata File is used to create collections based on TMDb Charts. +The `- pmm: tmdb` Metadata File is used to create collections based on TMDb Charts. Example Collections Created: @@ -11,7 +11,7 @@ The below YAML in your config.yml will create the collections: libraries: Movies: metadata_path: - - pmm: pmm: tmdb + - pmm: tmdb ``` diff --git a/docs/defaults/chart/trakt.md b/docs/defaults/chart/trakt.md index 438991f7..8d444eb8 100644 --- a/docs/defaults/chart/trakt.md +++ b/docs/defaults/chart/trakt.md @@ -1,6 +1,6 @@ # Trakt Chart Default Metadata File -The `- pmm: pmm: trakt` Metadata File is used to create collections based on Trakt Charts. +The `- pmm: trakt` Metadata File is used to create collections based on Trakt Charts. Example Collections Created: @@ -11,7 +11,7 @@ The below YAML in your config.yml will create the collections: libraries: Movies: metadata_path: - - pmm: pmm: trakt + - pmm: trakt ```