| `Chart Collections` | `separator` | [Separator Collection](../separators) to denote the Section of Collections. |
## Config
The below YAML in your config.yml will create the collections:
```yaml
libraries:
Movies:
metadata_path:
- pmm: separator_chart
TV Shows:
metadata_path:
- 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 `templates_variables:` section only needs to be used if you do want to actually change how the defaults work. Any value not specified is its default value if it has one if not it's just ignored.