You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2.0 KiB
2.0 KiB
Chart Separator Collections
The separator_chart
Default Collection File is used to create a seperator collection for Charts.
Requirements & Recommendations
Supported Library Types: Movie, Show
Collections Section 020
Collection | Key | Description |
---|---|---|
Chart Collections |
separator |
Separator Collection to denote the Section of Collections. |
Config
The below YAML in your config.yml will create the collections:
libraries:
Movies:
collection_files:
- pmm: separator_chart
TV Shows:
collection_files:
- pmm: separator_chart
Template Variables
Template Variables can be used to manipulate the file in various ways to slightly change how it works without having to make your own local copy.
Note that the template_variables:
section only needs to be used if you do want to actually change how the defaults
work. Any value not specified will use its default value if it has one if not it's just ignored.
??? abstract "Variable Lists (click to expand)"
* **Shared Separator Variables** are additional variables available since this Default contains a
[Separator](../separators.md).
=== "Shared Separator Variables"
{%
include-markdown "../separator_variables.md"
%}
???+ example "Example Template Variable Amendments"
The below is an example config.yml extract with some Template Variables added in to change how the file works.
Click the :fontawesome-solid-circle-plus: icon to learn more
```yaml
libraries:
Movies:
collection_files:
- pmm: separator_chart
template_variables:
sep_style: purple #(1)!
```
1. Use the purple [Separator Style](../separators.md#separator-styles)