[90] update bafta

pull/1093/head
meisnate12 2 years ago
parent 121c43775a
commit d43030f47b

@ -1 +1 @@
1.17.3-develop89
1.17.3-develop90

@ -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"),

@ -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:

@ -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 <<year>>` | `<<year>>` | 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<br>**Values:** `false` to turn of the collections |
| `collection_order` | **Description:** Changes the Collection Order<br>**Values:**<table class="clearTable"><tr><td>`release`</td><td>Order Collection by Release Dates</td></tr><tr><td>`alpha`</td><td>Order Collection Alphabetically</td></tr><tr><td>`custom`</td><td>Order Collection Via the Builder Order</td></tr><tr><td>[Any `plex_search` Sort Option](../builders/plex.md#sort-options)</td><td>Order Collection by any `plex_search` Sort Option</td></tr></table> |
| `data` | **Description:** Changes the Collection Order<br>**Values:**<pre>data:<br>&nbsp;&nbsp;starting: current_year-5<br>&nbsp;&nbsp;ending: current_year</pre> |
The below shows an example config.yml with all the template_variables set away from their defaults:

Loading…
Cancel
Save