diff --git a/VERSION b/VERSION index 9adee6c4..01de6864 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.17.3-develop91 +1.17.3-develop92 diff --git a/docs/defaults/award/bafta.md b/docs/defaults/award/bafta.md index 95ebc124..3c106396 100644 --- a/docs/defaults/award/bafta.md +++ b/docs/defaults/award/bafta.md @@ -32,11 +32,11 @@ Note that the `templates_variables:` section only needs to be used if you do wan All [Shared Variables](../variables) are available as well as the additional Variables below which can be used to customize the file. -| Variable | Description & Values | -|:-----------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| `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
| +| Variable | Description & Values | +|:-----------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| `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:**
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: @@ -51,4 +51,3 @@ libraries: collection_order: alpha radarr_add_missing: true ``` -