# Collectionless Collection
The `collectionless` Default Collection File is used to create a [Collectionless collection](../../builders/plex.md#plex-collectionless) to help Show/Hide Movies/Shows properly in your library.
![](../images/collectionless.png)
## Requirements & Recommendations
Supported Library Types: Movie, Show
Requirements: For this file to work it needs to run last under `collection_files` and all other normal collections must use `collection_mode: hide_items`
## Collection
| Collection | Description |
|:-----------------|:-------------------------------------------------------------------------------------------------------------------------------------------|
| `Collectionless` | [Collectionless collection](../../builders/plex.md#plex-collectionless) to help Show/Hide Movies/Shows properly in your library.. |
## Config
The below YAML in your config.yml will create the collections:
```yaml
libraries:
Movies:
template_variables:
collection_mode: hide_items
collection_files:
- pmm: collectionless
TV Shows:
template_variables:
collection_mode: hide_items
collection_files:
- pmm: collectionless
```
## 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 is its default value if it has one if not it's just ignored.
**[Shared Collection Variables](../collection_variables.md) are NOT available to this default file.**
| Variable | Description & Values |
|:-------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `name_collectionless` | **Description:** Changes the name of the collection.
**Values:** New Collection Name |
| `summary_collectionless` | **Description:** Changes the summary of the collection.
**Values:** New Collection Summary |
| `sort_title` | **Description:** Sets the sort title for the collection.
**Default:** `~_Collectionless`
**Values:** Any String |
| `collection_order` | **Description:** Changes the Collection Order for all collections in this file.
**Default:** `alpha`
**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 |