From d43030f47b4fe5bec306f7d2bf8398623dff5b67 Mon Sep 17 00:00:00 2001 From: meisnate12 Date: Wed, 5 Oct 2022 11:30:53 -0400 Subject: [PATCH] [90] update bafta --- VERSION | 2 +- docs/conf.py | 2 +- docs/config/libraries.md | 2 +- docs/defaults/award/bafta.md | 17 +++++++++++++---- 4 files changed, 16 insertions(+), 7 deletions(-) diff --git a/VERSION b/VERSION index b364fda3..55adea68 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.17.3-develop89 +1.17.3-develop90 diff --git a/docs/conf.py b/docs/conf.py index d79ca7f4..7c5dbd47 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -179,7 +179,7 @@ html_theme_options = { ("Awards Separator", "defaults/award/separator"), ("_divider", ), ("Academy Awards (Oscars)", "defaults/award/oscars"), - ("British Academy of Film and Television Arts Awards", "defaults/award/bafta"), + ("British Academy of Film Awards", "defaults/award/bafta"), ("Cannes File Festival Awards", "defaults/award/cannes"), ("Critics Choice Awards", "defaults/award/choice"), ("Emmy Awards", "defaults/award/emmy"), diff --git a/docs/config/libraries.md b/docs/config/libraries.md index a70de15c..21284735 100644 --- a/docs/config/libraries.md +++ b/docs/config/libraries.md @@ -141,7 +141,7 @@ libraries: ### Overlay Path -The `overlay_path` attribute is used to define [Overlay Files](../metadata/metadata) by specifying the path type and path of the files that will be executed against the parent library. See [Path Types](paths) for how to define them. +The `overlay_path` attribute is used to define [Overlay Files](../metadata/overlay) by specifying the path type and path of the files that will be executed against the parent library. See [Path Types](paths) for how to define them. ```yaml libraries: diff --git a/docs/defaults/award/bafta.md b/docs/defaults/award/bafta.md index e5b600db..8b3da6ec 100644 --- a/docs/defaults/award/bafta.md +++ b/docs/defaults/award/bafta.md @@ -4,11 +4,8 @@ The `bafta` Metadata File is used to create collections based on the British Aca This Default file requires [Trakt Authentication](https://metamanager.wiki/en/latest/config/trakt.html) -Example Collections Created: - -![](../images/bafta.png) - The below YAML in your config.yml will create the collections: + ```yaml libraries: Movies: @@ -16,6 +13,17 @@ libraries: - pmm: bafta ``` +## Collections + +| Collection | Key | Description | +|:-------------------|:----------:|:------------------------------------------------------------------------| +| `BAFTA Best Films` | `best` | Collection of British Academy of Film Best Film Award Winners | +| `BAFTA <>` | `<>` | Collection of British Academy of Film Award Winners for the given year. | + +## Example Collections + +![](../images/bafta.png) + ## Template Variables Template Variables can be used to manipulate the file from the default settings which are provided. @@ -28,6 +36,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 Collection Order
**Values:**
data:
  starting: current_year-5
  ending: current_year
| The below shows an example config.yml with all the template_variables set away from their defaults: