diff --git a/.github/.wordlist.txt b/.github/.wordlist.txt index 2a0d5a704..d1ba78215 100644 --- a/.github/.wordlist.txt +++ b/.github/.wordlist.txt @@ -50,6 +50,7 @@ chazlarson codec codecs collectionless +CommonSense config configs cpp @@ -179,6 +180,7 @@ md mdb mdblist MDBList +MDBLists mediastinger MediaStinger mediastingers diff --git a/.markdownlint.yml b/.markdownlint.yml new file mode 100644 index 000000000..63b8dc2f0 --- /dev/null +++ b/.markdownlint.yml @@ -0,0 +1,7 @@ +{ + "MD009": false, + "MD013": false, + "MD033": false, + "MD045": false, + "MD046": false +} \ No newline at end of file diff --git a/CHANGELOG b/CHANGELOG index 9b1a81d0a..652c00a8e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,6 +5,8 @@ Update setuptools requirement to 75.3.0 # New Features Added the `character` search option to the `imdb_search` builder +Added ability to use Show-level ratings at the season and episode level for Overlays if the original source does not provide ratings at the season or episode level. This is accomplished using (Special Text Variables)[https://kometa.wiki/en/latest/files/overlays/#special-text-variables] but is not yet available for the `Ratings` Defaults file. +Add `show_unfiltered` setting to display items which make it through a filter # Defaults Fixed incorrect content rating mappings in various Default files @@ -24,3 +26,6 @@ Fixes an issue with IMDb Parental Labels not working Fixes an issue where OMDb returned `N/A` as the content rating Fixes an issue where `plex_collectionless` doesn't work if the item was added to a collection in the same run Adds a page that discusses the different YAML files and what they do. +Modifies default value presentation for default metadata files. +Fixes an issue causing IMDB collection to fail due to duplicate keys +Removed Blog from the Navigation due to lack of time for updating/maintaining it diff --git a/VERSION b/VERSION index 2f085637f..309457ce8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.0-build16 +2.1.0-build20 diff --git a/config/config.yml.template b/config/config.yml.template index 28bcec16f..f9f3fa0ac 100644 --- a/config/config.yml.template +++ b/config/config.yml.template @@ -61,6 +61,7 @@ settings: show_unmanaged: true show_unconfigured: true show_filtered: false + show_unfiltered: false show_options: true show_missing: true show_missing_assets: true diff --git a/defaults/both/universe.yml b/defaults/both/universe.yml index 2fd7b7245..e521e2510 100644 --- a/defaults/both/universe.yml +++ b/defaults/both/universe.yml @@ -91,7 +91,7 @@ dynamic_collections: xmen: https://trakt.tv/users/alan-pittflix/lists/x-men # check2 mdblist_url: - avp: https://mdblist.com/lists/k0meta/external/39802 + avp: https://mdblist.com/lists/johnfawkes/alien-vs-predator arrow: https://mdblist.com/lists/k0meta/external/15113 dca: https://mdblist.com/lists/k0meta/external/15405 dcu: https://mdblist.com/lists/k0meta/external/15107 diff --git a/defaults/chart/imdb.yml b/defaults/chart/imdb.yml index 2d4fd276c..9f32bea5d 100644 --- a/defaults/chart/imdb.yml +++ b/defaults/chart/imdb.yml @@ -20,7 +20,6 @@ collections: variables: style: color key: popular - style: color template: - name: imdb_chart chart: popular @@ -33,7 +32,6 @@ collections: variables: style: color key: top - style: color template: - name: imdb_chart chart: top @@ -46,7 +44,6 @@ collections: variables: style: color key: lowest - style: color imdb_chart: lowest_rated template: - name: shared diff --git a/docs/config/settings.md b/docs/config/settings.md index a93d8294f..0c186b258 100644 --- a/docs/config/settings.md +++ b/docs/config/settings.md @@ -593,7 +593,7 @@ The available setting attributes which can be set at each level are outlined bel show_unconfigured: false ``` -??? blank "`show_filtered` - Used to show filtered items." +??? blank "`show_filtered` - Used to show items filtered out."
List all items which have been filtered out of a collection or playlist (i.e. if it doesn't meet the filter criteria) @@ -615,6 +615,28 @@ The available setting attributes which can be set at each level are outlined bel show_filtered: true ``` +??? blank "`show_unfiltered` - Used to show items which make it through filters." + +
List all items which have made it through the filters INTO a collection or playlist (i.e. if it + meets the filter criteria) + +
+ + **Attribute:** `show_unfiltered` + + **Levels with this Attribute:** Global/Library/Collection/Playlist + + **Accepted Values:** `true` or `false` + + **Default Value:** `false` + + ???+ example "Example" + + ```yaml + settings: + show_unfiltered: true + ``` + ??? blank "`show_options` - Used to show attribute options from plex."
While `show_options` is true the available options for an attribute when using @@ -1061,12 +1083,13 @@ If no library-level attribute is set, then the global attribute is used. ```yaml libraries: Movies: - run_order: #(1)! - - collections - - metadata - - operations - - overlays - minimum_items: 3 #(2)! + settings: + run_order: #(1)! + - collections + - metadata + - operations + - overlays + minimum_items: 3 #(2)! collection_files: # stuff here overlay_files: diff --git a/docs/defaults/award/bafta.md b/docs/defaults/award/bafta.md index 44cb0da38..77b7258d6 100644 --- a/docs/defaults/award/bafta.md +++ b/docs/defaults/award/bafta.md @@ -9,7 +9,7 @@ Arts Awards. Supported Library Types: Movie -## Collections Section 130 +## Collections Section 130 | Collection | Key | Description | |:----------------------------------------------|:----------------------------------|:--------------------------------------------------------------------------------------------| @@ -48,16 +48,16 @@ work. Any value not specified will use its default value if it has one if not it | `use_year_collections` | **Description:** Turn the individual year collections off.
**Values:** `false` to turn of the collections | | `year_collection_section` | **Description:** Change the collection section for year collections only. (Use quotes to not lose leading zeros `"05"`)
**Values:** Any number | | `sync_mode` | **Description:** Changes the Sync Mode for all collections in a Defaults file.
**Default:** `sync`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| - | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the specified key's collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| + | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the [key's](#collection_section) collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| | `collection_order` | **Description:** Changes the Collection Order for all collections in a Defaults file.
**Default:** `custom`
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| - | `collection_order_<>`1 | **Description:** Changes the Collection Order of the specified key's collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| + | `collection_order_<>`1 | **Description:** Changes the Collection Order of the [key's](#collection_section) collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| | `data` | **Description:** Replaces the `data` dynamic collection value.
AttributeDescription & Values
startingControls the starting year for collections
Default: latest-5
Values: Number greater than 0
endingControls the ending year for collections
Default: latest
Values: Number greater than 1
incrementControls the increment (i.e. every 5th year)
Default: 1
Values: Number greater than 0
  • starting and ending can also have the value latest
  • You can also use a value relative to the latest by doing latest-5
| | `exclude` | **Description:** Exclude these Years from creating a Dynamic Collection.
**Values:** List of Years | | `name_format` | **Description:** Changes the title format of the Dynamic Collections.
**Default:** `BAFTA <>`
**Values:** Any string with `<>` in it. | | `summary_format` | **Description:** Changes the summary format of the Dynamic Collections.
**Default:** `<> BAFTA Awards.`
**Values:** Any string with `<>` in it. | - 1. Each default collection has a `key` that when calling to effect a specific collection you must replace - `<>` with when calling. + 1. Each default collection has a `key` [see here]() that you must replace + `<>` with when using this template variable. These keys are found in the table at the top of this page. === "Shared Template Variables" diff --git a/docs/defaults/award/berlinale.md b/docs/defaults/award/berlinale.md index 4cfcf1aaa..488685c08 100644 --- a/docs/defaults/award/berlinale.md +++ b/docs/defaults/award/berlinale.md @@ -8,7 +8,7 @@ The `berlinale` Default Collection File is used to create collections based on t Supported Library Types: Movie -## Collections Section 130 +## Collections Section 130 | Collection | Key | Description | |:------------------------------------------------------|:----------------------------------|:-----------------------------------------------------------------------------------| @@ -47,16 +47,16 @@ work. Any value not specified will use its default value if it has one if not it | `use_year_collections` | **Description:** Turn the individual year collections off.
**Values:** `false` to turn of the collections | | `year_collection_section` | **Description:** Change the collection section for year collections only. (Use quotes to not lose leading zeros `"05"`)
**Values:** Any number | | `sync_mode` | **Description:** Changes the Sync Mode for all collections in a Defaults file.
**Default:** `sync`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| - | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the specified key's collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| + | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the [key's](#collection_section) collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| | `collection_order` | **Description:** Changes the Collection Order for all collections in a Defaults file.
**Default:** `custom`
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| - | `collection_order_<>`1 | **Description:** Changes the Collection Order of the specified key's collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| + | `collection_order_<>`1 | **Description:** Changes the Collection Order of the [key's](#collection_section) collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| | `data` | **Description:** Replaces the `data` dynamic collection value.
AttributeDescription & Values
startingControls the starting year for collections
Default: latest-5
Values: Number greater than 0
endingControls the ending year for collections
Default: latest
Values: Number greater than 1
incrementControls the increment (i.e. every 5th year)
Default: 1
Values: Number greater than 0
  • starting and ending can also have the value latest
  • You can also use a value relative to the latest by doing latest-5
| | `exclude` | **Description:** Exclude these Years from creating a Dynamic Collection.
**Values:** List of Years | | `name_format` | **Description:** Changes the title format of the Dynamic Collections.
**Default:** `Berlinale <>`
**Values:** Any string with `<>` in it. | | `summary_format` | **Description:** Changes the summary format of the Dynamic Collections.
**Default:** `<> Berlinale Award Winners.`
**Values:** Any string with `<>` in it. | - 1. Each default collection has a `key` that when calling to effect a specific collection you must replace - `<>` with when calling. + 1. Each default collection has a `key` [see here]() that you must replace + `<>` with when using this template variable. These keys are found in the table at the top of this page. === "Shared Template Variables" diff --git a/docs/defaults/award/cannes.md b/docs/defaults/award/cannes.md index afebaf2e4..15671e549 100644 --- a/docs/defaults/award/cannes.md +++ b/docs/defaults/award/cannes.md @@ -8,7 +8,7 @@ The `cannes` Default Collection File is used to create collections based on the Supported Library Types: Movie -## Collections Section 130 +## Collections Section 130 | Collection | Key | Description | |:------------------------------------------------|:----------------------------------|:------------------------------------------------------------| @@ -47,16 +47,16 @@ work. Any value not specified will use its default value if it has one if not it | `use_year_collections` | **Description:** Turn the individual year collections off.
**Values:** `false` to turn of the collections | | `year_collection_section` | **Description:** Change the collection section for year collections only. (Use quotes to not lose leading zeros `"05"`)
**Values:** Any number | | `sync_mode` | **Description:** Changes the Sync Mode for all collections in a Defaults file.
**Default:** `sync`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| - | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the specified key's collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| + | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the [key's](#collection_section) collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| | `collection_order` | **Description:** Changes the Collection Order for all collections in a Defaults file.
**Default:** `custom`
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| - | `collection_order_<>`1 | **Description:** Changes the Collection Order of the specified key's collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| + | `collection_order_<>`1 | **Description:** Changes the Collection Order of the [key's](#collection_section) collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| | `data` | **Description:** Replaces the `data` dynamic collection value.
AttributeDescription & Values
startingControls the starting year for collections
Default: latest-5
Values: Number greater than 0
endingControls the ending year for collections
Default: latest
Values: Number greater than 1
incrementControls the increment (i.e. every 5th year)
Default: 1
Values: Number greater than 0
  • starting and ending can also have the value latest
  • You can also use a value relative to the latest by doing latest-5
| | `exclude` | **Description:** Exclude these Years from creating a Dynamic Collection.
**Values:** List of Years | | `name_format` | **Description:** Changes the title format of the Dynamic Collections.
**Default:** `Cannes <>`
**Values:** Any string with `<>` in it. | | `summary_format` | **Description:** Changes the summary format of the Dynamic Collections.
**Default:** `<> Cannes Awards.`
**Values:** Any string with `<>` in it. | - 1. Each default collection has a `key` that when calling to effect a specific collection you must replace - `<>` with when calling. + 1. Each default collection has a `key` [see here]() that you must replace + `<>` with when using this template variable. These keys are found in the table at the top of this page. === "Shared Template Variables" diff --git a/docs/defaults/award/cesar.md b/docs/defaults/award/cesar.md index fa43095da..b853b4f37 100644 --- a/docs/defaults/award/cesar.md +++ b/docs/defaults/award/cesar.md @@ -8,7 +8,7 @@ The `cesar` Default Collection File is used to create collections based on the C Supported Library Types: Movie -## Collections Section 130 +## Collections Section 130 | Collection | Key | Description | |:----------------------------------------------|:----------------------------------|:------------------------------------------------------| @@ -47,16 +47,16 @@ work. Any value not specified will use its default value if it has one if not it | `use_year_collections` | **Description:** Turn the individual year collections off.
**Values:** `false` to turn of the collections | | `year_collection_section` | **Description:** Change the collection section for year collections only. (Use quotes to not lose leading zeros `"05"`)
**Values:** Any number | | `sync_mode` | **Description:** Changes the Sync Mode for all collections in a Defaults file.
**Default:** `sync`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| - | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the specified key's collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| + | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the [key's](#collection_section) collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| | `collection_order` | **Description:** Changes the Collection Order for all collections in a Defaults file.
**Default:** `custom`
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| - | `collection_order_<>`1 | **Description:** Changes the Collection Order of the specified key's collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| + | `collection_order_<>`1 | **Description:** Changes the Collection Order of the [key's](#collection_section) collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| | `data` | **Description:** Replaces the `data` dynamic collection value.
AttributeDescription & Values
startingControls the starting year for collections
Default: latest-5
Values: Number greater than 0
endingControls the ending year for collections
Default: latest
Values: Number greater than 1
incrementControls the increment (i.e. every 5th year)
Default: 1
Values: Number greater than 0
  • starting and ending can also have the value latest
  • You can also use a value relative to the latest by doing latest-5
| | `exclude` | **Description:** Exclude these Years from creating a Dynamic Collection.
**Values:** List of Years | | `name_format` | **Description:** Changes the title format of the Dynamic Collections.
**Default:** `César <>`
**Values:** Any string with `<>` in it. | | `summary_format` | **Description:** Changes the summary format of the Dynamic Collections.
**Default:** `<> César Award Winners.`
**Values:** Any string with `<>` in it. | - 1. Each default collection has a `key` that when calling to effect a specific collection you must replace - `<>` with when calling. + 1. Each default collection has a `key` [see here]() that you must replace + `<>` with when using this template variable. These keys are found in the table at the top of this page. === "Shared Template Variables" diff --git a/docs/defaults/award/choice.md b/docs/defaults/award/choice.md index 565b4b963..028e595ac 100644 --- a/docs/defaults/award/choice.md +++ b/docs/defaults/award/choice.md @@ -8,7 +8,7 @@ The `choice` Default Collection File is used to create collections based on the Supported Library Types: Movie, Show -## Collections Section 130 +## Collections Section 130 | Collection | Key | Description | |:------------------------------------------------------------------------------|:----------------------------------|:---------------------------------------------------------------| @@ -48,9 +48,9 @@ Note that the `template_variables:` section only needs to be used if you do want | `use_year_collections` | **Description:** Turn the individual year collections off.
**Values:** `false` to turn of the collections | | `year_collection_section` | **Description:** Change the collection section for year collections only. (Use quotes to not lose leading zeros `"05"`)
**Values:** Any number | | `sync_mode` | **Description:** Changes the Sync Mode for all collections in a Defaults file.
**Default:** `sync`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| - | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the specified key's collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| + | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the [key's](#collection_section) collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| | `collection_order` | **Description:** Changes the Collection Order for all collections in a Defaults file.
**Default:** `custom`
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| - | `collection_order_<>`1 | **Description:** Changes the Collection Order of the specified key's collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| + | `collection_order_<>`1 | **Description:** Changes the Collection Order of the [key's](#collection_section) collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| | `data` | **Description:** Replaces the `data` dynamic collection value.
AttributeDescription & Values
startingControls the starting year for collections
Default: latest-5
Values: Number greater than 0
endingControls the ending year for collections
Default: latest
Values: Number greater than 1
incrementControls the increment (i.e. every 5th year)
Default: 1
Values: Number greater than 0
  • starting and ending can also have the value latest
  • You can also use a value relative to the latest by doing latest-5
| | `exclude` | **Description:** Exclude these Years from creating a Dynamic Collection.
**Values:** List of Years | | `name_format` | **Description:** Changes the title format of the Dynamic Collections.
**Default:** `Critics Choice <>`
**Values:** Any string with `<>` in it. | diff --git a/docs/defaults/award/emmy.md b/docs/defaults/award/emmy.md index 2352ee662..aee0bfa7a 100644 --- a/docs/defaults/award/emmy.md +++ b/docs/defaults/award/emmy.md @@ -8,7 +8,7 @@ The `emmy` Default Collection File is used to create collections based on the Em Supported Library Types: Movie, Show -## Collections Section 130 +## Collections Section 130 | Collection | Key | | |:----------------------------------------------|:----------------------------------|:------------------------------------------------------| @@ -48,9 +48,9 @@ Note that the `template_variables:` section only needs to be used if you do want | `use_year_collections` | **Description:** Turn the individual year collections off.
**Values:** `false` to turn off the collections | | `year_collection_section` | **Description:** Change the collection section for year collections only. (Use quotes to not lose leading zeros `"05"`)
**Values:** Any number | | `sync_mode` | **Description:** Changes the Sync Mode for all collections in a Defaults file.
**Default:** `sync`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| - | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the specified key's collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| + | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the [key's](#collection_section) collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| | `collection_order` | **Description:** Changes the Collection Order for all collections in a Defaults file.
**Default:** `custom`
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| - | `collection_order_<>`1 | **Description:** Changes the Collection Order of the specified key's collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| + | `collection_order_<>`1 | **Description:** Changes the Collection Order of the [key's](#collection_section) collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| | `data` | **Description:** Replaces the `data` dynamic collection value.
AttributeDescription & Values
startingControls the starting year for collections
Default: latest-5
Values: Number greater than 0
endingControls the ending year for collections
Default: latest
Values: Number greater than 1
incrementControls the increment (i.e. every 5th year)
Default: 1
Values: Number greater than 0
  • starting and ending can also have the value latest
  • You can also use a value relative to the latest by doing latest-5
| | `exclude` | **Description:** Exclude these Years from creating a Dynamic Collection.
**Values:** List of Years | | `name_format` | **Description:** Changes the title format of the Dynamic Collections.
**Default:** `Emmys <>`
**Values:** Any string with `<>` in it. | diff --git a/docs/defaults/award/golden.md b/docs/defaults/award/golden.md index 8faef5967..172097d8d 100644 --- a/docs/defaults/award/golden.md +++ b/docs/defaults/award/golden.md @@ -11,7 +11,7 @@ Supported Library Types: Movie, Show Recommendations: The `Golden Globe Best Motion Pictures` and `Golden Globes Best Director Winners` Collections only work with Movie Libraries. -## Collections Section 130 +## Collections Section 130 | Collection | Key | Description | |:------------------------------------------------------------|:----------------------------------|:--------------------------------------------------------------| @@ -54,16 +54,16 @@ work. Any value not specified will use its default value if it has one if not it | `use_year_collections` | **Description:** Turn the individual year collections off.
**Values:** `false` to turn of the collections | | `year_collection_section` | **Description:** Change the collection section for year collections only. (Use quotes to not lose leading zeros `"05"`)
**Values:** Any number | | `sync_mode` | **Description:** Changes the Sync Mode for all collections in a Defaults file.
**Default:** `sync`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| - | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the specified key's collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| + | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the [key's](#collection_section) collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| | `collection_order` | **Description:** Changes the Collection Order for all collections in a Defaults file.
**Default:** `custom`
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| - | `collection_order_<>`1 | **Description:** Changes the Collection Order of the specified key's collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| + | `collection_order_<>`1 | **Description:** Changes the Collection Order of the [key's](#collection_section) collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| | `data` | **Description:** Replaces the `data` dynamic collection value.
AttributeDescription & Values
startingControls the starting year for collections
Default: latest-5
Values: Number greater than 0
endingControls the ending year for collections
Default: latest
Values: Number greater than 1
incrementControls the increment (i.e. every 5th year)
Default: 1
Values: Number greater than 0
  • starting and ending can also have the value latest
  • You can also use a value relative to the latest by doing latest-5
| | `exclude` | **Description:** Exclude these Years from creating a Dynamic Collection.
**Values:** List of Years | | `name_format` | **Description:** Changes the title format of the Dynamic Collections.
**Default:** `Golden Globe <>`
**Values:** Any string with `<>` in it. | | `summary_format` | **Description:** Changes the summary format of the Dynamic Collections.
**Default:** `<> Golden Globe Winners.`
**Values:** Any string with `<>` in it. | - 1. Each default collection has a `key` that when calling to effect a specific collection you must replace - `<>` with when calling. + 1. Each default collection has a `key` [see here]() that you must replace + `<>` with when using this template variable. These keys are found in the table at the top of this page. === "Shared Template Variables" @@ -86,7 +86,7 @@ work. Any value not specified will use its default value if it has one if not it collection_mode: show_items #(1)! collection_order: alpha #(2)! radarr_add_missing: true #(3)! - name_format: Emmys <> Winners #(4)! + name_format: Golden Globes <> Winners #(4)! data: #(5)! starting: latest-10 ending: latest diff --git a/docs/defaults/award/nfr.md b/docs/defaults/award/nfr.md index 654dfcbf5..2884bc4a9 100644 --- a/docs/defaults/award/nfr.md +++ b/docs/defaults/award/nfr.md @@ -8,7 +8,7 @@ The `nfr` Default Collection File is used to create collections based on the Nat Supported Library Types: Movie -## Collections Section 130 +## Collections Section 130 | Collection | Key | Description | |:--------------------------------------------------------------------------------|:----------------------------------|:----------------------------------------------------------------------------| @@ -47,16 +47,16 @@ work. Any value not specified will use its default value if it has one if not it | `use_year_collections` | **Description:** Turn the individual year collections off.
**Values:** `false` to turn of the collections | | `year_collection_section` | **Description:** Change the collection section for year collections only. (Use quotes to not lose leading zeros `"05"`)
**Values:** Any number | | `sync_mode` | **Description:** Changes the Sync Mode for all collections in a Defaults file.
**Default:** `sync`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| - | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the specified key's collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| + | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the [key's](#collection_section) collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| | `collection_order` | **Description:** Changes the Collection Order for all collections in a Defaults file.
**Default:** `custom`
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| - | `collection_order_<>`1 | **Description:** Changes the Collection Order of the specified key's collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| + | `collection_order_<>`1 | **Description:** Changes the Collection Order of the [key's](#collection_section) collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| | `data` | **Description:** Replaces the `data` dynamic collection value.
AttributeDescription & Values
startingControls the starting year for collections
Default: latest-5
Values: Number greater than 0
endingControls the ending year for collections
Default: latest
Values: Number greater than 1
incrementControls the increment (i.e. every 5th year)
Default: 1
Values: Number greater than 0
  • starting and ending can also have the value latest
  • You can also use a value relative to the latest by doing latest-5
| | `exclude` | **Description:** Exclude these Years from creating a Dynamic Collection.
**Values:** List of Years | | `name_format` | **Description:** Changes the title format of the Dynamic Collections.
**Default:** `National Film Registry <>`
**Values:** Any string with `<>` in it. | | `summary_format` | **Description:** Changes the summary format of the Dynamic Collections.
**Default:** `<> National Film Registry.`
**Values:** Any string with `<>` in it. | - 1. Each default collection has a `key` that when calling to effect a specific collection you must replace - `<>` with when calling. + 1. Each default collection has a `key` [see here]() that you must replace + `<>` with when using this template variable. These keys are found in the table at the top of this page. === "Shared Template Variables" diff --git a/docs/defaults/award/oscars.md b/docs/defaults/award/oscars.md index 7ed38ba8c..c11db3642 100644 --- a/docs/defaults/award/oscars.md +++ b/docs/defaults/award/oscars.md @@ -8,7 +8,7 @@ The `oscars` Default Collection File is used to create collections based on the Supported Library Types: Movie -## Collections Section 130 +## Collections Section 130 | Collection | Key | Description | |:----------------------------------------------------------------|:----------------------------------|:-------------------------------------------------------| @@ -48,16 +48,16 @@ work. Any value not specified will use its default value if it has one if not it | `use_year_collections` | **Description:** Turn the individual year collections off.
**Values:** `false` to turn of the collections | | `year_collection_section` | **Description:** Change the collection section for year collections only. (Use quotes to not lose leading zeros `"05"`)
**Values:** Any number | | `sync_mode` | **Description:** Changes the Sync Mode for all collections in a Defaults file.
**Default:** `sync`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| - | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the specified key's collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| + | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the [key's](#collection_section) collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| | `collection_order` | **Description:** Changes the Collection Order for all collections in a Defaults file.
**Default:** `custom`
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| - | `collection_order_<>`1 | **Description:** Changes the Collection Order of the specified key's collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| + | `collection_order_<>`1 | **Description:** Changes the Collection Order of the [key's](#collection_section) collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| | `data` | **Description:** Replaces the `data` dynamic collection value.
AttributeDescription & Values
startingControls the starting year for collections
Default: latest-6
Values: Number greater than 0
endingControls the ending year for collections
Default: latest-1
Values: Number greater than 1
incrementControls the increment (i.e. every 5th year)
Default: 1
Values: Number greater than 0
  • starting and ending can also have the value latest
  • You can also use a value relative to the latest by doing latest-5
| | `exclude` | **Description:** Exclude these Years from creating a Dynamic Collection.
**Values:** List of Years | | `name_format` | **Description:** Changes the title format of the Dynamic Collections.
**Default:** `Oscars Winners <>`
**Values:** Any string with `<>` in it. | | `summary_format` | **Description:** Changes the summary format of the Dynamic Collections.
**Default:** `Academy Awards (Oscars) Winners for <>.`
**Values:** Any string with `<>` in it. | - 1. Each default collection has a `key` that when calling to effect a specific collection you must replace - `<>` with when calling. + 1. Each default collection has a `key` [see here]() that you must replace + `<>` with when using this template variable. These keys are found in the table at the top of this page. === "Shared Template Variables" diff --git a/docs/defaults/award/pca.md b/docs/defaults/award/pca.md index 3b7559577..47445c0ae 100644 --- a/docs/defaults/award/pca.md +++ b/docs/defaults/award/pca.md @@ -8,7 +8,7 @@ The `pca` Default Collection File is used to create collections based on the Peo Supported Library Types: Movie, Show -## Collections Section 130 +## Collections Section 130 | Collection | Key | Description | |:--------------------------------------------------------------------------------|:----------------------------------|:----------------------------------------------------------------| @@ -47,16 +47,16 @@ work. Any value not specified will use its default value if it has one if not it | `use_year_collections` | **Description:** Turn the individual year collections off.
**Values:** `false` to turn of the collections | | `year_collection_section` | **Description:** Change the collection section for year collections only. (Use quotes to not lose leading zeros `"05"`)
**Values:** Any number | | `sync_mode` | **Description:** Changes the Sync Mode for all collections in a Defaults file.
**Default:** `sync`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| - | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the specified key's collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| + | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the [key's](#collection_section) collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| | `collection_order` | **Description:** Changes the Collection Order for all collections in a Defaults file.
**Default:** `custom`
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| - | `collection_order_<>`1 | **Description:** Changes the Collection Order of the specified key's collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| + | `collection_order_<>`1 | **Description:** Changes the Collection Order of the [key's](#collection_section) collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| | `data` | **Description:** Replaces the `data` dynamic collection value.
AttributeDescription & Values
startingControls the starting year for collections
Default: latest-5
Values: Number greater than 0
endingControls the ending year for collections
Default: latest
Values: Number greater than 1
incrementControls the increment (i.e. every 5th year)
Default: 1
Values: Number greater than 0
  • starting and ending can also have the value latest
  • You can also use a value relative to the latest by doing latest-5
| | `exclude` | **Description:** Exclude these Years from creating a Dynamic Collection.
**Values:** List of Years | | `name_format` | **Description:** Changes the title format of the Dynamic Collections.
**Default:** `People's Choice Awards <>`
**Values:** Any string with `<>` in it. | | `summary_format` | **Description:** Changes the summary format of the Dynamic Collections.
**Default:** `<> People's Choice Award Winners.`
**Values:** Any string with `<>` in it. | - 1. Each default collection has a `key` that when calling to effect a specific collection you must replace - `<>` with when calling. + 1. Each default collection has a `key` [see here]() that you must replace + `<>` with when using this template variable. These keys are found in the table at the top of this page. === "Shared Template Variables" diff --git a/docs/defaults/award/razzie.md b/docs/defaults/award/razzie.md index a2773de9b..01e4a8d75 100644 --- a/docs/defaults/award/razzie.md +++ b/docs/defaults/award/razzie.md @@ -8,7 +8,7 @@ The `razzie` Default Collection File is used to create collections based on the Supported Library Types: Movie -## Collections Section 130 +## Collections Section 130 | Collection | Key | Description | |:------------------------------------------------|:----------------------------------|:-------------------------------------------------------| @@ -47,16 +47,16 @@ work. Any value not specified will use its default value if it has one if not it | `use_year_collections` | **Description:** Turn the individual year collections off.
**Values:** `false` to turn of the collections | | `year_collection_section` | **Description:** Change the collection section for year collections only. (Use quotes to not lose leading zeros `"05"`)
**Values:** Any number | | `sync_mode` | **Description:** Changes the Sync Mode for all collections in a Defaults file.
**Default:** `sync`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| - | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the specified key's collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| + | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the [key's](#collection_section) collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| | `collection_order` | **Description:** Changes the Collection Order for all collections in a Defaults file.
**Default:** `custom`
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| - | `collection_order_<>`1 | **Description:** Changes the Collection Order of the specified key's collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| + | `collection_order_<>`1 | **Description:** Changes the Collection Order of the [key's](#collection_section) collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| | `data` | **Description:** Replaces the `data` dynamic collection value.
AttributeDescription & Values
startingControls the starting year for collections
Default: latest-5
Values: Number greater than 0
endingControls the ending year for collections
Default: latest
Values: Number greater than 1
incrementControls the increment (i.e. every 5th year)
Default: 1
Values: Number greater than 0
  • starting and ending can also have the value latest
  • You can also use a value relative to the latest by doing latest-5
| | `exclude` | **Description:** Exclude these Years from creating a Dynamic Collection.
**Values:** List of Years | | `name_format` | **Description:** Changes the title format of the Dynamic Collections.
**Default:** `Razzie <>`
**Values:** Any string with `<>` in it. | | `summary_format` | **Description:** Changes the summary format of the Dynamic Collections.
**Default:** `<> Razzie Award Winners.`
**Values:** Any string with `<>` in it. | - 1. Each default collection has a `key` that when calling to effect a specific collection you must replace - `<>` with when calling. + 1. Each default collection has a `key` [see here]() that you must replace + `<>` with when using this template variable. These keys are found in the table at the top of this page. === "Shared Template Variables" diff --git a/docs/defaults/award/sag.md b/docs/defaults/award/sag.md index e58e309d0..020451cf5 100644 --- a/docs/defaults/award/sag.md +++ b/docs/defaults/award/sag.md @@ -8,7 +8,7 @@ The `sag` Default Collection File is used to create collections based on the Scr Supported Library Types: Movie -## Collections Section 130 +## Collections Section 130 | Collection | Key | Description | |:--------------------------------------------------------------------------|:----------------------------------|:--------------------------------------------------------------------| @@ -47,16 +47,16 @@ work. Any value not specified will use its default value if it has one if not it | `use_year_collections` | **Description:** Turn the individual year collections off.
**Values:** `false` to turn of the collections | | `year_collection_section` | **Description:** Change the collection section for year collections only. (Use quotes to not lose leading zeros `"05"`)
**Values:** Any number | | `sync_mode` | **Description:** Changes the Sync Mode for all collections in a Defaults file.
**Default:** `sync`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| - | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the specified key's collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| + | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the [key's](#collection_section) collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| | `collection_order` | **Description:** Changes the Collection Order for all collections in a Defaults file.
**Default:** `custom`
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| - | `collection_order_<>`1 | **Description:** Changes the Collection Order of the specified key's collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| + | `collection_order_<>`1 | **Description:** Changes the Collection Order of the [key's](#collection_section) collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| | `data` | **Description:** Replaces the `data` dynamic collection value.
AttributeDescription & Values
startingControls the starting year for collections
Default: latest-5
Values: Number greater than 0
endingControls the ending year for collections
Default: latest
Values: Number greater than 1
incrementControls the increment (i.e. every 5th year)
Default: 1
Values: Number greater than 0
  • starting and ending can also have the value latest
  • You can also use a value relative to the latest by doing latest-5
| | `exclude` | **Description:** Exclude these Years from creating a Dynamic Collection.
**Values:** List of Years | | `name_format` | **Description:** Changes the title format of the Dynamic Collections.
**Default:** `Screen Actors Guild <>`
**Values:** Any string with `<>` in it. | | `summary_format` | **Description:** Changes the summary format of the Dynamic Collections.
**Default:** `<> Screen Actors Guild Award Winners.`
**Values:** Any string with `<>` in it. | - 1. Each default collection has a `key` that when calling to effect a specific collection you must replace - `<>` with when calling. + 1. Each default collection has a `key` [see here]() that you must replace + `<>` with when using this template variable. These keys are found in the table at the top of this page. === "Shared Template Variables" diff --git a/docs/defaults/award/separator.md b/docs/defaults/award/separator.md index 6aee76d4d..b7a6b298b 100644 --- a/docs/defaults/award/separator.md +++ b/docs/defaults/award/separator.md @@ -8,7 +8,7 @@ The `separator_award` Default Collection File is used to create a separator coll Supported Library Types: Movie, Show -## Collections Section 130 +## Collections Section 130 | Collection | Key | Description | |:--------------------|:------------|:-------------------------------------------------------------------------------| diff --git a/docs/defaults/award/spirit.md b/docs/defaults/award/spirit.md index 6cd01b09e..42065ac8b 100644 --- a/docs/defaults/award/spirit.md +++ b/docs/defaults/award/spirit.md @@ -8,7 +8,7 @@ The `spirit` Default Collection File is used to create collections based on the Supported Library Types: Movie -## Collections Section 130 +## Collections Section 130 | Collection | Key | Description | |:--------------------------------------------------------------------------------------|:----------------------------------|:-------------------------------------------------------------------| @@ -47,16 +47,16 @@ work. Any value not specified will use its default value if it has one if not it | `use_year_collections` | **Description:** Turn the individual year collections off.
**Values:** `false` to turn of the collections | | `year_collection_section` | **Description:** Change the collection section for year collections only. (Use quotes to not lose leading zeros `"05"`)
**Values:** Any number | | `sync_mode` | **Description:** Changes the Sync Mode for all collections in a Defaults file.
**Default:** `sync`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| - | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the specified key's collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| + | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the [key's](#collection_section) collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| | `collection_order` | **Description:** Changes the Collection Order for all collections in a Defaults file.
**Default:** `custom`
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| - | `collection_order_<>`1 | **Description:** Changes the Collection Order of the specified key's collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| + | `collection_order_<>`1 | **Description:** Changes the Collection Order of the [key's](#collection_section) collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| | `data` | **Description:** Replaces the `data` dynamic collection value.
AttributeDescription & Values
startingControls the starting year for collections
Default: latest-5
Values: Number greater than 0
endingControls the ending year for collections
Default: latest
Values: Number greater than 1
incrementControls the increment (i.e. every 5th year)
Default: 1
Values: Number greater than 0
  • starting and ending can also have the value latest
  • You can also use a value relative to the latest by doing latest-5
| | `exclude` | **Description:** Exclude these Years from creating a Dynamic Collection.
**Values:** List of Years | | `name_format` | **Description:** Changes the title format of the Dynamic Collections.
**Default:** `Independent Spirit Awards <>`
**Values:** Any string with `<>` in it. | | `summary_format` | **Description:** Changes the summary format of the Dynamic Collections.
**Default:** `<> Independent Spirit Awards.`
**Values:** Any string with `<>` in it. | - 1. Each default collection has a `key` that when calling to effect a specific collection you must replace - `<>` with when calling. + 1. Each default collection has a `key` [see here]() that you must replace + `<>` with when using this template variable. These keys are found in the table at the top of this page. === "Shared Template Variables" diff --git a/docs/defaults/award/sundance.md b/docs/defaults/award/sundance.md index 7351c1069..38c623718 100644 --- a/docs/defaults/award/sundance.md +++ b/docs/defaults/award/sundance.md @@ -8,7 +8,7 @@ The `sundance` Default Collection File is used to create collections based on t Supported Library Types: Movie -## Collections Section 130 +## Collections Section 130 | Collection | Key | Description | |:--------------------------------------------------------------------------------|:----------------------------------|:-----------------------------------------------------------------------| @@ -47,16 +47,16 @@ work. Any value not specified will use its default value if it has one if not it | `use_year_collections` | **Description:** Turn the individual year collections off.
**Values:** `false` to turn of the collections | | `year_collection_section` | **Description:** Change the collection section for year collections only. (Use quotes to not lose leading zeros `"05"`)
**Values:** Any number | | `sync_mode` | **Description:** Changes the Sync Mode for all collections in a Defaults file.
**Default:** `sync`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| - | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the specified key's collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| + | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the [key's](#collection_section) collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| | `collection_order` | **Description:** Changes the Collection Order for all collections in a Defaults file.
**Default:** `custom`
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| - | `collection_order_<>`1 | **Description:** Changes the Collection Order of the specified key's collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| + | `collection_order_<>`1 | **Description:** Changes the Collection Order of the [key's](#collection_section) collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| | `data` | **Description:** Replaces the `data` dynamic collection value.
AttributeDescription & Values
startingControls the starting year for collections
Default: latest-5
Values: Number greater than 0
endingControls the ending year for collections
Default: latest
Values: Number greater than 1
incrementControls the increment (i.e. every 5th year)
Default: 1
Values: Number greater than 0
  • starting and ending can also have the value latest
  • You can also use a value relative to the latest by doing latest-5
| | `exclude` | **Description:** Exclude these Years from creating a Dynamic Collection.
**Values:** List of Years | | `name_format` | **Description:** Changes the title format of the Dynamic Collections.
**Default:** `Sundance Film Festival <>`
**Values:** Any string with `<>` in it. | | `summary_format` | **Description:** Changes the summary format of the Dynamic Collections.
**Default:** `Sundance Film Festival of <>.`
**Values:** Any string with `<>` in it. | - 1. Each default collection has a `key` that when calling to effect a specific collection you must replace - `<>` with when calling. + 1. Each default collection has a `key` [see here]() that you must replace + `<>` with when using this template variable. These keys are found in the table at the top of this page. === "Shared Template Variables" diff --git a/docs/defaults/award/tiff.md b/docs/defaults/award/tiff.md index b80cbefdc..1a4b6e5a5 100644 --- a/docs/defaults/award/tiff.md +++ b/docs/defaults/award/tiff.md @@ -9,7 +9,7 @@ Awards. Supported Library Types: Movie -## Collections Section 130 +## Collections Section 130 | Collection | Key | Description | |:----------------------------------------------------------------------------------------------------------|:----------------------------------|:------------------------------------------------------------------------------------| @@ -48,16 +48,16 @@ work. Any value not specified will use its default value if it has one if not it | `use_year_collections` | **Description:** Turn the individual year collections off.
**Values:** `false` to turn of the collections | | `year_collection_section` | **Description:** Change the collection section for year collections only. (Use quotes to not lose leading zeros `"05"`)
**Values:** Any number | | `sync_mode` | **Description:** Changes the Sync Mode for all collections in a Defaults file.
**Default:** `sync`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| - | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the specified key's collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| + | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the [key's](#collection_section) collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| | `collection_order` | **Description:** Changes the Collection Order for all collections in a Defaults file.
**Default:** `custom`
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| - | `collection_order_<>`1 | **Description:** Changes the Collection Order of the specified key's collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| + | `collection_order_<>`1 | **Description:** Changes the Collection Order of the [key's](#collection_section) collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| | `data` | **Description:** Replaces the `data` dynamic collection value.
AttributeDescription & Values
startingControls the starting year for collections
Default: latest-5
Values: Number greater than 0
endingControls the ending year for collections
Default: latest
Values: Number greater than 1
incrementControls the increment (i.e. every 5th year)
Default: 1
Values: Number greater than 0
  • starting and ending can also have the value latest
  • You can also use a value relative to the latest by doing latest-5
| | `exclude` | **Description:** Exclude these Years from creating a Dynamic Collection.
**Values:** List of Years | | `name_format` | **Description:** Changes the title format of the Dynamic Collections.
**Default:** `Toronto International Film Festival <>`
**Values:** Any string with `<>` in it. | | `summary_format` | **Description:** Changes the summary format of the Dynamic Collections.
**Default:** `<> Toronto International Film Festival Award Winners.`
**Values:** Any string with `<>` in it. | - 1. Each default collection has a `key` that when calling to effect a specific collection you must replace - `<>` with when calling. + 1. Each default collection has a `key` [see here]() that you must replace + `<>` with when using this template variable. These keys are found in the table at the top of this page. These keys are found in the table at the top of this page. === "Shared Template Variables" diff --git a/docs/defaults/award/venice.md b/docs/defaults/award/venice.md index 048e94cb7..165b72925 100644 --- a/docs/defaults/award/venice.md +++ b/docs/defaults/award/venice.md @@ -8,7 +8,7 @@ The `venice` Default Collection File is used to create collections based on the Supported Library Types: Movie -## Collections Section 130 +## Collections Section 130 | Collection | Key | Description | |:------------------------------------------------|:----------------------------------|:---------------------------------------------------------------------| @@ -47,16 +47,16 @@ work. Any value not specified will use its default value if it has one if not it | `use_year_collections` | **Description:** Turn the individual year collections off.
**Values:** `false` to turn of the collections | | `year_collection_section` | **Description:** Change the collection section for year collections only. (Use quotes to not lose leading zeros `"05"`)
**Values:** Any number | | `sync_mode` | **Description:** Changes the Sync Mode for all collections in a Defaults file.
**Default:** `sync`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| - | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the specified key's collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| + | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the [key's](#collection_section) collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| | `collection_order` | **Description:** Changes the Collection Order for all collections in a Defaults file.
**Default:** `custom`
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| - | `collection_order_<>`1 | **Description:** Changes the Collection Order of the specified key's collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| + | `collection_order_<>`1 | **Description:** Changes the Collection Order of the [key's](#collection_section) collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| | `data` | **Description:** Replaces the `data` dynamic collection value.
AttributeDescription & Values
startingControls the starting year for collections
Default: latest-5
Values: Number greater than 0
endingControls the ending year for collections
Default: latest
Values: Number greater than 1
incrementControls the increment (i.e. every 5th year)
Default: 1
Values: Number greater than 0
  • starting and ending can also have the value latest
  • You can also use a value relative to the latest by doing latest-5
| | `exclude` | **Description:** Exclude these Years from creating a Dynamic Collection.
**Values:** List of Years | | `name_format` | **Description:** Changes the title format of the Dynamic Collections.
**Default:** `Venice <>`
**Values:** Any string with `<>` in it. | | `summary_format` | **Description:** Changes the summary format of the Dynamic Collections.
**Default:** `<> Venice Award Winners.`
**Values:** Any string with `<>` in it. | - 1. Each default collection has a `key` that when calling to effect a specific collection you must replace - `<>` with when calling. + 1. Each default collection has a `key` [see here]() that you must replace + `<>` with when using this template variable. These keys are found in the table at the top of this page. === "Shared Template Variables" diff --git a/docs/defaults/both/actor.md b/docs/defaults/both/actor.md index c1e6a6573..ea865a8b6 100644 --- a/docs/defaults/both/actor.md +++ b/docs/defaults/both/actor.md @@ -7,7 +7,7 @@ in your library. Supported Library Types: Movie, Show -## Collections Section 140 +## Collections Section 140 | Collection | Key | Description | |:------------------------------------------------|:------------------------------------------------|:-------------------------------------------------------------------------------| @@ -55,9 +55,9 @@ work. Any value not specified will use its default value if it has one if not it |:-----------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `style` | **Description:** Controls the visual theme of the collections created.
**Default:** `bw`
**Values:** `bw`, `rainier`, `signature`, `diiivoy`, or `diiivoycolor` | | `limit` | **Description:** Changes the Builder Limit for all collections in a Defaults file.
**Values:** Number Greater than 0 | - | `limit_<>`1 | **Description:** Changes the Builder Limit of the specified key's collection.
**Default:** `limit`
**Values:** Number Greater than 0 | + | `limit_<>`1 | **Description:** Changes the Builder Limit of the [key's](#collection_section) collection.
**Default:** `limit`
**Values:** Number Greater than 0 | | `sort_by` | **Description:** Changes the Smart Filter Sort for all collections in a Defaults file.
**Default:** `release.desc`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | - | `sort_by_<>`1 | **Description:** Changes the Smart Filter Sort of the specified key's collection.
**Default:** `sort_by`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | + | `sort_by_<>`1 | **Description:** Changes the Smart Filter Sort of the [key's](#collection_section) collection.
**Default:** `sort_by`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | | `data` | **Description:** Replaces the `data` dynamic collection value.
AttributeDescription & Values
depthControls the depth within the casting credits to search for common actors
Default: 5
Values: Number greater than 0
limitControls the maximum number of collections to create
Default: 25
Values: Number greater than 0
| | `include` | **Description:** Force these Actors to be included to create a Dynamic Collection.
**Values:** List of Actor Names | | `exclude` | **Description:** Exclude these Actors from creating a Dynamic Collection.
**Values:** List of Actor Names | @@ -66,8 +66,8 @@ work. Any value not specified will use its default value if it has one if not it | `tmdb_birthday` | **Description:** Controls if the Definition is run based on `tmdb_person`'s Birthday. Has 3 possible attributes `this_month`, `before` and `after`.
**Values:**
`this_month`Run's if Birthday is in current Month`true`/`false`
`before`Run if X Number of Days before the BirthdayNumber 0 or greater
`after`Run if X Number of Days after the BirthdayNumber 0 or greater
| | `tmdb_person_offset_<>`1 | **Description:** Changes the summary tmdb_person_offset for the specific key.
**Default:** `0`
**Values:** Dictionary of Actor Name as the keys and the tmdb_person_offset as the value. | - 1. Each default collection has a `key` that when calling to effect a specific collection you must replace - `<>` with when calling. + 1. Each default collection has a `key` [see here]() that you must replace + `<>` with when using this template variable. These keys are found in the table at the top of this page. === "Shared Template Variables" diff --git a/docs/defaults/both/aspect.md b/docs/defaults/both/aspect.md index 9f8893792..369aa215d 100644 --- a/docs/defaults/both/aspect.md +++ b/docs/defaults/both/aspect.md @@ -8,7 +8,7 @@ The `aspect` Default Collection File is used to create collections with items th Supported Library Types: Movie, Show -## Collections Section 125 +## Collections Section 125 | Collection | Key | Description | |:-------------------------------|:------------|:-------------------------------------------------------------------------------| @@ -58,17 +58,17 @@ work. Any value not specified will use its default value if it has one if not it | Variable | Description & Values | |:--------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `limit` | **Description:** Changes the Builder Limit for all collections in a Defaults file.
**Values:** Number Greater than 0 | - | `limit_<>`1 | **Description:** Changes the Builder Limit of the specified key's collection.
**Default:** `limit`
**Values:** Number Greater than 0 | + | `limit_<>`1 | **Description:** Changes the Builder Limit of the [key's](#collection_section) collection.
**Default:** `limit`
**Values:** Number Greater than 0 | | `sort_by` | **Description:** Changes the Smart Filter Sort for all collections in a Defaults file.
**Default:** `release.desc`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | - | `sort_by_<>`1 | **Description:** Changes the Smart Filter Sort of the specified key's collection.
**Default:** `sort_by`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | + | `sort_by_<>`1 | **Description:** Changes the Smart Filter Sort of the [key's](#collection_section) collection.
**Default:** `sort_by`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | | `sync_mode` | **Description:** Changes the Sync Mode for all collections in a Defaults file.
**Default:** `sync`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| - | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the specified key's collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| + | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the [key's](#collection_section) collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| | `exclude` | **Description:** Exclude these Media Outlets from creating a Dynamic Collection.
**Values:** List of Media Outlet Keys | | `name_format` | **Description:** Changes the title format of the Dynamic Collections.
**Default:** `Based on a <>`
**Values:** Any string with `<>` in it. | | `summary_format` | **Description:** Changes the summary format of the Dynamic Collections.
**Default:** `<>s based on or inspired by <>s.`
**Values:** Any string. | - 1. Each default collection has a `key` that when calling to effect a specific collection you must replace - `<>` with when calling. + 1. Each default collection has a `key` [see here]() that you must replace + `<>` with when using this template variable. These keys are found in the table at the top of this page. === "Shared Template Variables" diff --git a/docs/defaults/both/audio_language.md b/docs/defaults/both/audio_language.md index da5be2b58..676849e2d 100644 --- a/docs/defaults/both/audio_language.md +++ b/docs/defaults/both/audio_language.md @@ -9,7 +9,7 @@ available in your library. Supported Library Types: Movie, Show -## Collections Section 090 +## Collections Section 090 | Collection | Key | Description | |:------------------------------------------------------|:-----------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------| @@ -53,19 +53,19 @@ work. Any value not specified will use its default value if it has one if not it | Variable | Description & Values | |:------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `limit` | **Description:** Changes the Builder Limit for all collections in a Defaults file.
**Values:** Number Greater than 0 | - | `limit_<>`1 | **Description:** Changes the Builder Limit of the specified key's collection.
**Default:** `limit`
**Values:** Number Greater than 0 | + | `limit_<>`1 | **Description:** Changes the Builder Limit of the [key's](#collection_section) collection.
**Default:** `limit`
**Values:** Number Greater than 0 | | `sort_by` | **Description:** Changes the Smart Filter Sort for all collections in a Defaults file.
**Default:** `release.desc`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | - | `sort_by_<>`1 | **Description:** Changes the Smart Filter Sort of the specified key's collection.
**Default:** `sort_by`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | - | `include` | **Description:** Overrides the [default include list](#include)
**Values:** List of [ISO 639-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)
**Values:** List of [ISO 639-2 codes](https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes) | - | `append_include` | **Description:** Appends to the [default include list](#include)
**Values:** List of [ISO 639-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)
**Values:** List of [ISO 639-2 codes](https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes) | - | `remove_include` | **Description:** Removes from the [default include list](#include)
**Values:** List of [ISO 639-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)
**Values:** List of [ISO 639-2 codes](https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes) | + | `sort_by_<>`1 | **Description:** Changes the Smart Filter Sort of the [key's](#collection_section) collection.
**Default:** `sort_by`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | + | `include` | **Description:** Overrides the [default include list](#default-values)
**Values:** List of [ISO 639-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)
**Values:** List of [ISO 639-2 codes](https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes) | + | `append_include` | **Description:** Appends to the [default include list](#default-values)
**Values:** List of [ISO 639-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)
**Values:** List of [ISO 639-2 codes](https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes) | + | `remove_include` | **Description:** Removes from the [default include list](#default-values)
**Values:** List of [ISO 639-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)
**Values:** List of [ISO 639-2 codes](https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes) | | `exclude` | **Description:** Exclude these Audio Languages from creating a Dynamic Collection.
**Values:** List of [ISO 639-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)
**Values:** List of [ISO 639-2 codes](https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes) | - | `key_name_override` | **Description:** Overrides the [default key_name_override dictionary](#key-name-override).
**Values:** Dictionary with `key: new_key_name` entries | + | `key_name_override` | **Description:** Overrides the [default key_name_override dictionary](#default-values).
**Values:** Dictionary with `key: new_key_name` entries | | `name_format` | **Description:** Changes the title format of the Dynamic Collections.
**Default:** `<> Audio`
**Values:** Any string with `<>` in it. | | `summary_format` | **Description:** Changes the summary format of the Dynamic Collections.
**Default:** `<>s filmed in the <> Language.`
**Values:** Any string. | - 1. Each default collection has a `key` that when calling to effect a specific collection you must replace - `<>` with when calling. + 1. Each default collection has a `key` [see here]() that you must replace + `<>` with when using this template variable. These keys are found in the table at the top of this page. === "Shared Template Variables" @@ -104,46 +104,8 @@ work. Any value not specified will use its default value if it has one if not it ## Default Values -These are lists provided for reference to show what values will be in use if you do no customization. **These do not -show how to change a name or a list.** - -If you want to customize these values, use the methods described above. - -??? example "Default `include` (click to expand) " - -
- - ```{ .dtd .no-copy } - ############################################################################### - ################################## IMPORTANT ################################## - ##################### THIS DATA IS PROVIDED FOR REFERENCE #################### - ## DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ### - ############# SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############ - ############################################################################### - include: {% - include-markdown "../../../defaults/both/audio_language.yml" - comments=false - preserve-includer-indent=false - start="include:" - end="key_name_override:" - %} - ``` +Unless you customize them as described above, these collections use default lists and searches to create the collections. + +If you are interested in customizing the default values, you can find that information [here](#template-variables). -??? example "Default `key_name_override` (click to expand) " - -
- - ```{ .dtd .no-copy } - ############################################################################### - ################################## IMPORTANT ################################## - ##################### THIS DATA IS PROVIDED FOR REFERENCE #################### - ## DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ### - ############# SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############ - ############################################################################### - key_name_override: {% - include-markdown "../../../defaults/both/audio_language.yml" - comments=false - preserve-includer-indent=false - start="key_name_override:" - %} - ``` \ No newline at end of file +If you are interested in seeing what those default builders are, you can find that information [here](../sources.md). diff --git a/docs/defaults/both/based.md b/docs/defaults/both/based.md index ce8c18161..cc0336e7e 100644 --- a/docs/defaults/both/based.md +++ b/docs/defaults/both/based.md @@ -9,7 +9,7 @@ media outlets (such as Books or Video Games). Supported Library Types: Movie, Show -## Collections Section 085 +## Collections Section 085 | Collection | Key | Description | |:---------------------------|:--------------|:-------------------------------------------------------------------------------| @@ -55,17 +55,17 @@ work. Any value not specified will use its default value if it has one if not it | Variable | Description & Values | |:--------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `limit` | **Description:** Changes the Builder Limit for all collections in a Defaults file.
**Values:** Number Greater than 0 | - | `limit_<>`1 | **Description:** Changes the Builder Limit of the specified key's collection.
**Default:** `limit`
**Values:** Number Greater than 0 | + | `limit_<>`1 | **Description:** Changes the Builder Limit of the [key's](#collection_section) collection.
**Default:** `limit`
**Values:** Number Greater than 0 | | `sort_by` | **Description:** Changes the Smart Filter Sort for all collections in a Defaults file.
**Default:** `release.desc`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | - | `sort_by_<>`1 | **Description:** Changes the Smart Filter Sort of the specified key's collection.
**Default:** `sort_by`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | + | `sort_by_<>`1 | **Description:** Changes the Smart Filter Sort of the [key's](#collection_section) collection.
**Default:** `sort_by`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | | `sync_mode` | **Description:** Changes the Sync Mode for all collections in a Defaults file.
**Default:** `sync`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| - | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the specified key's collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| + | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the [key's](#collection_section) collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| | `exclude` | **Description:** Exclude these Media Outlets from creating a Dynamic Collection.
**Values:** List of Media Outlet Keys | | `name_format` | **Description:** Changes the title format of the Dynamic Collections.
**Default:** `Based on a <>`
**Values:** Any string with `<>` in it. | | `summary_format` | **Description:** Changes the summary format of the Dynamic Collections.
**Default:** `<>s based on or inspired by <>s.`
**Values:** Any string. | - 1. Each default collection has a `key` that when calling to effect a specific collection you must replace - `<>` with when calling. + 1. Each default collection has a `key` [see here]() that you must replace + `<>` with when using this template variable. These keys are found in the table at the top of this page. === "Shared Template Variables" diff --git a/docs/defaults/both/collectionless.md b/docs/defaults/both/collectionless.md index dd4dd46df..1879fd82e 100644 --- a/docs/defaults/both/collectionless.md +++ b/docs/defaults/both/collectionless.md @@ -69,7 +69,7 @@ work. Any value not specified will use its default value if it has one if not it | `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| | `url_poster` | **Description:** Changes the poster url of the collection.
**Values:** URL directly to the Image | | `exclude` | **Description:** Exclude these Collections from being considered for collectionless.
**Values:** List of Collections | - | `exclude_prefix` | **Description:** Overrides the [default exclude_prefix list](#exclude-prefix). Exclude Collections with one of these prefixes from being considered for collectionless.
**Default:** [default exclude_prefix list](#exclude-prefix)
**Values:** List of Prefixes | | + | `exclude_prefix` | **Description:** Overrides the [default exclude_prefix list](#default-values). Exclude Collections with one of these prefixes from being considered for collectionless.
**Default:** [default exclude_prefix list](#exclude-prefix)
**Values:** List of Prefixes | | ???+ example "Example Template Variable Amendments" @@ -92,28 +92,8 @@ work. Any value not specified will use its default value if it has one if not it ## Default Values -These are lists provided for reference to show what values will be in use if you do no customization. **These do not -show how to change a name or a list.** - -If you want to customize these values, use the methods described above. - -??? example "Default `exclude_prefix` (click to expand) " - -
- - ```{ .dtd .no-copy } - ############################################################################### - ################################## IMPORTANT ################################## - ##################### THIS DATA IS PROVIDED FOR REFERENCE #################### - ## DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ### - ############# SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############ - ############################################################################### - {% - include-markdown "../../../defaults/both/collectionless.yml" - comments=false - preserve-includer-indent=true - dedent=true - start="# check1" - end="# check2" - %} - ``` \ No newline at end of file +Unless you customize them as described above, these collections use default lists and searches to create the collections. + +If you are interested in customizing the default values, you can find that information [here](#template-variables). + +If you are interested in seeing what those default builders are, you can find that information [here](../sources.md). diff --git a/docs/defaults/both/content_rating_au.md b/docs/defaults/both/content_rating_au.md index 499c73ccc..f9961ad73 100644 --- a/docs/defaults/both/content_rating_au.md +++ b/docs/defaults/both/content_rating_au.md @@ -14,7 +14,7 @@ Supported Library Types: Movie, Show Recommendation: Set the Certification Country within your library's advanced settings to "Australia" -## Collections Section 110 +## Collections Section 110 | Collection | Key | Description | |:-------------------------------------------------------------|:-----------------------------------------|:--------------------------------------------------------------------------------------| @@ -58,21 +58,21 @@ work. Any value not specified will use its default value if it has one if not it | Variable | Description & Values | |:------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `limit` | **Description:** Changes the Builder Limit for all collections in a Defaults file.
**Values:** Number Greater than 0 | - | `limit_<>`1 | **Description:** Changes the Builder Limit of the specified key's collection.
**Default:** `limit`
**Values:** Number Greater than 0 | + | `limit_<>`1 | **Description:** Changes the Builder Limit of the [key's](#collection_section) collection.
**Default:** `limit`
**Values:** Number Greater than 0 | | `sort_by` | **Description:** Changes the Smart Filter Sort for all collections in a Defaults file.
**Default:** `release.desc`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | - | `sort_by_<>`1 | **Description:** Changes the Smart Filter Sort of the specified key's collection.
**Default:** `sort_by`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | - | `include` | **Description:** Overrides the [default include list](#include).
**Values:** List of Content Ratings found in your library | - | `append_include` | **Description:** Appends to the [default include list](#include).
**Values:** List of Content Ratings found in your library | - | `remove_include` | **Description:** Removes from the [default include list](#include).
**Values:** List of Content Ratings found in your library | + | `sort_by_<>`1 | **Description:** Changes the Smart Filter Sort of the [key's](#collection_section) collection.
**Default:** `sort_by`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | + | `include` | **Description:** Overrides the [default include list](#default-values).
**Values:** List of Content Ratings found in your library | + | `append_include` | **Description:** Appends to the [default include list](#default-values).
**Values:** List of Content Ratings found in your library | + | `remove_include` | **Description:** Removes from the [default include list](#default-values).
**Values:** List of Content Ratings found in your library | | `exclude` | **Description:** Exclude these Content Ratings from creating a Dynamic Collection.
**Values:** List of Content Ratings found in your library | - | `addons` | **Description:** Overrides the [default addons dictionary](#addons). Defines how multiple keys can be combined under a parent key. The parent key doesn't have to already exist in Plex
**Values:** Dictionary List of Content Ratings found in your library | - | `append_addons` | **Description:** Appends to the [default addons dictionary](#addons).
**Values:** Dictionary List of Content Ratings found in your library | - | `remove_addons` | **Description:** Removes from the [default addons dictionary](#addons).
**Values:** Dictionary List of Content Ratings found in your library | + | `addons` | **Description:** Overrides the [default addons dictionary](#default-values). Defines how multiple keys can be combined under a parent key. The parent key doesn't have to already exist in Plex
**Values:** Dictionary List of Content Ratings found in your library | + | `append_addons` | **Description:** Appends to the [default addons dictionary](#default-values).
**Values:** Dictionary List of Content Ratings found in your library | + | `remove_addons` | **Description:** Removes from the [default addons dictionary](#default-values).
**Values:** Dictionary List of Content Ratings found in your library | | `name_format` | **Description:** Changes the title format of the Dynamic Collections.
**Default:** `<> <>s`
**Values:** Any string with `<>` in it. | | `summary_format` | **Description:** Changes the summary format of the Dynamic Collections.
**Default:** `<>s that are rated <>.`
**Values:** Any string. | - 1. Each default collection has a `key` that when calling to effect a specific collection you must replace - `<>` with when calling. + 1. Each default collection has a `key` [see here]() that you must replace + `<>` with when using this template variable. These keys are found in the table at the top of this page. === "Shared Template Variables" @@ -114,46 +114,8 @@ work. Any value not specified will use its default value if it has one if not it ## Default Values -These are lists provided for reference to show what values will be in use if you do no customization. **These do not -show how to change a name or a list.** - -If you want to customize these values, use the methods described above. - -??? example "Default `include` (click to expand) " - -
- - ```{ .dtd .no-copy } - ############################################################################### - ################################## IMPORTANT ################################## - ##################### THIS DATA IS PROVIDED FOR REFERENCE #################### - ## DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ### - ############# SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############ - ############################################################################### - include: {% - include-markdown "../../../defaults/both/content_rating_au.yml" - comments=false - preserve-includer-indent=false - start="include:" - end="addons:" - %} - ``` +Unless you customize them as described above, these collections use default lists and searches to create the collections. -??? example "Default `addons` (click to expand) " - -
- - ```{ .dtd .no-copy } - ############################################################################### - ################################## IMPORTANT ################################## - ##################### THIS DATA IS PROVIDED FOR REFERENCE #################### - ## DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ### - ############# SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############ - ############################################################################### - addons: {% - include-markdown "../../../defaults/both/content_rating_au.yml" - comments=false - preserve-includer-indent=false - start="addons:" - %} - ``` +If you are interested in customizing the default values, you can find that information [here](#template-variables). + +If you are interested in seeing what those default builders are, you can find that information [here](../sources.md). diff --git a/docs/defaults/both/content_rating_cs.md b/docs/defaults/both/content_rating_cs.md index f38edf25e..a1453c668 100644 --- a/docs/defaults/both/content_rating_cs.md +++ b/docs/defaults/both/content_rating_cs.md @@ -16,7 +16,7 @@ Recommendations: Use the [Mass Content Rating Update Library Operation](../../config/operations.md#mass-content-rating-update) with either `mdb_commonsense` or `mdb_commonsense0` to update Plex to the Common Sense Rating. -## Collections Section 110 +## Collections Section 110 | Collection | Key | Description | |:------------------------------------------------------------------|:---------------------------------|:--------------------------------------------------------------------------------------| @@ -60,21 +60,21 @@ work. Any value not specified will use its default value if it has one if not it | Variable | Description & Values | |:------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `limit` | **Description:** Changes the Builder Limit for all collections in a Defaults file.
**Values:** Number Greater than 0 | - | `limit_<>`1 | **Description:** Changes the Builder Limit of the specified key's collection.
**Default:** `limit`
**Values:** Number Greater than 0 | + | `limit_<>`1 | **Description:** Changes the Builder Limit of the [key's](#collection_section) collection.
**Default:** `limit`
**Values:** Number Greater than 0 | | `sort_by` | **Description:** Changes the Smart Filter Sort for all collections in a Defaults file.
**Default:** `release.desc`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | - | `sort_by_<>`1 | **Description:** Changes the Smart Filter Sort of the specified key's collection.
**Default:** `sort_by`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | - | `include` | **Description:** Overrides the [default include list](#include).
**Values:** List of Content Ratings found in your library | - | `append_include` | **Description:** Appends to the [default include list](#include).
**Values:** List of Content Ratings found in your library | - | `remove_include` | **Description:** Removes from the [default include list](#include).
**Values:** List of Content Ratings found in your library | + | `sort_by_<>`1 | **Description:** Changes the Smart Filter Sort of the [key's](#collection_section) collection.
**Default:** `sort_by`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | + | `include` | **Description:** Overrides the [default include list](#default-values).
**Values:** List of Content Ratings found in your library | + | `append_include` | **Description:** Appends to the [default include list](#default-values).
**Values:** List of Content Ratings found in your library | + | `remove_include` | **Description:** Removes from the [default include list](#default-values).
**Values:** List of Content Ratings found in your library | | `exclude` | **Description:** Exclude these Content Ratings from creating a Dynamic Collection.
**Values:** List of Content Ratings found in your library | - | `addons` | **Description:** Overrides the [default addons dictionary](#addons). Defines how multiple keys can be combined under a parent key. The parent key doesn't have to already exist in Plex
**Values:** Dictionary List of Content Ratings found in your library | - | `append_addons` | **Description:** Appends to the [default addons dictionary](#addons).
**Values:** Dictionary List of Content Ratings found in your library | - | `remove_addons` | **Description:** Removes from the [default addons dictionary](#addons).
**Values:** Dictionary List of Content Ratings found in your library | + | `addons` | **Description:** Overrides the [default addons dictionary](#default-values). Defines how multiple keys can be combined under a parent key. The parent key doesn't have to already exist in Plex
**Values:** Dictionary List of Content Ratings found in your library | + | `append_addons` | **Description:** Appends to the [default addons dictionary](#default-values).
**Values:** Dictionary List of Content Ratings found in your library | + | `remove_addons` | **Description:** Removes from the [default addons dictionary](#default-values).
**Values:** Dictionary List of Content Ratings found in your library | | `name_format` | **Description:** Changes the title format of the Dynamic Collections.
**Default:** `Age <>+ <>s`
**Values:** Any string with `<>` in it. | | `summary_format` | **Description:** Changes the summary format of the Dynamic Collections.
**Default:** `<>s that are rated <> accorfing to the Common Sense Rating System.`
**Values:** Any string. | - 1. Each default collection has a `key` that when calling to effect a specific collection you must replace - `<>` with when calling. + 1. Each default collection has a `key` [see here]() that you must replace + `<>` with when using this template variable. These keys are found in the table at the top of this page. === "Shared Template Variables" @@ -116,46 +116,8 @@ work. Any value not specified will use its default value if it has one if not it ## Default Values -These are lists provided for reference to show what values will be in use if you do no customization. **These do not -show how to change a name or a list.** - -If you want to customize these values, use the methods described above. - -??? example "Default `include` (click to expand) " - -
- - ```{ .dtd .no-copy } - ############################################################################### - ################################## IMPORTANT ################################## - ##################### THIS DATA IS PROVIDED FOR REFERENCE #################### - ## DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ### - ############# SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############ - ############################################################################### - include: {% - include-markdown "../../../defaults/both/content_rating_cs.yml" - comments=false - preserve-includer-indent=false - start="include:" - end="addons:" - %} - ``` +Unless you customize them as described above, these collections use default lists and searches to create the collections. -??? example "Default `addons` (click to expand) " - -
- - ```{ .dtd .no-copy } - ############################################################################### - ################################## IMPORTANT ################################## - ##################### THIS DATA IS PROVIDED FOR REFERENCE #################### - ## DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ### - ############# SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############ - ############################################################################### - addons: {% - include-markdown "../../../defaults/both/content_rating_cs.yml" - comments=false - preserve-includer-indent=false - start="addons:" - %} - ``` +If you are interested in customizing the default values, you can find that information [here](#template-variables). + +If you are interested in seeing what those default builders are, you can find that information [here](../sources.md). diff --git a/docs/defaults/both/content_rating_de.md b/docs/defaults/both/content_rating_de.md index 5257e9ff2..04dba954f 100644 --- a/docs/defaults/both/content_rating_de.md +++ b/docs/defaults/both/content_rating_de.md @@ -14,7 +14,7 @@ Supported Library Types: Movie, Show Recommendation: Set the Certification Country within your library's advanced settings to "Germany" -## Collections Section 110 +## Collections Section 110 | Collection | Key | Description | |:----------------------------------------------------------------|:--------------------------------------------|:--------------------------------------------------------------------------------------| @@ -58,21 +58,21 @@ work. Any value not specified will use its default value if it has one if not it | Variable | Description & Values | |:------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `limit` | **Description:** Changes the Builder Limit for all collections in a Defaults file.
**Values:** Number Greater than 0 | - | `limit_<>`1 | **Description:** Changes the Builder Limit of the specified key's collection.
**Default:** `limit`
**Values:** Number Greater than 0 | + | `limit_<>`1 | **Description:** Changes the Builder Limit of the [key's](#collection_section) collection.
**Default:** `limit`
**Values:** Number Greater than 0 | | `sort_by` | **Description:** Changes the Smart Filter Sort for all collections in a Defaults file.
**Default:** `release.desc`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | - | `sort_by_<>`1 | **Description:** Changes the Smart Filter Sort of the specified key's collection.
**Default:** `sort_by`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | - | `include` | **Description:** Overrides the [default include list](#include).
**Values:** List of Content Ratings found in your library | - | `append_include` | **Description:** Appends to the [default include list](#include).
**Values:** List of Content Ratings found in your library | - | `remove_include` | **Description:** Removes from the [default include list](#include).
**Values:** List of Content Ratings found in your library | + | `sort_by_<>`1 | **Description:** Changes the Smart Filter Sort of the [key's](#collection_section) collection.
**Default:** `sort_by`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | + | `include` | **Description:** Overrides the [default include list](#default-values).
**Values:** List of Content Ratings found in your library | + | `append_include` | **Description:** Appends to the [default include list](#default-values).
**Values:** List of Content Ratings found in your library | + | `remove_include` | **Description:** Removes from the [default include list](#default-values).
**Values:** List of Content Ratings found in your library | | `exclude` | **Description:** Exclude these Content Ratings from creating a Dynamic Collection.
**Values:** List of Content Ratings found in your library | - | `addons` | **Description:** Overrides the [default addons dictionary](#addons). Defines how multiple keys can be combined under a parent key. The parent key doesn't have to already exist in Plex
**Values:** Dictionary List of Content Ratings found in your library | - | `append_addons` | **Description:** Appends to the [default addons dictionary](#addons).
**Values:** Dictionary List of Content Ratings found in your library | - | `remove_addons` | **Description:** Removes from the [default addons dictionary](#addons).
**Values:** Dictionary List of Content Ratings found in your library | + | `addons` | **Description:** Overrides the [default addons dictionary](#default-values). Defines how multiple keys can be combined under a parent key. The parent key doesn't have to already exist in Plex
**Values:** Dictionary List of Content Ratings found in your library | + | `append_addons` | **Description:** Appends to the [default addons dictionary](#default-values).
**Values:** Dictionary List of Content Ratings found in your library | + | `remove_addons` | **Description:** Removes from the [default addons dictionary](#default-values).
**Values:** Dictionary List of Content Ratings found in your library | | `name_format` | **Description:** Changes the title format of the Dynamic Collections.
**Default:** `<> <>s`
**Values:** Any string with `<>` in it. | | `summary_format` | **Description:** Changes the summary format of the Dynamic Collections.
**Default:** `<>s that are rated <>.`
**Values:** Any string. | - 1. Each default collection has a `key` that when calling to effect a specific collection you must replace - `<>` with when calling. + 1. Each default collection has a `key` [see here]() that you must replace + `<>` with when using this template variable. These keys are found in the table at the top of this page. === "Shared Template Variables" @@ -114,46 +114,8 @@ work. Any value not specified will use its default value if it has one if not it ## Default Values -These are lists provided for reference to show what values will be in use if you do no customization. **These do not -show how to change a name or a list.** - -If you want to customize these values, use the methods described above. - -??? example "Default `include` (click to expand) " - -
- - ```{ .dtd .no-copy } - ############################################################################### - ################################## IMPORTANT ################################## - ##################### THIS DATA IS PROVIDED FOR REFERENCE #################### - ## DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ### - ############# SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############ - ############################################################################### - include: {% - include-markdown "../../../defaults/both/content_rating_de.yml" - comments=false - preserve-includer-indent=false - start="include:" - end="addons:" - %} - ``` +Unless you customize them as described above, these collections use default lists and searches to create the collections. -??? example "Default `addons` (click to expand) " - -
- - ```{ .dtd .no-copy } - ############################################################################### - ################################## IMPORTANT ################################## - ##################### THIS DATA IS PROVIDED FOR REFERENCE #################### - ## DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ### - ############# SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############ - ############################################################################### - addons: {% - include-markdown "../../../defaults/both/content_rating_de.yml" - comments=false - preserve-includer-indent=false - start="addons:" - %} - ``` +If you are interested in customizing the default values, you can find that information [here](#template-variables). + +If you are interested in seeing what those default builders are, you can find that information [here](../sources.md). diff --git a/docs/defaults/both/content_rating_mal.md b/docs/defaults/both/content_rating_mal.md index d684b739a..b96c2d41e 100644 --- a/docs/defaults/both/content_rating_mal.md +++ b/docs/defaults/both/content_rating_mal.md @@ -16,7 +16,7 @@ Recommendations: Use the [Mass Content Rating Update Library Operation](../../config/operations.md#mass-content-rating-update) with `mal` to update Plex to the MyAnimeList Content Rating. -## Collections Section 110 +## Collections Section 110 | Collection | Key | Description | |:----------------------------------------------------------------|:---------------------------------------------|:-------------------------------------------------------------------------------| @@ -66,21 +66,21 @@ work. Any value not specified will use its default value if it has one if not it | Variable | Description & Values | |:------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `limit` | **Description:** Changes the Builder Limit for all collections in a Defaults file.
**Values:** Number Greater than 0 | - | `limit_<>`1 | **Description:** Changes the Builder Limit of the specified key's collection.
**Default:** `limit`
**Values:** Number Greater than 0 | + | `limit_<>`1 | **Description:** Changes the Builder Limit of the [key's](#collection_section) collection.
**Default:** `limit`
**Values:** Number Greater than 0 | | `sort_by` | **Description:** Changes the Smart Filter Sort for all collections in a Defaults file.
**Default:** `release.desc`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | - | `sort_by_<>`1 | **Description:** Changes the Smart Filter Sort of the specified key's collection.
**Default:** `sort_by`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | - | `include` | **Description:** Overrides the [default include list](#include).
**Values:** List of Content Ratings found in your library | - | `append_include` | **Description:** Appends to the [default include list](#include).
**Values:** List of Content Ratings found in your library | - | `remove_include` | **Description:** Removes from the [default include list](#include).
**Values:** List of Content Ratings found in your library | + | `sort_by_<>`1 | **Description:** Changes the Smart Filter Sort of the [key's](#collection_section) collection.
**Default:** `sort_by`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | + | `include` | **Description:** Overrides the [default include list](#default-values).
**Values:** List of Content Ratings found in your library | + | `append_include` | **Description:** Appends to the [default include list](#default-values).
**Values:** List of Content Ratings found in your library | + | `remove_include` | **Description:** Removes from the [default include list](#default-values).
**Values:** List of Content Ratings found in your library | | `exclude` | **Description:** Exclude these Content Ratings from creating a Dynamic Collection.
**Values:** List of Content Ratings found in your library | - | `addons` | **Description:** Overrides the [default addons dictionary](#addons). Defines how multiple keys can be combined under a parent key. The parent key doesn't have to already exist in Plex
**Values:** Dictionary List of Content Ratings found in your library | - | `append_addons` | **Description:** Appends to the [default addons dictionary](#addons).
**Values:** Dictionary List of Content Ratings found in your library | - | `remove_addons` | **Description:** Removes from the [default addons dictionary](#addons).
**Values:** Dictionary List of Content Ratings found in your library | + | `addons` | **Description:** Overrides the [default addons dictionary](#default-values). Defines how multiple keys can be combined under a parent key. The parent key doesn't have to already exist in Plex
**Values:** Dictionary List of Content Ratings found in your library | + | `append_addons` | **Description:** Appends to the [default addons dictionary](#default-values).
**Values:** Dictionary List of Content Ratings found in your library | + | `remove_addons` | **Description:** Removes from the [default addons dictionary](#default-values).
**Values:** Dictionary List of Content Ratings found in your library | | `name_format` | **Description:** Changes the title format of the Dynamic Collections.
**Default:** `<> <>s`
**Values:** Any string with `<>` in it. | | `summary_format` | **Description:** Changes the summary format of the Dynamic Collections.
**Default:** `<>s that are rated <>.`
**Values:** Any string. | - 1. Each default collection has a `key` that when calling to effect a specific collection you must replace - `<>` with when calling. + 1. Each default collection has a `key` [see here]() that you must replace + `<>` with when using this template variable. These keys are found in the table at the top of this page. === "Shared Template Variables" @@ -123,46 +123,8 @@ work. Any value not specified will use its default value if it has one if not it ## Default Values -These are lists provided for reference to show what values will be in use if you do no customization. **These do not -show how to change a name or a list.** - -If you want to customize these values, use the methods described above. - -??? example "Default `include` (click to expand) " - -
- - ```{ .dtd .no-copy } - ############################################################################### - ################################## IMPORTANT ################################## - ##################### THIS DATA IS PROVIDED FOR REFERENCE #################### - ## DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ### - ############# SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############ - ############################################################################### - include: {% - include-markdown "../../../defaults/both/content_rating_mal.yml" - comments=false - preserve-includer-indent=false - start="include:" - end="addons:" - %} - ``` +Unless you customize them as described above, these collections use default lists and searches to create the collections. -??? example "Default `addons` (click to expand) " - -
- - ```{ .dtd .no-copy } - ############################################################################### - ################################## IMPORTANT ################################## - ##################### THIS DATA IS PROVIDED FOR REFERENCE #################### - ## DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ### - ############# SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############ - ############################################################################### - addons: {% - include-markdown "../../../defaults/both/content_rating_mal.yml" - comments=false - preserve-includer-indent=false - start="addons:" - %} - ``` +If you are interested in customizing the default values, you can find that information [here](#template-variables). + +If you are interested in seeing what those default builders are, you can find that information [here](../sources.md). diff --git a/docs/defaults/both/content_rating_nz.md b/docs/defaults/both/content_rating_nz.md index 5a1c9646c..7eb6bcef6 100644 --- a/docs/defaults/both/content_rating_nz.md +++ b/docs/defaults/both/content_rating_nz.md @@ -14,7 +14,7 @@ Supported Library Types: Movie, Show Recommendation: Set the Certification Country within your library's advanced settings to "New Zealand" -## Collections Section 110 +## Collections Section 110 | Collection | Key | Description | |:-------------------------------------------------------------|:-----------------------------------------|:--------------------------------------------------------------------------------------| @@ -58,21 +58,21 @@ work. Any value not specified will use its default value if it has one if not it | Variable | Description & Values | |:------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `limit` | **Description:** Changes the Builder Limit for all collections in a Defaults file.
**Values:** Number Greater than 0 | - | `limit_<>`1 | **Description:** Changes the Builder Limit of the specified key's collection.
**Default:** `limit`
**Values:** Number Greater than 0 | + | `limit_<>`1 | **Description:** Changes the Builder Limit of the [key's](#collection_section) collection.
**Default:** `limit`
**Values:** Number Greater than 0 | | `sort_by` | **Description:** Changes the Smart Filter Sort for all collections in a Defaults file.
**Default:** `release.desc`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | - | `sort_by_<>`1 | **Description:** Changes the Smart Filter Sort of the specified key's collection.
**Default:** `sort_by`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | - | `include` | **Description:** Overrides the [default include list](#include).
**Values:** List of Content Ratings found in your library | - | `append_include` | **Description:** Appends to the [default include list](#include).
**Values:** List of Content Ratings found in your library | - | `remove_include` | **Description:** Removes from the [default include list](#include).
**Values:** List of Content Ratings found in your library | + | `sort_by_<>`1 | **Description:** Changes the Smart Filter Sort of the [key's](#collection_section) collection.
**Default:** `sort_by`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | + | `include` | **Description:** Overrides the [default include list](#default-values).
**Values:** List of Content Ratings found in your library | + | `append_include` | **Description:** Appends to the [default include list](#default-values).
**Values:** List of Content Ratings found in your library | + | `remove_include` | **Description:** Removes from the [default include list](#default-values).
**Values:** List of Content Ratings found in your library | | `exclude` | **Description:** Exclude these Content Ratings from creating a Dynamic Collection.
**Values:** List of Content Ratings found in your library | - | `addons` | **Description:** Overrides the [default addons dictionary](#addons). Defines how multiple keys can be combined under a parent key. The parent key doesn't have to already exist in Plex
**Values:** Dictionary List of Content Ratings found in your library | - | `append_addons` | **Description:** Appends to the [default addons dictionary](#addons).
**Values:** Dictionary List of Content Ratings found in your library | - | `remove_addons` | **Description:** Removes from the [default addons dictionary](#addons).
**Values:** Dictionary List of Content Ratings found in your library | + | `addons` | **Description:** Overrides the [default addons dictionary](#default-values). Defines how multiple keys can be combined under a parent key. The parent key doesn't have to already exist in Plex
**Values:** Dictionary List of Content Ratings found in your library | + | `append_addons` | **Description:** Appends to the [default addons dictionary](#default-values).
**Values:** Dictionary List of Content Ratings found in your library | + | `remove_addons` | **Description:** Removes from the [default addons dictionary](#default-values).
**Values:** Dictionary List of Content Ratings found in your library | | `name_format` | **Description:** Changes the title format of the Dynamic Collections.
**Default:** `<> <>s`
**Values:** Any string with `<>` in it. | | `summary_format` | **Description:** Changes the summary format of the Dynamic Collections.
**Default:** `<>s that are rated <>.`
**Values:** Any string. | - 1. Each default collection has a `key` that when calling to effect a specific collection you must replace - `<>` with when calling. + 1. Each default collection has a `key` [see here]() that you must replace + `<>` with when using this template variable. These keys are found in the table at the top of this page. === "Shared Template Variables" @@ -114,46 +114,8 @@ work. Any value not specified will use its default value if it has one if not it ## Default Values -These are lists provided for reference to show what values will be in use if you do no customization. **These do not -show how to change a name or a list.** - -If you want to customize these values, use the methods described above. - -??? example "Default `include` (click to expand) " - -
- - ```{ .dtd .no-copy } - ############################################################################### - ################################## IMPORTANT ################################## - ##################### THIS DATA IS PROVIDED FOR REFERENCE #################### - ## DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ### - ############# SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############ - ############################################################################### - include: {% - include-markdown "../../../defaults/both/content_rating_nz.yml" - comments=false - preserve-includer-indent=false - start="include:" - end="addons:" - %} - ``` +Unless you customize them as described above, these collections use default lists and searches to create the collections. -??? example "Default `addons` (click to expand) " - -
- - ```{ .dtd .no-copy } - ############################################################################### - ################################## IMPORTANT ################################## - ##################### THIS DATA IS PROVIDED FOR REFERENCE #################### - ## DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ### - ############# SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############ - ############################################################################### - addons: {% - include-markdown "../../../defaults/both/content_rating_nz.yml" - comments=false - preserve-includer-indent=false - start="addons:" - %} - ``` +If you are interested in customizing the default values, you can find that information [here](#template-variables). + +If you are interested in seeing what those default builders are, you can find that information [here](../sources.md). diff --git a/docs/defaults/both/content_rating_uk.md b/docs/defaults/both/content_rating_uk.md index 31ff55d09..183de06ca 100644 --- a/docs/defaults/both/content_rating_uk.md +++ b/docs/defaults/both/content_rating_uk.md @@ -14,7 +14,7 @@ Supported Library Types: Movie, Show Recommendation: Set the Certification Country within your library's advanced settings to "United Kingdom" -## Collections Section 110 +## Collections Section 110 | Collection | Key | Description | |:--------------------------------------------------------------|:------------------------------------------|:--------------------------------------------------------------------------------------| @@ -58,21 +58,21 @@ work. Any value not specified will use its default value if it has one if not it | Variable | Description & Values | |:------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `limit` | **Description:** Changes the Builder Limit for all collections in a Defaults file.
**Values:** Number Greater than 0 | - | `limit_<>`1 | **Description:** Changes the Builder Limit of the specified key's collection.
**Default:** `limit`
**Values:** Number Greater than 0 | + | `limit_<>`1 | **Description:** Changes the Builder Limit of the [key's](#collection_section) collection.
**Default:** `limit`
**Values:** Number Greater than 0 | | `sort_by` | **Description:** Changes the Smart Filter Sort for all collections in a Defaults file.
**Default:** `release.desc`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | - | `sort_by_<>`1 | **Description:** Changes the Smart Filter Sort of the specified key's collection.
**Default:** `sort_by`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | - | `include` | **Description:** Overrides the [default include list](#include).
**Values:** List of Content Ratings found in your library | - | `append_include` | **Description:** Appends to the [default include list](#include).
**Values:** List of Content Ratings found in your library | - | `remove_include` | **Description:** Removes from the [default include list](#include).
**Values:** List of Content Ratings found in your library | + | `sort_by_<>`1 | **Description:** Changes the Smart Filter Sort of the [key's](#collection_section) collection.
**Default:** `sort_by`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | + | `include` | **Description:** Overrides the [default include list](#default-values).
**Values:** List of Content Ratings found in your library | + | `append_include` | **Description:** Appends to the [default include list](#default-values).
**Values:** List of Content Ratings found in your library | + | `remove_include` | **Description:** Removes from the [default include list](#default-values).
**Values:** List of Content Ratings found in your library | | `exclude` | **Description:** Exclude these Content Ratings from creating a Dynamic Collection.
**Values:** List of Content Ratings found in your library | - | `addons` | **Description:** Overrides the [default addons dictionary](#addons). Defines how multiple keys can be combined under a parent key. The parent key doesn't have to already exist in Plex
**Values:** Dictionary List of Content Ratings found in your library | - | `append_addons` | **Description:** Appends to the [default addons dictionary](#addons).
**Values:** Dictionary List of Content Ratings found in your library | - | `remove_addons` | **Description:** Removes from the [default addons dictionary](#addons).
**Values:** Dictionary List of Content Ratings found in your library | + | `addons` | **Description:** Overrides the [default addons dictionary](#default-values). Defines how multiple keys can be combined under a parent key. The parent key doesn't have to already exist in Plex
**Values:** Dictionary List of Content Ratings found in your library | + | `append_addons` | **Description:** Appends to the [default addons dictionary](#default-values).
**Values:** Dictionary List of Content Ratings found in your library | + | `remove_addons` | **Description:** Removes from the [default addons dictionary](#default-values).
**Values:** Dictionary List of Content Ratings found in your library | | `name_format` | **Description:** Changes the title format of the Dynamic Collections.
**Default:** `<> <>s`
**Values:** Any string with `<>` in it. | | `summary_format` | **Description:** Changes the summary format of the Dynamic Collections.
**Default:** `<>s that are rated <>.`
**Values:** Any string. | - 1. Each default collection has a `key` that when calling to effect a specific collection you must replace - `<>` with when calling. + 1. Each default collection has a `key` [see here]() that you must replace + `<>` with when using this template variable. These keys are found in the table at the top of this page. === "Shared Template Variables" @@ -114,46 +114,8 @@ work. Any value not specified will use its default value if it has one if not it ## Default Values -These are lists provided for reference to show what values will be in use if you do no customization. **These do not -show how to change a name or a list.** - -If you want to customize these values, use the methods described above. - -??? example "Default `include` (click to expand) " - -
- - ```{ .dtd .no-copy } - ############################################################################### - ################################## IMPORTANT ################################## - ##################### THIS DATA IS PROVIDED FOR REFERENCE #################### - ## DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ### - ############# SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############ - ############################################################################### - include: {% - include-markdown "../../../defaults/both/content_rating_uk.yml" - comments=false - preserve-includer-indent=false - start="include:" - end="addons:" - %} - ``` +Unless you customize them as described above, these collections use default lists and searches to create the collections. -??? example "Default `addons` (click to expand) " - -
- - ```{ .dtd .no-copy } - ############################################################################### - ################################## IMPORTANT ################################## - ##################### THIS DATA IS PROVIDED FOR REFERENCE #################### - ## DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ### - ############# SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############ - ############################################################################### - addons: {% - include-markdown "../../../defaults/both/content_rating_uk.yml" - comments=false - preserve-includer-indent=false - start="addons:" - %} - ``` +If you are interested in customizing the default values, you can find that information [here](#template-variables). + +If you are interested in seeing what those default builders are, you can find that information [here](../sources.md). diff --git a/docs/defaults/both/genre.md b/docs/defaults/both/genre.md index 1e55331c6..8eb434f91 100644 --- a/docs/defaults/both/genre.md +++ b/docs/defaults/both/genre.md @@ -10,7 +10,7 @@ This file also merges similarly named genres (such as "Sci-Fi", "SciFi" and "Sci Supported Library Types: Movie, Show -## Collections Section 060 +## Collections Section 060 | Collection | Key | Description | |:---------------------------------------------------------|:-------------------------------------|:-------------------------------------------------------------------------------| @@ -53,18 +53,18 @@ work. Any value not specified will use its default value if it has one if not it | Variable | Description & Values | |:------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `limit` | **Description:** Changes the Builder Limit for all collections in a Defaults file.
**Values:** Number Greater than 0 | - | `limit_<>`1 | **Description:** Changes the Builder Limit of the specified key's collection.
**Default:** `limit`
**Values:** Number Greater than 0 | + | `limit_<>`1 | **Description:** Changes the Builder Limit of the [key's](#collection_section) collection.
**Default:** `limit`
**Values:** Number Greater than 0 | | `sort_by` | **Description:** Changes the Smart Filter Sort for all collections in a Defaults file.
**Default:** `release.desc`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | - | `sort_by_<>`1 | **Description:** Changes the Smart Filter Sort of the specified key's collection.
**Default:** `sort_by`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | + | `sort_by_<>`1 | **Description:** Changes the Smart Filter Sort of the [key's](#collection_section) collection.
**Default:** `sort_by`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | | `exclude` | **Description:** Exclude these Genres from creating a Dynamic Collection.
**Values:** List of Genres found in your library | - | `addons` | **Description:** Overrides the [default addons dictionary](#addons). Defines how multiple keys can be combined under a parent key. The parent key doesn't have to already exist in Plex
**Values:** Dictionary List of Genres found in your library | - | `append_addons` | **Description:** Appends to the [default addons dictionary](#addons).
**Values:** Dictionary List of Genres found in your library | - | `remove_addons` | **Description:** Removes from the [default addons dictionary](#addons).
**Values:** Dictionary List of Genres found in your library | + | `addons` | **Description:** Overrides the [default addons dictionary](#default-values). Defines how multiple keys can be combined under a parent key. The parent key doesn't have to already exist in Plex
**Values:** Dictionary List of Genres found in your library | + | `append_addons` | **Description:** Appends to the [default addons dictionary](#default-values).
**Values:** Dictionary List of Genres found in your library | + | `remove_addons` | **Description:** Removes from the [default addons dictionary](#default-values).
**Values:** Dictionary List of Genres found in your library | | `name_format` | **Description:** Changes the title format of the Dynamic Collections.
**Default:** `<> <>s`
**Values:** Any string with `<>` in it. | | `summary_format` | **Description:** Changes the summary format of the Dynamic Collections.
**Default:** `<>s that have the genre <>.`
**Values:** Any string. | - 1. Each default collection has a `key` that when calling to effect a specific collection you must replace - `<>` with when calling. + 1. Each default collection has a `key` [see here]() that you must replace + `<>` with when using this template variable. These keys are found in the table at the top of this page. === "Shared Template Variables" @@ -110,26 +110,8 @@ work. Any value not specified will use its default value if it has one if not it ## Default Values -These are lists provided for reference to show what values will be in use if you do no customization. **These do not -show how to change a name or a list.** +Unless you customize them as described above, these collections use default lists and searches to create the collections. -If you want to customize these values, use the methods described above. +If you are interested in customizing the default values, you can find that information [here](#template-variables). -??? example "Default `addons` (click to expand) " - -
- - ```{ .dtd .no-copy } - ############################################################################### - ################################## IMPORTANT ################################## - ##################### THIS DATA IS PROVIDED FOR REFERENCE #################### - ## DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ### - ############# SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############ - ############################################################################### - addons: {% - include-markdown "../../../defaults/both/genre.yml" - comments=false - preserve-includer-indent=false - start="addons:" - %} - ``` +If you are interested in seeing what those default builders are, you can find that information [here](../sources.md). diff --git a/docs/defaults/both/resolution.md b/docs/defaults/both/resolution.md index 3d7b7671d..8a6238e96 100644 --- a/docs/defaults/both/resolution.md +++ b/docs/defaults/both/resolution.md @@ -9,7 +9,7 @@ your library. Supported Library Types: Movie, Show -## Collections Section 120 +## Collections Section 120 | Collection | Key | Description | |:-------------------------------------------------------------|:------------------------------------|:-------------------------------------------------------------------------------| @@ -63,21 +63,21 @@ work. Any value not specified will use its default value if it has one if not it |:------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `style` | **Description:** Controls the visual theme of the collections created.
Values:
defaultDefault Theme
standardsStandards Theme
| | `limit` | **Description:** Changes the Builder Limit for all collections in a Defaults file.
**Values:** Number Greater than 0 | - | `limit_<>`1 | **Description:** Changes the Builder Limit of the specified key's collection.
**Default:** `limit`
**Values:** Number Greater than 0 | + | `limit_<>`1 | **Description:** Changes the Builder Limit of the [key's](#collection_section) collection.
**Default:** `limit`
**Values:** Number Greater than 0 | | `sort_by` | **Description:** Changes the Smart Filter Sort for all collections in a Defaults file.
**Default:** `release.desc`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | - | `sort_by_<>`1 | **Description:** Changes the Smart Filter Sort of the specified key's collection.
**Default:** `sort_by`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | - | `include` | **Description:** Overrides the [default include list](#include).
**Values:** Any Resolutions found in your library | - | `append_include` | **Description:** Appends to the [default include list](#include).
**Values:** List of Resolutions found in your library | - | `remove_include` | **Description:** Removes from the [default include list](#include).
**Values:** List of Resolutions found in your library | + | `sort_by_<>`1 | **Description:** Changes the Smart Filter Sort of the [key's](#collection_section) collection.
**Default:** `sort_by`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | + | `include` | **Description:** Overrides the [default include list](#default-values).
**Values:** Any Resolutions found in your library | + | `append_include` | **Description:** Appends to the [default include list](#default-values).
**Values:** List of Resolutions found in your library | + | `remove_include` | **Description:** Removes from the [default include list](#default-values).
**Values:** List of Resolutions found in your library | | `exclude` | **Description:** Exclude these Resolutions from creating a Dynamic Collection.
**Values:** List of Resolutions found in your library | - | `addons` | **Description:** Overrides the [default addons dictionary](#addons). Defines how multiple keys can be combined under a parent key. The parent key doesn't have to already exist in Plex
**Values:** Dictionary List of Resolutions found in your library | - | `append_addons` | **Description:** Appends to the [default addons dictionary](#addons).
**Values:** Dictionary List of Resolutions found in your library | - | `remove_addons` | **Description:** Removes from the [default addons dictionary](#addons).
**Values:** Dictionary List of Resolutions found in your library | + | `addons` | **Description:** Overrides the [default addons dictionary](#default-values). Defines how multiple keys can be combined under a parent key. The parent key doesn't have to already exist in Plex
**Values:** Dictionary List of Resolutions found in your library | + | `append_addons` | **Description:** Appends to the [default addons dictionary](#default-values).
**Values:** Dictionary List of Resolutions found in your library | + | `remove_addons` | **Description:** Removes from the [default addons dictionary](#default-values).
**Values:** Dictionary List of Resolutions found in your library | | `name_format` | **Description:** Changes the title format of the Dynamic Collections.
**Default:** `<> <>s`
**Values:** Any string with `<>` in it. | | `summary_format` | **Description:** Changes the summary format of the Dynamic Collections.
**Default:** `<>s that have the resolution <>.`
**Values:** Any string. | - 1. Each default collection has a `key` that when calling to effect a specific collection you must replace - `<>` with when calling. + 1. Each default collection has a `key` [see here]() that you must replace + `<>` with when using this template variable. These keys are found in the table at the top of this page. === "Shared Template Variables" @@ -114,40 +114,8 @@ work. Any value not specified will use its default value if it has one if not it ## Default Values -These are lists provided for reference to show what values will be in use if you do no customization. **These do not -show how to change a name or a list.** +Unless you customize them as described above, these collections use default lists and searches to create the collections. -If you want to customize these values, use the methods described above. +If you are interested in customizing the default values, you can find that information [here](#template-variables). -??? example "Default `include` (click to expand) " - -
- - ```yaml - include: {% - include-markdown "../../../defaults/both/resolution.yml" - comments=false - preserve-includer-indent=false - start="include:" - end="addons:" - %} - ``` - -??? example "Default `addons` (click to expand) " - -
- - ```{ .dtd .no-copy } - ############################################################################### - ################################## IMPORTANT ################################## - ##################### THIS DATA IS PROVIDED FOR REFERENCE #################### - ## DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ### - ############# SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############ - ############################################################################### - addons: {% - include-markdown "../../../defaults/both/resolution.yml" - comments=false - preserve-includer-indent=false - start="addons:" - %} - ``` +If you are interested in seeing what those default builders are, you can find that information [here](../sources.md). diff --git a/docs/defaults/both/streaming.md b/docs/defaults/both/streaming.md index 4c73fef6b..33c0fa57c 100644 --- a/docs/defaults/both/streaming.md +++ b/docs/defaults/both/streaming.md @@ -9,7 +9,7 @@ your media is available on. Supported Library Types: Movie, Show -## Collections Section 030 +## Collections Section 030 | Collection | Key | Description | |:---------------------------|:--------------|:-------------------------------------------------------------------------------| @@ -80,11 +80,11 @@ work. Any value not specified will use its default value if it has one if not it |:--------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `region` | **Description:** Changes some Streaming Service lists to regional variants (see below table for more information.
**Default:** `us`
**Values:** Any [ISO 3166-1 Code](https://en.wikipedia.org/wiki/ISO_3166-1#Current_codes) of the region where the streaming information should be based on. | | `limit` | **Description:** Changes the Builder Limit for all collections in a Defaults file.
**Default:** `500`
**Values:** Number Greater than 0 | - | `limit_<>`1 | **Description:** Changes the Builder Limit of the specified key's collection.
**Default:** `limit`
**Values:** Number Greater than 0 | + | `limit_<>`1 | **Description:** Changes the Builder Limit of the [key's](#collection_section) collection.
**Default:** `limit`
**Values:** Number Greater than 0 | | `sort_by` | **Description:** Changes the Smart Filter Sort for all collections in a Defaults file.
**Default:** `release.desc`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | - | `sort_by_<>`1 | **Description:** Changes the Smart Filter Sort of the specified key's collection.
**Default:** `sort_by`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | + | `sort_by_<>`1 | **Description:** Changes the Smart Filter Sort of the [key's](#collection_section) collection.
**Default:** `sort_by`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | | `sync_mode` | **Description:** Changes the Sync Mode for all collections in a Defaults file.
**Default:** `sync`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| - | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the specified key's collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| + | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the [key's](#collection_section) collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| | `exclude` | **Description:** Exclude these Streaming Services from creating a Dynamic Collection.
**Values:** List of Streaming Service Keys | | `originals_only` | **Description:** Changes Streaming Service lists to only show original content produced by the service.
**Note**: Cannot be used with `region`, and only produces collections for `amazon`, `appletv`, `disney`, `max`, `hulu`, `netflix`, `paramount`, `peacock`
**Default:** `false`
**Values:** `true`, `false` | | `name_format` | **Description:** Changes the title format of the Dynamic Collections.
**Default:** `<> <>s`
**Values:** Any string with `<>` in it. | @@ -92,8 +92,8 @@ work. Any value not specified will use its default value if it has one if not it | `discover_with_<>` | **Description:** Overrides the TMDb Watch Provider used for the specfied key. This is only needed if a specific `region` has a different ID for the watch provider.
**Default:** `<>`
**Values:** Any TMDb Watch Provider ID for [Movies](https://developer.themoviedb.org/reference/watch-providers-movie-list) / [Shows](https://developer.themoviedb.org/reference/watch-provider-tv-list) based on the user's region | | `style` | **Description:** Changes the color scheme of the collection posters.
**Default:** `color`
**Values:** `color` or `white` | - 1. Each default collection has a `key` that when calling to effect a specific collection you must replace - `<>` with when calling. + 1. Each default collection has a `key` [see here]() that you must replace + `<>` with when using this template variable. These keys are found in the table at the top of this page. === "Shared Template Variables" diff --git a/docs/defaults/both/studio.md b/docs/defaults/both/studio.md index e9877f98e..80d99c5b0 100644 --- a/docs/defaults/both/studio.md +++ b/docs/defaults/both/studio.md @@ -12,7 +12,7 @@ Century Studios") Supported Library Types: Movie, Show -## Collections Section 070 +## Collections Section 070 | Collection | Key | Description | |:-----------------------------------------------------|:-----------------------------------------------------|:-------------------------------------------------------------------------------| @@ -55,21 +55,21 @@ work. Any value not specified will use its default value if it has one if not it | Variable | Description & Values | |:------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `limit` | **Description:** Changes the Builder Limit for all collections in a Defaults file.
**Values:** Number Greater than 0 | - | `limit_<>`1 | **Description:** Changes the Builder Limit of the specified key's collection.
**Default:** `limit`
**Values:** Number Greater than 0 | + | `limit_<>`1 | **Description:** Changes the Builder Limit of the [key's](#collection_section) collection.
**Default:** `limit`
**Values:** Number Greater than 0 | | `sort_by` | **Description:** Changes the Smart Filter Sort for all collections in a Defaults file.
**Default:** `release.desc`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | - | `sort_by_<>`1 | **Description:** Changes the Smart Filter Sort of the specified key's collection.
**Default:** `sort_by`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | - | `include` | **Description:** Overrides the [default include list](#include).
**Values:** List of Studios found in your library | - | `append_include` | **Description:** Appends to the [default include list](#include).
**Values:** List of Studios found in your library | - | `remove_include` | **Description:** Removes from the [default include list](#include).
**Values:** List of Studios found in your library | + | `sort_by_<>`1 | **Description:** Changes the Smart Filter Sort of the [key's](#collection_section) collection.
**Default:** `sort_by`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | + | `include` | **Description:** Overrides the [default include list](#default-values).
**Values:** List of Studios found in your library | + | `append_include` | **Description:** Appends to the [default include list](#default-values).
**Values:** List of Studios found in your library | + | `remove_include` | **Description:** Removes from the [default include list](#default-values).
**Values:** List of Studios found in your library | | `exclude` | **Description:** Exclude these Studios from creating a Dynamic Collection.
**Values:** List of Studios found in your library | - | `addons` | **Description:** Overrides the [default addons dictionary](#addons). Defines how multiple keys can be combined under a parent key. The parent key doesn't have to already exist in Plex
**Values:** Dictionary List of Studios found in your library | - | `append_addons` | **Description:** Appends to the [default addons dictionary](#addons).
**Values:** Dictionary List of Studios found in your library | - | `remove_addons` | **Description:** Removes from the [default addons dictionary](#addons).
**Values:** Dictionary List of Studios found in your library | + | `addons` | **Description:** Overrides the [default addons dictionary](#default-values). Defines how multiple keys can be combined under a parent key. The parent key doesn't have to already exist in Plex
**Values:** Dictionary List of Studios found in your library | + | `append_addons` | **Description:** Appends to the [default addons dictionary](#default-values).
**Values:** Dictionary List of Studios found in your library | + | `remove_addons` | **Description:** Removes from the [default addons dictionary](#default-values).
**Values:** Dictionary List of Studios found in your library | | `name_format` | **Description:** Changes the title format of the Dynamic Collections.
**Default:** `<> <>s`
**Values:** Any string with `<>` in it. | | `summary_format` | **Description:** Changes the summary format of the Dynamic Collections.
**Default:** `<>s that have the resolution <>.`
**Values:** Any string. | - 1. Each default collection has a `key` that when calling to effect a specific collection you must replace - `<>` with when calling. + 1. Each default collection has a `key` [see here]() that you must replace + `<>` with when using this template variable. These keys are found in the table at the top of this page. === "Shared Template Variables" @@ -108,46 +108,8 @@ work. Any value not specified will use its default value if it has one if not it ## Default Values -These are lists provided for reference to show what values will be in use if you do no customization. **These do not -show how to change a name or a list.** - -If you want to customize these values, use the methods described above. - -??? example "Default `include` (click to expand) " - -
- - ```{ .dtd .no-copy } - ############################################################################### - ################################## IMPORTANT ################################## - ##################### THIS DATA IS PROVIDED FOR REFERENCE #################### - ## DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ### - ############# SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############ - ############################################################################### - include: {% - include-markdown "../../../defaults/both/studio.yml" - comments=false - preserve-includer-indent=false - start="include:" - end="addons:" - %} - ``` +Unless you customize them as described above, these collections use default lists and searches to create the collections. -??? example "Default `addons` (click to expand) " - -
- - ```{ .dtd .no-copy } - ############################################################################### - ################################## IMPORTANT ################################## - ##################### THIS DATA IS PROVIDED FOR REFERENCE #################### - ## DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ### - ############# SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############ - ############################################################################### - addons: {% - include-markdown "../../../defaults/both/studio.yml" - comments=false - preserve-includer-indent=false - start="addons:" - %} - ``` +If you are interested in customizing the default values, you can find that information [here](#template-variables). + +If you are interested in seeing what those default builders are, you can find that information [here](../sources.md). diff --git a/docs/defaults/both/subtitle_language.md b/docs/defaults/both/subtitle_language.md index 41f4ff4ad..f73be02bb 100644 --- a/docs/defaults/both/subtitle_language.md +++ b/docs/defaults/both/subtitle_language.md @@ -9,7 +9,7 @@ languages available in your library. Supported Library Types: Movie, Show -## Collections Section 095 +## Collections Section 095 | Collection | Key | Description | |:---------------------------------------------------------|:------------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------| @@ -53,19 +53,19 @@ work. Any value not specified will use its default value if it has one if not it | Variable | Description & Values | |:------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `limit` | **Description:** Changes the Builder Limit for all collections in a Defaults file.
**Values:** Number Greater than 0 | - | `limit_<>`1 | **Description:** Changes the Builder Limit of the specified key's collection.
**Default:** `limit`
**Values:** Number Greater than 0 | + | `limit_<>`1 | **Description:** Changes the Builder Limit of the [key's](#collection_section) collection.
**Default:** `limit`
**Values:** Number Greater than 0 | | `sort_by` | **Description:** Changes the Smart Filter Sort for all collections in a Defaults file.
**Default:** `release.desc`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | - | `sort_by_<>`1 | **Description:** Changes the Smart Filter Sort of the specified key's collection.
**Default:** `sort_by`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | - | `include` | **Description:** Overrides the [default include list](#include)
**Values:** List of [ISO 639-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)
**Values:** List of [ISO 639-2 codes](https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes) | + | `sort_by_<>`1 | **Description:** Changes the Smart Filter Sort of the [key's](#collection_section) collection.
**Default:** `sort_by`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | + | `include` | **Description:** Overrides the [default include list](#default-values)
**Values:** List of [ISO 639-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)
**Values:** List of [ISO 639-2 codes](https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes) | | `exclude` | **Description:** Exclude these Audio Languages from creating a Dynamic Collection.
**Values:** List of [ISO 639-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)
**Values:** List of [ISO 639-2 codes](https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes) | - | `append_include` | **Description:** Appends to the [default include list](#include)
**Values:** List of [ISO 639-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)
**Values:** List of [ISO 639-2 codes](https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes) | - | `remove_include` | **Description:** Removes from the [default include list](#include)
**Values:** List of [ISO 639-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)
**Values:** List of [ISO 639-2 codes](https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes) | - | `key_name_override` | **Description:** Overrides the [default key_name_override dictionary](#key-name-override).
**Values:** Dictionary with `key: new_key_name` entries | + | `append_include` | **Description:** Appends to the [default include list](#default-values)
**Values:** List of [ISO 639-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)
**Values:** List of [ISO 639-2 codes](https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes) | + | `remove_include` | **Description:** Removes from the [default include list](#default-values)
**Values:** List of [ISO 639-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)
**Values:** List of [ISO 639-2 codes](https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes) | + | `key_name_override` | **Description:** Overrides the [default key_name_override dictionary](#default-values).
**Values:** Dictionary with `key: new_key_name` entries | | `name_format` | **Description:** Changes the title format of the Dynamic Collections.
**Default:** `<> Subtitles`
**Values:** Any string with `<>` in it. | | `summary_format` | **Description:** Changes the summary format of the Dynamic Collections.
**Default:** `<>s with <> Subtitles.`
**Values:** Any string. | - 1. Each default collection has a `key` that when calling to effect a specific collection you must replace - `<>` with when calling. + 1. Each default collection has a `key` [see here]() that you must replace + `<>` with when using this template variable. These keys are found in the table at the top of this page. === "Shared Template Variables" @@ -104,46 +104,8 @@ work. Any value not specified will use its default value if it has one if not it ## Default Values -These are lists provided for reference to show what values will be in use if you do no customization. **These do not -show how to change a name or a list.** - -If you want to customize these values, use the methods described above. - -??? example "Default `include` (click to expand) " - -
- - ```{ .dtd .no-copy } - ############################################################################### - ################################## IMPORTANT ################################## - ##################### THIS DATA IS PROVIDED FOR REFERENCE #################### - ## DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ### - ############# SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############ - ############################################################################### - include: {% - include-markdown "../../../defaults/both/subtitle_language.yml" - comments=false - preserve-includer-indent=false - start="include:" - end="key_name_override:" - %} - ``` +Unless you customize them as described above, these collections use default lists and searches to create the collections. -??? example "Default `key_name_override` (click to expand) " - -
- - ```{ .dtd .no-copy } - ############################################################################### - ################################## IMPORTANT ################################## - ##################### THIS DATA IS PROVIDED FOR REFERENCE #################### - ## DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ### - ############# SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############ - ############################################################################### - key_name_override: {% - include-markdown "../../../defaults/both/subtitle_language.yml" - comments=false - preserve-includer-indent=false - start="key_name_override:" - %} - ``` +If you are interested in customizing the default values, you can find that information [here](#template-variables). + +If you are interested in seeing what those default builders are, you can find that information [here](../sources.md). diff --git a/docs/defaults/both/universe.md b/docs/defaults/both/universe.md index ae1d023c8..46abd9f8f 100644 --- a/docs/defaults/both/universe.md +++ b/docs/defaults/both/universe.md @@ -9,7 +9,7 @@ Marvel Cinematic Universe or Wizarding World). Supported Library Types: Movie & Show -## Collections Section 040 +## Collections Section 040 | Collection | Key | Description | |:-----------------------------|:------------|:-------------------------------------------------------------------------------| @@ -66,21 +66,21 @@ work. Any value not specified will use its default value if it has one if not it | Variable | Description & Values | |:---------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `sync_mode` | **Description:** Changes the Sync Mode for all collections in a Defaults file.
**Default:** `sync`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| - | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the specified key's collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| + | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the [key's](#collection_section) collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| | `collection_order` | **Description:** Changes the Collection Order for all collections in a Defaults file.
**Default:** `custom`
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| - | `collection_order_<>`1 | **Description:** Changes the Collection Order of the specified key's collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| + | `collection_order_<>`1 | **Description:** Changes the Collection Order of the [key's](#collection_section) collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| | `minimum_items` | **Description:** Controls the minimum items that the collection must have to be created.
**Default:** `2`
**Values:** Any number | - | `name_mapping_<>`1 | **Description:** Sets the name mapping value for using assets of the specified key's collection.
**Values:** Any String | - | `imdb_list_<>`1 | **Description:** Adds the Movies in the IMDb List to the specified key's collection.
**Values:** List of IMDb List URLs | | | - | `mdblist_list_<>`1 | **Description:** Adds the Movies in the MDBList List to the specified key's collection. Overrides the [default mdblist_url](#mdblist-url) for that collection if used.
**Values:** List of MDBList List URLs | | | | - | `trakt_list_<>`1 | **Description:** Adds the Movies in the Trakt List to the specified key's collection. Overrides the [default trakt_url](#trakt-url) for that collection if used.
**Values:** List of Trakt List URLs | | | | - | `data` | **Description:** Overrides the [default data dictionary](#data). Defines the data that the custom dynamic collection processes.
**Values:** Dictionary List of keys/names | - | `append_data` | **Description:** Appends to the [default data dictionary](#data).
**Values:** Dictionary List of keys/names | - | `remove_data` | **Description:** Removes from the [default data dictionary](#data).
**Values:** List of keys to remove | + | `name_mapping_<>`1 | **Description:** Sets the name mapping value for using assets of the [key's](#collection_section) collection.
**Values:** Any String | + | `imdb_list_<>`1 | **Description:** Adds the Movies in the IMDb List to the [key's](#collection_section) collection.
**Values:** List of IMDb List URLs | | | + | `mdblist_list_<>`1 | **Description:** Adds the Movies in the MDBList List to the [key's](#collection_section) collection. Overrides the [default mdblist_url](#default-values) for that collection if used.
**Values:** List of MDBList List URLs | | | | + | `trakt_list_<>`1 | **Description:** Adds the Movies in the Trakt List to the [key's](#collection_section) collection. Overrides the [default trakt_url](#default-values) for that collection if used.
**Values:** List of Trakt List URLs | | | | + | `data` | **Description:** Overrides the [default data dictionary](#default-values). Defines the data that the custom dynamic collection processes.
**Values:** Dictionary List of keys/names | + | `append_data` | **Description:** Appends to the [default data dictionary](#default-values).
**Values:** Dictionary List of keys/names | + | `remove_data` | **Description:** Removes from the [default data dictionary](#default-values).
**Values:** List of keys to remove | | `exclude` | **Description:** Exclude these Universes from creating a Dynamic Collection.
**Values:** List of Universes | - 1. Each default collection has a `key` that when calling to effect a specific collection you must replace - `<>` with when calling. + 1. Each default collection has a `key` [see here]() that you must replace + `<>` with when using this template variable. These keys are found in the table at the top of this page. === "Shared Template Variables" @@ -122,69 +122,8 @@ work. Any value not specified will use its default value if it has one if not it ## Default Values -These are lists provided for reference to show what values will be in use if you do no customization. **These do not -show how to change a name or a list.** - -If you want to customize these values, use the methods described above. - -??? example "Default `data` (click to expand) " - -
- - ```{ .dtd .no-copy } - ############################################################################### - ################################## IMPORTANT ################################## - ##################### THIS DATA IS PROVIDED FOR REFERENCE #################### - ## DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ### - ############# SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############ - ############################################################################### - data: {% - include-markdown "../../../defaults/both/universe.yml" - comments=false - preserve-includer-indent=false - start="data:" - end="template:" - %} - ``` +Unless you customize them as described above, these collections use default lists and searches to create the collections. -??? example "Default Template Variable`trakt_url` (click to expand) " - -
- - ```{ .dtd .no-copy } - ############################################################################### - ################################## IMPORTANT ################################## - ##################### THIS DATA IS PROVIDED FOR REFERENCE #################### - ## DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ### - ############# SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############ - ############################################################################### - {% - include-markdown "../../../defaults/both/universe.yml" - comments=false - preserve-includer-indent=true - dedent=true - start="# check1" - end="# check2" - %} - ``` +If you are interested in customizing the default values, you can find that information [here](#template-variables). -??? example "Default Template Variable`mdblist_url` (click to expand) " - -
- - ```{ .dtd .no-copy } - ############################################################################### - ################################## IMPORTANT ################################## - ##################### THIS DATA IS PROVIDED FOR REFERENCE #################### - ## DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ### - ############# SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############ - ############################################################################### - {% - include-markdown "../../../defaults/both/universe.yml" - comments=false - preserve-includer-indent=true - dedent=true - start="# check2" - end="# check3" - %} - ``` +If you are interested in seeing what those default builders are, you can find that information [here](../sources.md). diff --git a/docs/defaults/both/year.md b/docs/defaults/both/year.md index 941cdc993..c446885e1 100644 --- a/docs/defaults/both/year.md +++ b/docs/defaults/both/year.md @@ -9,7 +9,7 @@ library, sorted by critic rating to create a "best of " Supported Library Types: Movie, Show -## Collections Section 105 +## Collections Section 105 | Collection | Key | Description | |:--------------------------------------------------|:----------------------------------|:-------------------------------------------------------------------------------| @@ -52,14 +52,14 @@ work. Any value not specified will use its default value if it has one if not it | Variable | Description & Values | |:------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `limit` | **Description:** Changes the Builder Limit for all collections in a Defaults file.
**Default:** `10`
**Values:** Number Greater than 0 | - | `limit_<>`1 | **Description:** Changes the Builder Limit of the specified key's collection.
**Default:** `limit`
**Values:** Number Greater than 0 | + | `limit_<>`1 | **Description:** Changes the Builder Limit of the [key's](#collection_section) collection.
**Default:** `limit`
**Values:** Number Greater than 0 | | `sort_by` | **Description:** Changes the Smart Filter Sort for all collections in a Defaults file.
**Default:** `release.desc`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | - | `sort_by_<>`1 | **Description:** Changes the Smart Filter Sort of the specified key's collection.
**Default:** `sort_by`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | + | `sort_by_<>`1 | **Description:** Changes the Smart Filter Sort of the [key's](#collection_section) collection.
**Default:** `sort_by`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | | `data` | **Description:** Replaces the `data` dynamic collection value.
AttributeDescription & Values
startingControls the starting year for collections
Default: current_year-10
Values: Number greater than 0
endingControls the ending year for collections
Default: current_year
Values: Number greater than 1
incrementControls the increment (i.e. every 5th year)
Default: 1
Values: Number greater than 0
  • starting and ending can also have the value current_year
  • You can also use a value relative to the current_year by doing current_year-5
| | `exclude` | **Description:** Exclude these Years from creating a Dynamic Collection.
**Values:** List of Years | - 1. Each default collection has a `key` that when calling to effect a specific collection you must replace - `<>` with when calling. + 1. Each default collection has a `key` [see here]() that you must replace + `<>` with when using this template variable. These keys are found in the table at the top of this page. === "Shared Template Variables" diff --git a/docs/defaults/chart/anilist.md b/docs/defaults/chart/anilist.md index 12e2b3af5..7e087d29e 100644 --- a/docs/defaults/chart/anilist.md +++ b/docs/defaults/chart/anilist.md @@ -8,7 +8,7 @@ The `anilist` Default Collection File is used to create collections based on Ani Supported Library Types: Movie, Show -## Collections Section 020 +## Collections Section 020 | Collection | Key | Description | |:--------------------|:-----------|:-----------------------------------------------------| @@ -50,15 +50,15 @@ work. Any value not specified will use its default value if it has one if not it | Variable | Description & Values | |:---------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `limit` | **Description:** Changes the number of items in a collection for all collections in a Defaults file.
**Default:** `100`
**Values:** Number greater than 0 | - | `limit_<>`1 | **Description:** Changes the number of items in a collection of the specified key's collection.
**Default:** `limit`
**Values:** Number greater than 0 | + | `limit_<>`1 | **Description:** Changes the number of items in a collection of the [key's](#collection_section) collection.
**Default:** `limit`
**Values:** Number greater than 0 | | `sync_mode` | **Description:** Changes the Sync Mode for all collections in a Defaults file.
**Default:** `sync`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| - | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the specified key's collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| + | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the [key's](#collection_section) collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| | `collection_order` | **Description:** Changes the Collection Order for all collections in a Defaults file.
**Default:** `custom`
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| - | `collection_order_<>`1 | **Description:** Changes the Collection Order of the specified key's collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| + | `collection_order_<>`1 | **Description:** Changes the Collection Order of the [key's](#collection_section) collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| | `style` | **Description:** Changes the color scheme of the collection posters.
**Default:** `color`
**Values:** `color` or `white` | - 1. Each default collection has a `key` that when calling to effect a specific collection you must replace - `<>` with when calling. + 1. Each default collection has a `key` [see here]() that you must replace + `<>` with when using this template variable. These keys are found in the table at the top of this page. === "Shared Template Variables" diff --git a/docs/defaults/chart/basic.md b/docs/defaults/chart/basic.md index 4cf9bcd3a..9c58e23a5 100644 --- a/docs/defaults/chart/basic.md +++ b/docs/defaults/chart/basic.md @@ -8,7 +8,7 @@ The `basic` Default Collection File is used to create collections based on recen Supported Library Types: Movie, Show -## Collections Section 010 +## Collections Section 010 | Collection | Key | Description | |:-----------------|:-----------|:---------------------------------------------------------------| @@ -48,14 +48,14 @@ work. Any value not specified will use its default value if it has one if not it | Variable | Description & Values | |:----------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `limit` | **Description:** Changes the Smart Filter Limit for all collections in a Defaults file.
**Values:** Number greater than 0 | - | `limit_<>`1 | **Description:** Changes the Smart Filter Limit of the specified key's collection.
**Default:** `limit`
**Values:** Number greater than 0 | + | `limit_<>`1 | **Description:** Changes the Smart Filter Limit of the [key's](#collection_section) collection.
**Default:** `limit`
**Values:** Number greater than 0 | | `sort_by` | **Description:** Changes the Smart Filter Sort for all collections in a Defaults file.
**Default:** `release.desc`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | - | `sort_by_<>`1 | **Description:** Changes the Smart Filter Sort of the specified key's collection.
**Default:** `sort_by`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | + | `sort_by_<>`1 | **Description:** Changes the Smart Filter Sort of the [key's](#collection_section) collection.
**Default:** `sort_by`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | | `in_the_last_<>`1 | **Description:** Changes how far back the Smart Filter looks.
**Default:**
`released``90`
`episodes``7`
**Values:** Number greater than 0 | | `style` | **Description:** Changes the color scheme of the collection posters.
**Default:** `color`
**Values:** `color` or `white` | - 1. Each default collection has a `key` that when calling to effect a specific collection you must replace - `<>` with when calling. + 1. Each default collection has a `key` [see here]() that you must replace + `<>` with when using this template variable. These keys are found in the table at the top of this page. === "Shared Template Variables" diff --git a/docs/defaults/chart/imdb.md b/docs/defaults/chart/imdb.md index 5230861e1..04adf80f2 100644 --- a/docs/defaults/chart/imdb.md +++ b/docs/defaults/chart/imdb.md @@ -10,7 +10,7 @@ Supported Library Types: Movie, Show Recommendations: The `IMDb Lowest Rated` Collection only works with Movie Libraries -## Collections Section 020 +## Collections Section 020 | Collection | Key | Description | |:--------------------|:----------|:-----------------------------------------------------| @@ -51,13 +51,13 @@ work. Any value not specified will use its default value if it has one if not it | Variable | Description & Values | |:---------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `sync_mode` | **Description:** Changes the Sync Mode for all collections in a Defaults file.
**Default:** `sync`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| - | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the specified key's collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| + | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the [key's](#collection_section) collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| | `collection_order` | **Description:** Changes the Collection Order for all collections in a Defaults file.
**Default:** `custom`
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| - | `collection_order_<>`1 | **Description:** Changes the Collection Order of the specified key's collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| + | `collection_order_<>`1 | **Description:** Changes the Collection Order of the [key's](#collection_section) collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| | `style` | **Description:** Changes the color scheme of the collection posters.
**Default:** `color`
**Values:** `color` or `white` | - 1. Each default collection has a `key` that when calling to effect a specific collection you must replace - `<>` with when calling. + 1. Each default collection has a `key` [see here]() that you must replace + `<>` with when using this template variable. These keys are found in the table at the top of this page. === "Shared Template Variables" diff --git a/docs/defaults/chart/letterboxd.md b/docs/defaults/chart/letterboxd.md index e4b8e5294..1dadaefca 100644 --- a/docs/defaults/chart/letterboxd.md +++ b/docs/defaults/chart/letterboxd.md @@ -12,7 +12,7 @@ Recommendations: Users might consider increasing the value set for the template The collections `IMDb Top 250 (Letterboxd)`, `Oscar Best Picture Winners`, and `Cannes Palme d'Or Winners` are turned off by default as these collections already exist within other defaults. Refer to the examples below for turning the collections on within the Letterboxd defaults using template variables. -## Collections Section 020 +## Collections Section 020 | Collection | Key | Description | |:---------------------------------|:--------------------|:------------------------------------------------------------------------------| @@ -63,15 +63,15 @@ work. Any value not specified will use its default value if it has one if not it | Variable | Description & Values | |:---------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `sync_mode` | **Description:** Changes the Sync Mode for all collections in a Defaults file.
**Default:** `sync`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| - | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the specified key's collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| + | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the [key's](#collection_section) collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| | `collection_order` | **Description:** Changes the Collection Order for all collections in a Defaults file.
**Default:** `custom`
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| - | `collection_order_<>`1 | **Description:** Changes the Collection Order of the specified key's collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| + | `collection_order_<>`1 | **Description:** Changes the Collection Order of the [key's](#collection_section) collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| | `cache_builders` | **Description:** Changes the Builder Cache for all collections in a Defaults file.
**Default:** `1`
**Values:** number 0 or greater | - | `cache_builders_<>` | **Description:** Changes the Builder Cache of the specified key's collection.
**Default:** `1`
**Values:** number 0 or greater | + | `cache_builders_<>` | **Description:** Changes the Builder Cache of the [key's](#collection_section) collection.
**Default:** `1`
**Values:** number 0 or greater | | `style` | **Description:** Changes the color scheme of the collection posters.
**Default:** `color`
**Values:** `color` or `white` | - 1. Each default collection has a `key` that when calling to effect a specific collection you must replace - `<>` with when calling. + 1. Each default collection has a `key` [see here]() that you must replace + `<>` with when using this template variable. These keys are found in the table at the top of this page. === "Shared Template Variables" diff --git a/docs/defaults/chart/myanimelist.md b/docs/defaults/chart/myanimelist.md index cde64b0c8..a20e8da94 100644 --- a/docs/defaults/chart/myanimelist.md +++ b/docs/defaults/chart/myanimelist.md @@ -8,7 +8,7 @@ The `myanimelist` Default Collection File is used to create collections based on Supported Library Types: Movie, Show -## Collections Section 020 +## Collections Section 020 | Collection | Key | Description | |:-------------------------|:------------|:--------------------------------------------------------| @@ -51,16 +51,16 @@ work. Any value not specified will use its default value if it has one if not it | Variable | Description & Values | |:---------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `limit` | **Description:** Changes the Builder Limit for all collections in a Defaults file.
**Default:** `100`
**Values:** Number greater than 0 | - | `limit_<>`1 | **Description:** Changes the Builder Limit of the specified key's collection.
**Default:** `limit`
**Values:** Number greater than 0 | + | `limit_<>`1 | **Description:** Changes the Builder Limit of the [key's](#collection_section) collection.
**Default:** `limit`
**Values:** Number greater than 0 | | `sync_mode` | **Description:** Changes the Sync Mode for all collections in a Defaults file.
**Default:** `sync`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| | `starting_only` | **Description:** Changes the season collection to only use anime listed under the new section on [MAL Seasons](https://myanimelist.net/anime/season/)
**Default:** `False`
**Values:** `True` or `False` | - | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the specified key's collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| + | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the [key's](#collection_section) collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| | `collection_order` | **Description:** Changes the Collection Order for all collections in a Defaults file.
**Default:** `custom`
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| - | `collection_order_<>`1 | **Description:** Changes the Collection Order of the specified key's collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| + | `collection_order_<>`1 | **Description:** Changes the Collection Order of the [key's](#collection_section) collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| | `style` | **Description:** Changes the color scheme of the collection posters.
**Default:** `color`
**Values:** `color` or `white` | - 1. Each default collection has a `key` that when calling to effect a specific collection you must replace - `<>` with when calling. + 1. Each default collection has a `key` [see here]() that you must replace + `<>` with when using this template variable. These keys are found in the table at the top of this page. === "Shared Template Variables" diff --git a/docs/defaults/chart/other.md b/docs/defaults/chart/other.md index c7ea83adb..83efde276 100644 --- a/docs/defaults/chart/other.md +++ b/docs/defaults/chart/other.md @@ -10,7 +10,7 @@ Supported Library Types: Movie, Show Recommendations: The `StevenLu's Popular Movies` and `Top 10 Pirated Movies of the Week` Collections only work with Movie Libraries -## Collections Section 020 +## Collections Section 020 | Collection | Key | Description | |:------------------------------------|:--------------|:-----------------------------------------------------| @@ -53,13 +53,13 @@ work. Any value not specified will use its default value if it has one if not it |:---------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `limit_anidb` | **Description:** Changes the Builder Limit of the AniDB Popular Collection.
**Default:** `30`
**Values:** Number greater than 0 | | `sync_mode` | **Description:** Changes the Sync Mode for all collections in a Defaults file.
**Default:** `sync`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| - | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the specified key's collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| + | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the [key's](#collection_section) collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| | `collection_order` | **Description:** Changes the Collection Order for all collections in a Defaults file.
**Default:** `custom`
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| - | `collection_order_<>`1 | **Description:** Changes the Collection Order of the specified key's collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| + | `collection_order_<>`1 | **Description:** Changes the Collection Order of the [key's](#collection_section) collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| | `style` | **Description:** Changes the color scheme of the collection posters.
**Default:** `color`
**Values:** `color` or `white` | - 1. Each default collection has a `key` that when calling to effect a specific collection you must replace - `<>` with when calling. + 1. Each default collection has a `key` [see here]() that you must replace + `<>` with when using this template variable. These keys are found in the table at the top of this page. === "Shared Template Variables" diff --git a/docs/defaults/chart/separator.md b/docs/defaults/chart/separator.md index 69b3f8099..782d15896 100644 --- a/docs/defaults/chart/separator.md +++ b/docs/defaults/chart/separator.md @@ -8,7 +8,7 @@ The `separator_chart` Default Collection File is used to create a separator coll Supported Library Types: Movie, Show -## Collections Section 020 +## Collections Section 020 | Collection | Key | Description | |:--------------------|:------------|:-------------------------------------------------------------------------------| diff --git a/docs/defaults/chart/tautulli.md b/docs/defaults/chart/tautulli.md index 91445618b..c5496d923 100644 --- a/docs/defaults/chart/tautulli.md +++ b/docs/defaults/chart/tautulli.md @@ -11,7 +11,7 @@ Supported Library Types: Movie, Show Requirements: [Tautulli Authentication](../../config/tautulli.md) -## Collections Section 020 +## Collections Section 020 | Collection | Key | Description | |:---------------|:----------|:-----------------------------------------------------| @@ -51,13 +51,13 @@ work. Any value not specified will use its default value if it has one if not it | Variable | Description & Values | |:---------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `list_days` | **Description:** Changes the `list_days` attribute of the builder for all collections in a Defaults file.
**Values:** Number greater than 0 | - | `list_days_<>`1 | **Description:** Changes the `list_days` attribute of the builder of the specified key's collection.
**Values:** Number greater than 0 | + | `list_days_<>`1 | **Description:** Changes the `list_days` attribute of the builder of the [key's](#collection_section) collection.
**Values:** Number greater than 0 | | `list_size` | **Description:** Changes the `list_size` attribute of the builder for all collections in a Defaults file.
**Values:** Number greater than 0 | - | `list_size_<>`1 | **Description:** Changes the `list_size` attribute of the builder of the specified key's collection.
**Values:** Number greater than 0 | + | `list_size_<>`1 | **Description:** Changes the `list_size` attribute of the builder of the [key's](#collection_section) collection.
**Values:** Number greater than 0 | | `sync_mode` | **Description:** Changes the Sync Mode for all collections in a Defaults file.
**Default:** `sync`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| - | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the specified key's collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| + | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the [key's](#collection_section) collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| | `collection_order` | **Description:** Changes the Collection Order for all collections in a Defaults file.
**Default:** `custom`
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| - | `collection_order_<>`1 | **Description:** Changes the Collection Order of the specified key's collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| + | `collection_order_<>`1 | **Description:** Changes the Collection Order of the [key's](#collection_section) collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| | `style` | **Description:** Changes the color scheme of the collection posters.
**Default:** `color`
**Values:** `color` or `white` | 1. Each default collection has a `key` that when calling to effect a specific collection you must replace `<>` with when calling. diff --git a/docs/defaults/chart/tmdb.md b/docs/defaults/chart/tmdb.md index c542593b7..00a02bd58 100644 --- a/docs/defaults/chart/tmdb.md +++ b/docs/defaults/chart/tmdb.md @@ -10,7 +10,7 @@ Supported Library Types: Movie, Show Recommendations: The `TMDb Airing Today` and `TMDb On The Air` Collections only work with Show Libraries -## Collections Section 020 +## Collections Section 020 | Collection | Key | Description | |:--------------------|:-----------|:-----------------------------------------------------| @@ -53,15 +53,15 @@ work. Any value not specified will use its default value if it has one if not it | Variable | Description & Values | |:---------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `limit` | **Description:** Changes the Builder Limit for all collections in a Defaults file.
**Default:** `100`
**Values:** Number greater than 0 | - | `limit_<>`1 | **Description:** Changes the Builder Limit of the specified key's collection.
**Default:** `limit`
**Values:** Number greater than 0 | + | `limit_<>`1 | **Description:** Changes the Builder Limit of the [key's](#collection_section) collection.
**Default:** `limit`
**Values:** Number greater than 0 | | `sync_mode` | **Description:** Changes the Sync Mode for all collections in a Defaults file.
**Default:** `sync`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| - | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the specified key's collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| + | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the [key's](#collection_section) collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| | `collection_order` | **Description:** Changes the Collection Order for all collections in a Defaults file.
**Default:** `custom`
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| - | `collection_order_<>`1 | **Description:** Changes the Collection Order of the specified key's collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| + | `collection_order_<>`1 | **Description:** Changes the Collection Order of the [key's](#collection_section) collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| | `style` | **Description:** Changes the color scheme of the collection posters.
**Default:** `color`
**Values:** `color` or `white` | - 1. Each default collection has a `key` that when calling to effect a specific collection you must replace - `<>` with when calling. + 1. Each default collection has a `key` [see here]() that you must replace + `<>` with when using this template variable. These keys are found in the table at the top of this page. === "Shared Template Variables" diff --git a/docs/defaults/chart/trakt.md b/docs/defaults/chart/trakt.md index 820ad49df..9808e6c85 100644 --- a/docs/defaults/chart/trakt.md +++ b/docs/defaults/chart/trakt.md @@ -10,7 +10,7 @@ Supported Library Types: Movie, Show Requirements: [Trakt Authentication](../../config/trakt.md) -## Collections Section 020 +## Collections Section 020 | Collection | Key | Description | |:--------------------|:--------------|:-----------------------------------------------------------| @@ -54,11 +54,11 @@ work. Any value not specified will use its default value if it has one if not it | Variable | Description & Values | |:---------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `limit` | **Description:** Changes the Builder Limit for all collections in a Defaults file.
**Default:** `100`
**Values:** Number Greater than 0 | - | `limit_<>`1 | **Description:** Changes the Builder Limit of the specified key's collection.
**Default:** `limit`
**Values:** Number Greater than 0 | + | `limit_<>`1 | **Description:** Changes the Builder Limit of the [key's](#collection_section) collection.
**Default:** `limit`
**Values:** Number Greater than 0 | | `sync_mode` | **Description:** Changes the Sync Mode for all collections in a Defaults file.
**Default:** `sync`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| - | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the specified key's collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| + | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the [key's](#collection_section) collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| | `collection_order` | **Description:** Changes the Collection Order for all collections in a Defaults file.
**Default:** `custom`
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| - | `collection_order_<>`1 | **Description:** Changes the Collection Order of the specified key's collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| + | `collection_order_<>`1 | **Description:** Changes the Collection Order of the [key's](#collection_section) collection.
**Default:** `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](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| | `style` | **Description:** Changes the color scheme of the collection posters.
**Default:** `color`
**Values:** `color` or `white` | 1. Each default collection has a `key` that when calling to effect a specific collection you must replace `<>` with when calling. diff --git a/docs/defaults/collection_variables.md b/docs/defaults/collection_variables.md index 5a5c6bfcb..a4ceda285 100644 --- a/docs/defaults/collection_variables.md +++ b/docs/defaults/collection_variables.md @@ -5,8 +5,8 @@ File paths need to be valid in the context where Kometa is running; this is prim | `language` | **Description:** Set the language of Collection Names and Summaries
**Default:** `default`
**Values:** `default` (English), `fr` (French), or `de` (German) | | `use_all` | **Description:** Turns off all Collections in a Defaults file.
**Values:** `false` to turn off the collection | | `use_<>`1 | **Description:** Turns off individual Collections in a Defaults file.
**Values:** `false` to turn off the collection | -| `name_<>`1 | **Description:** Changes the name of the specified key's collection.
**Values:** New Collection Name | -| `summary_<>`1 | **Description:** Changes the summary of the specified key's collection.
**Values:** New Collection Summary | +| `name_<>`1 | **Description:** Changes the name of the key's collection.
**Values:** New Collection Name | +| `summary_<>`1 | **Description:** Changes the summary of the key's collection.
**Values:** New Collection Summary | | `collection_section` | **Description:** Changes the sort order of the collection sections against other default collection sections. (Use quotes to not lose leading zeros `"05"`)
**Values:** Any number | | `sort_prefix` | **Description:** Changes the prefix of the sort title.
**Default:** `!`
**Values:** Any String | | `sort_title` | **Description:** Changes the sort title of all collections.
**Default:** `<><><
><>>><>`<br>**Values:** Any String                                                                                                                                                                                                                     |
@@ -16,52 +16,52 @@ File paths need to be valid in the context where Kometa is running; this is prim
 | `ignore_ids`                                  | **Description:** Set a list or comma-separated string of TMDb/TVDb IDs to ignore in all collections.<br>**Values:** List or comma-separated string of TMDb/TVDb IDs                                                                                                                                                                                                                                |
 | `ignore_imdb_ids`                             | **Description:** Set a list or comma-separated string of IMDb IDs to ignore in all collections.<br>**Values:** List or comma-separated string of IMDb IDs                                                                                                                                                                                                                                          |
 | `minimum_items`                               | **Description:** Set the number of minimum items for a collection to be created for all collections.<br>**Values:** Any number greater than 0                                                                                                                                                                                                                                                      |
-| `minimum_items_<<key>>`<sup>1</sup>           | **Description:** Set the number of minimum items for a collection to be created for the specified key's collection.<br>**Values:** Any number greater than 0                                                                                                                                                                                                                                       |
+| `minimum_items_<<key>>`<sup>1</sup>           | **Description:** Set the number of minimum items for a collection to be created for the key's collection.<br>**Values:** Any number greater than 0                                                                                                                                                                                                                                       |
 | `schedule`                                    | **Description:** Set the schedule for all of the collections in a Defaults file.<br>**Values:** Any [Scheduling Option](../config/schedule.md#important)                                                                                                                                                                                                                                           |
 | `schedule_<<key>>`                            | **Description:** Set the schedule for a specific key's collection.<br>**Values:** Any [Scheduling Option](../config/schedule.md#important)                                                                                                                                                                                                                                                         |
 | `delete_collections_named`                    | **Description:** Used to delete any collections in your plex named one of the given collections.<br>**Values:** List of Collection Names to delete                                                                                                                                                                                                                                                 |
 | `url_poster`                                  | **Description:** Changes the poster url for all collections.<br>**Values:** URL directly to the Image                                                                                                                                                                                                                                                                                              |
-| `url_poster_<<key>>`<sup>1</sup>              | **Description:** Changes the poster url of the specified key's collection.<br>**Values:** URL directly to the Image                                                                                                                                                                                                                                                                                |
+| `url_poster_<<key>>`<sup>1</sup>              | **Description:** Changes the poster url of the key's collection.<br>**Values:** URL directly to the Image                                                                                                                                                                                                                                                                                |
 | `file_poster`                                 | **Description:** Sets the poster filepath for all collections.<br>**Values:** Filepath directly to the Image                                                                                                                                                                                                                                                                                       |
-| `file_poster_<<key>>`<sup>1</sup>             | **Description:** Sets the poster filepath of the specified key's collection.<br>**Values:** Filepath directly to the Image                                                                                                                                                                                                                                                                         |
+| `file_poster_<<key>>`<sup>1</sup>             | **Description:** Sets the poster filepath of the key's collection.<br>**Values:** Filepath directly to the Image                                                                                                                                                                                                                                                                         |
 | `url_background`                              | **Description:** Sets the background url for all collections.<br>**Values:** URL directly to the Image                                                                                                                                                                                                                                                                                             |
-| `url_background_<<key>>`<sup>1</sup>          | **Description:** Sets the background url of the specified key's collection.<br>**Values:** URL directly to the Image                                                                                                                                                                                                                                                                               |
+| `url_background_<<key>>`<sup>1</sup>          | **Description:** Sets the background url of the key's collection.<br>**Values:** URL directly to the Image                                                                                                                                                                                                                                                                               |
 | `file_background`                             | **Description:** Sets the background filepath for all collections.<br>**Values:** Filepath directly to the Image                                                                                                                                                                                                                                                                                   |
-| `file_background_<<key>>`<sup>1</sup>         | **Description:** Sets the background filepath of the specified key's collection.<br>**Values:** Filepath directly to the Image                                                                                                                                                                                                                                                                     |
+| `file_background_<<key>>`<sup>1</sup>         | **Description:** Sets the background filepath of the key's collection.<br>**Values:** Filepath directly to the Image                                                                                                                                                                                                                                                                     |
 | `visible_library`                             | **Description:** Controls visible on Library Recommended Tab for all collections in a Defaults file. (Only works with Plex Pass)<br>**Values:**<table class="clearTable"><tr><td>`true`</td><td>Visible</td></tr><tr><td>`false`</td><td>Not Visible</td></tr><tr><td>[Any `schedule` Option](../config/schedule.md)</td><td>Visible When Scheduled</td></tr></table>                              |
-| `visible_library_<<key>>`<sup>1</sup>         | **Description:** Controls visible on Library Recommended Tab of the specified key's collection. (Only works with Plex Pass)<br>**Default:** `visible_library`<br>**Values:**<table class="clearTable"><tr><td>`true`</td><td>Visible</td></tr><tr><td>`false`</td><td>Not Visible</td></tr><tr><td>[Any `schedule` Option](../config/schedule.md)</td><td>Visible When Scheduled</td></tr></table> |
+| `visible_library_<<key>>`<sup>1</sup>         | **Description:** Controls visible on Library Recommended Tab of the key's collection. (Only works with Plex Pass)<br>**Default:** `visible_library`<br>**Values:**<table class="clearTable"><tr><td>`true`</td><td>Visible</td></tr><tr><td>`false`</td><td>Not Visible</td></tr><tr><td>[Any `schedule` Option](../config/schedule.md)</td><td>Visible When Scheduled</td></tr></table> |
 | `visible_home`                                | **Description:** Controls visible on Home Tab for all collections in a Defaults file. (Only works with Plex Pass)<br>**Values:**<table class="clearTable"><tr><td>`true`</td><td>Visible</td></tr><tr><td>`false`</td><td>Not Visible</td></tr><tr><td>[Any `schedule` Option](../config/schedule.md)</td><td>Visible When Scheduled</td></tr></table>                                             |
-| `visible_home_<<key>>`<sup>1</sup>            | **Description:** Controls visible on Home Tab of the specified key's collection. (Only works with Plex Pass)<br>**Default:** `visible_home`<br>**Values:**<table class="clearTable"><tr><td>`true`</td><td>Visible</td></tr><tr><td>`false`</td><td>Not Visible</td></tr><tr><td>[Any `schedule` Option](../config/schedule.md)</td><td>Visible When Scheduled</td></tr></table>                   |
+| `visible_home_<<key>>`<sup>1</sup>            | **Description:** Controls visible on Home Tab of the key's collection. (Only works with Plex Pass)<br>**Default:** `visible_home`<br>**Values:**<table class="clearTable"><tr><td>`true`</td><td>Visible</td></tr><tr><td>`false`</td><td>Not Visible</td></tr><tr><td>[Any `schedule` Option](../config/schedule.md)</td><td>Visible When Scheduled</td></tr></table>                   |
 | `visible_shared`                              | **Description:** Controls visible on Shared Users' Home Tab for all collections in a Defaults file. (Only works with Plex Pass)<br>**Values:**<table class="clearTable"><tr><td>`true`</td><td>Visible</td></tr><tr><td>`false`</td><td>Not Visible</td></tr><tr><td>[Any `schedule` Option](../config/schedule.md)</td><td>Visible When Scheduled</td></tr></table>                               |
-| `visible_shared_<<key>>`<sup>1</sup>          | **Description:** Controls visible on Shared Users' Home Tab of the specified key's collection. (Only works with Plex Pass)<br>**Default:** `visible_shared`<br>**Values:**<table class="clearTable"><tr><td>`true`</td><td>Visible</td></tr><tr><td>`false`</td><td>Not Visible</td></tr><tr><td>[Any `schedule` Option](../config/schedule.md)</td><td>Visible When Scheduled</td></tr></table>   |
+| `visible_shared_<<key>>`<sup>1</sup>          | **Description:** Controls visible on Shared Users' Home Tab of the key's collection. (Only works with Plex Pass)<br>**Default:** `visible_shared`<br>**Values:**<table class="clearTable"><tr><td>`true`</td><td>Visible</td></tr><tr><td>`false`</td><td>Not Visible</td></tr><tr><td>[Any `schedule` Option](../config/schedule.md)</td><td>Visible When Scheduled</td></tr></table>   |
 | `radarr_upgrade_existing`                     | **Description:** Override Radarr `upgrade_existing` attribute for all collections in a Defaults file.<br>**Values:** `true` or `false`                                                                                                                                                                                                                                                             |
-| `radarr_upgrade_existing_<<key>>`<sup>1</sup> | **Description:** Override Radarr `upgrade_existing` attribute of the specified key's collection.<br>**Values:** `true` or `false`                                                                                                                                                                                                                                                                  |
+| `radarr_upgrade_existing_<<key>>`<sup>1</sup> | **Description:** Override Radarr `upgrade_existing` attribute of the key's collection.<br>**Values:** `true` or `false`                                                                                                                                                                                                                                                                  |
 | `radarr_monitor_existing`                     | **Description:** Override Radarr `monitor_existing` attribute for all collections in a Defaults file.<br>**Values:** `true` or `false`                                                                                                                                                                                                                                                             |
-| `radarr_monitor_existing_<<key>>`<sup>1</sup> | **Description:** Override Radarr `monitor_existing` attribute of the specified key's collection.<br>**Values:** `true` or `false`                                                                                                                                                                                                                                                                  |
+| `radarr_monitor_existing_<<key>>`<sup>1</sup> | **Description:** Override Radarr `monitor_existing` attribute of the key's collection.<br>**Values:** `true` or `false`                                                                                                                                                                                                                                                                  |
 | `radarr_add_missing`                          | **Description:** Override Radarr `add_missing` attribute for all collections in a Defaults file.<br>**Values:** `true` or `false`                                                                                                                                                                                                                                                                  |
-| `radarr_add_missing_<<key>>`<sup>1</sup>      | **Description:** Override Radarr `add_missing` attribute of the specified key's collection.<br>**Default:** `radarr_add_missing`<br>**Values:** `true` or `false`                                                                                                                                                                                                                                  |
+| `radarr_add_missing_<<key>>`<sup>1</sup>      | **Description:** Override Radarr `add_missing` attribute of the key's collection.<br>**Default:** `radarr_add_missing`<br>**Values:** `true` or `false`                                                                                                                                                                                                                                  |
 | `radarr_folder`                               | **Description:** Override Radarr `root_folder_path` attribute for all collections in a Defaults file.<br>**Values:** Folder Path                                                                                                                                                                                                                                                                   |
-| `radarr_folder_<<key>>`<sup>1</sup>           | **Description:** Override Radarr `root_folder_path` attribute of the specified key's collection.<br>**Default:** `radarr_folder`<br>**Values:** Folder Path                                                                                                                                                                                                                                        |
+| `radarr_folder_<<key>>`<sup>1</sup>           | **Description:** Override Radarr `root_folder_path` attribute of the key's collection.<br>**Default:** `radarr_folder`<br>**Values:** Folder Path                                                                                                                                                                                                                                        |
 | `radarr_search`                               | **Description:** Override Radarr `search` attribute or all collections in a Defaults file.<br>**Values:** `true` or `false`                                                                                                                                                                                                                                                                        |
-| `radarr_search_<<key>>`<sup>1</sup>           | **Description:** Override Radarr `search` attribute of the specified key's collection.<br>**Default:** `radarr_search`<br>**Values:** `true` or `false`                                                                                                                                                                                                                                            |
+| `radarr_search_<<key>>`<sup>1</sup>           | **Description:** Override Radarr `search` attribute of the key's collection.<br>**Default:** `radarr_search`<br>**Values:** `true` or `false`                                                                                                                                                                                                                                            |
 | `radarr_tag`                                  | **Description:** Override Radarr `tag` attribute for all collections in a Defaults file.<br>**Values:** List or comma-separated string of tags                                                                                                                                                                                                                                                     |
-| `radarr_tag_<<key>>`<sup>1</sup>              | **Description:** Override Radarr `tag` attribute of the specified key's collection.<br>**Default:** `radarr_tag`<br>**Values:** List or comma-separated string of tags                                                                                                                                                                                                                             |
+| `radarr_tag_<<key>>`<sup>1</sup>              | **Description:** Override Radarr `tag` attribute of the key's collection.<br>**Default:** `radarr_tag`<br>**Values:** List or comma-separated string of tags                                                                                                                                                                                                                             |
 | `item_radarr_tag`                             | **Description:** Used to append a tag in Radarr for every movie found by the builders that's in Radarr for all collections in a Defaults file.<br>**Values:** List or comma-separated string of tags                                                                                                                                                                                               |
-| `item_radarr_tag_<<key>>`<sup>1</sup>         | **Description:** Used to append a tag in Radarr for every movie found by the builders that's in Radarr of the specified key's collection.<br>**Default:** `item_radarr_tag`<br>**Values:** List or comma-separated string of tags                                                                                                                                                                  |
+| `item_radarr_tag_<<key>>`<sup>1</sup>         | **Description:** Used to append a tag in Radarr for every movie found by the builders that's in Radarr of the key's collection.<br>**Default:** `item_radarr_tag`<br>**Values:** List or comma-separated string of tags                                                                                                                                                                  |
 | `sonarr_upgrade_existing`                     | **Description:** Override Sonarr `upgrade_existing` attribute for all collections in a Defaults file.<br>**Values:** `true` or `false`                                                                                                                                                                                                                                                             |
-| `sonarr_upgrade_existing_<<key>>`<sup>1</sup> | **Description:** Override Sonarr `upgrade_existing` attribute of the specified key's collection.<br>**Values:** `true` or `false`                                                                                                                                                                                                                                                                  |
+| `sonarr_upgrade_existing_<<key>>`<sup>1</sup> | **Description:** Override Sonarr `upgrade_existing` attribute of the key's collection.<br>**Values:** `true` or `false`                                                                                                                                                                                                                                                                  |
 | `sonarr_monitor_existing`                     | **Description:** Override Sonarr `monitor_existing` attribute for all collections in a Defaults file.<br>**Values:** `true` or `false`                                                                                                                                                                                                                                                             |
-| `sonarr_monitor_existing_<<key>>`<sup>1</sup> | **Description:** Override Sonarr `monitor_existing` attribute of the specified key's collection.<br>**Values:** `true` or `false`                                                                                                                                                                                                                                                                  |
+| `sonarr_monitor_existing_<<key>>`<sup>1</sup> | **Description:** Override Sonarr `monitor_existing` attribute of the key's collection.<br>**Values:** `true` or `false`                                                                                                                                                                                                                                                                  |
 | `sonarr_add_missing`                          | **Description:** Override Sonarr `add_missing` attribute for all collections in a Defaults file.<br>**Values:** `true` or `false`                                                                                                                                                                                                                                                                  |
-| `sonarr_add_missing_<<key>>`<sup>1</sup>      | **Description:** Override Sonarr `add_missing` attribute of the specified key's collection.<br>**Default:** `sonarr_add_missing`<br>**Values:** `true` or `false`                                                                                                                                                                                                                                  |
+| `sonarr_add_missing_<<key>>`<sup>1</sup>      | **Description:** Override Sonarr `add_missing` attribute of the key's collection.<br>**Default:** `sonarr_add_missing`<br>**Values:** `true` or `false`                                                                                                                                                                                                                                  |
 | `sonarr_folder`                               | **Description:** Override Sonarr `root_folder_path` attribute for all collections in a Defaults file.<br>**Values:** Folder Path                                                                                                                                                                                                                                                                   |
-| `sonarr_folder_<<key>>`<sup>1</sup>           | **Description:** Override Sonarr `root_folder_path` attribute of the specified key's collection.<br>**Default:** `sonarr_folder`<br>**Values:** Folder Path                                                                                                                                                                                                                                        |
+| `sonarr_folder_<<key>>`<sup>1</sup>           | **Description:** Override Sonarr `root_folder_path` attribute of the key's collection.<br>**Default:** `sonarr_folder`<br>**Values:** Folder Path                                                                                                                                                                                                                                        |
 | `sonarr_search`                               | **Description:** Override Sonarr `search` attribute or all collections in a Defaults file.<br>**Values:** `true` or `false`                                                                                                                                                                                                                                                                        |
-| `sonarr_search_<<key>>`<sup>1</sup>           | **Description:** Override Sonarr `search` attribute of the specified key's collection.<br>**Default:** `sonarr_search`<br>**Values:** `true` or `false`                                                                                                                                                                                                                                            |
+| `sonarr_search_<<key>>`<sup>1</sup>           | **Description:** Override Sonarr `search` attribute of the key's collection.<br>**Default:** `sonarr_search`<br>**Values:** `true` or `false`                                                                                                                                                                                                                                            |
 | `sonarr_tag`                                  | **Description:** Override Sonarr `tag` attribute for all collections in a Defaults file.<br>**Values:** List or comma-separated string of tags                                                                                                                                                                                                                                                     |
-| `sonarr_tag_<<key>>`<sup>1</sup>              | **Description:** Override Sonarr `tag` attribute of the specified key's collection.<br>**Default:** `sonarr_tag`<br>**Values:** List or comma-separated string of tags                                                                                                                                                                                                                             |
+| `sonarr_tag_<<key>>`<sup>1</sup>              | **Description:** Override Sonarr `tag` attribute of the key's collection.<br>**Default:** `sonarr_tag`<br>**Values:** List or comma-separated string of tags                                                                                                                                                                                                                             |
 | `item_sonarr_tag`                             | **Description:** Used to append a tag in Sonarr for every series found by the builders that's in Sonarr for all collections in a Defaults file.<br>**Values:** List or comma-separated string of tags                                                                                                                                                                                              |
-| `item_sonarr_tag_<<key>>`<sup>1</sup>         | **Description:** Used to append a tag in Sonarr for every series found by the builders that's in Sonarr of the specified key's collection.<br>**Default:** `item_sonarr_tag`<br>**Values:** List or comma-separated string of tags                                                                                                                                                                 |
+| `item_sonarr_tag_<<key>>`<sup>1</sup>         | **Description:** Used to append a tag in Sonarr for every series found by the builders that's in Sonarr of the key's collection.<br>**Default:** `item_sonarr_tag`<br>**Values:** List or comma-separated string of tags                                                                                                                                                                 |
 
 1. Each default collection has a `key` that when calling to effect a specific collection you must replace `<<key>>` with 
 when calling.
\ No newline at end of file
diff --git a/docs/defaults/movie/content_rating_us.md b/docs/defaults/movie/content_rating_us.md
index 997dd920f..d5a767d8e 100644
--- a/docs/defaults/movie/content_rating_us.md
+++ b/docs/defaults/movie/content_rating_us.md
@@ -16,7 +16,7 @@ Supported Library Types: Movie
 
 Recommendation: Set the Certification Country within your library's advanced settings to "United States".
 
-## Collections Section 110
+## <a id="collection_section"></a>Collections Section 110
 
 | Collection                                             | Key                                      | Description                                                                     |
 |:-------------------------------------------------------|:-----------------------------------------|:--------------------------------------------------------------------------------|
@@ -57,21 +57,21 @@ work. Any value not specified will use its default value if it has one if not it
         | Variable                      | Description & Values                                                                                                                                                                                                                                            |
         |:------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
         | `limit`                       | **Description:** Changes the Builder Limit for all collections in a Defaults file.<br>**Values:** Number Greater than 0                                                                                                                                         |
-        | `limit_<<key>>`<sup>1</sup>   | **Description:** Changes the Builder Limit of the specified key's collection.<br>**Default:** `limit`<br>**Values:** Number Greater than 0                                                                                                                      |
+        | `limit_<<key>>`<sup>1</sup>   | **Description:** Changes the Builder Limit of the [key's](#collection_section) collection.<br>**Default:** `limit`<br>**Values:** Number Greater than 0                                                                                                                      |
         | `sort_by`                     | **Description:** Changes the Smart Filter Sort for all collections in a Defaults file.<br>**Default:** `release.desc`<br>**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options)                                               |
-        | `sort_by_<<key>>`<sup>1</sup> | **Description:** Changes the Smart Filter Sort of the specified key's collection.<br>**Default:** `sort_by`<br>**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options)                                                         |
-        | `include`                     | **Description:** Overrides the [default include list](#include).<br>**Values:** List of Content Ratings found in your library                                                                                                                                   |
-        | `append_include`              | **Description:** Appends to the [default include list](#include).<br>**Values:** List of Content Ratings found in your library                                                                                                                                  |
-        | `remove_include`              | **Description:** Removes from the [default include list](#include).<br>**Values:** List of Content Ratings found in your library                                                                                                                                |
+        | `sort_by_<<key>>`<sup>1</sup> | **Description:** Changes the Smart Filter Sort of the [key's](#collection_section) collection.<br>**Default:** `sort_by`<br>**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options)                                                         |
+        | `include`                     | **Description:** Overrides the [default include list](#default-values).<br>**Values:** List of Content Ratings found in your library                                                                                                                                   |
+        | `append_include`              | **Description:** Appends to the [default include list](#default-values).<br>**Values:** List of Content Ratings found in your library                                                                                                                                  |
+        | `remove_include`              | **Description:** Removes from the [default include list](#default-values).<br>**Values:** List of Content Ratings found in your library                                                                                                                                |
         | `exclude`                     | **Description:** Exclude these Content Ratings from creating a Dynamic Collection.<br>**Values:** List of Content Ratings found in your library                                                                                                                 |
-        | `addons`                      | **Description:** Overrides the [default addons dictionary](#addons). Defines how multiple keys can be combined under a parent key. The parent key doesn't have to already exist in Plex<br>**Values:** Dictionary List of Content Ratings found in your library |
-        | `append_addons`               | **Description:** Appends to the [default addons dictionary](#addons).<br>**Values:** Dictionary List of Content Ratings found in your library                                                                                                                   |
-        | `remove_addons`               | **Description:** Removes from the [default addons dictionary](#addons).<br>**Values:** Dictionary List of Content Ratings found in your library                                                                                                                 |
+        | `addons`                      | **Description:** Overrides the [default addons dictionary](#default-values). Defines how multiple keys can be combined under a parent key. The parent key doesn't have to already exist in Plex<br>**Values:** Dictionary List of Content Ratings found in your library |
+        | `append_addons`               | **Description:** Appends to the [default addons dictionary](#default-values).<br>**Values:** Dictionary List of Content Ratings found in your library                                                                                                                   |
+        | `remove_addons`               | **Description:** Removes from the [default addons dictionary](#default-values).<br>**Values:** Dictionary List of Content Ratings found in your library                                                                                                                 |
         | `name_format`                 | **Description:** Changes the title format of the Dynamic Collections.<br>**Default:** `<<key_name>> <<library_translationU>>s`<br>**Values:** Any string with `<<key_name>>` in it.                                                                             |
         | `summary_format`              | **Description:** Changes the summary format of the Dynamic Collections.<br>**Default:** `<<library_translationU>>s that are rated <<key_name>>.`<br>**Values:** Any string.                                                                                     |
 
-        1. Each default collection has a `key` that when calling to effect a specific collection you must replace 
-        `<<key>>` with when calling.
+        1. Each default collection has a `key` [see here]() that you must replace 
+        `<<key>>` with when using this template variable.  These keys are found in the table at the top of this page.
 
     === "Shared Template Variables"
 
@@ -113,46 +113,8 @@ work. Any value not specified will use its default value if it has one if not it
 
 ## Default Values
 
-These are lists provided for reference to show what values will be in use if you do no customization.  **These do not 
-show how to change a name or a list.**
-
-If you want to customize these values, use the methods described above.
-
-??? example "Default `include` (click to expand) <a class="headerlink" href="#include" title="Permanent link">¶</a>"
-
-    <div id="include" />
-
-    ```{ .dtd .no-copy }
-    ###############################################################################
-    ################################## IMPORTANT ##################################
-    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
-    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
-    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
-    ###############################################################################
-    include: {%    
-      include-markdown "../../../defaults/movie/content_rating_us.yml" 
-      comments=false
-      preserve-includer-indent=false
-      start="include:"
-      end="addons:"
-    %}
-    ```
+Unless you customize them as described above, these collections use default lists and searches to create the collections.
 
-??? example "Default `addons` (click to expand) <a class="headerlink" href="#addons" title="Permanent link">¶</a>"
-
-    <div id="addons" />
-
-    ```{ .dtd .no-copy }
-    ###############################################################################
-    ################################## IMPORTANT ##################################
-    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
-    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
-    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
-    ###############################################################################
-    addons: {%    
-      include-markdown "../../../defaults/movie/content_rating_us.yml" 
-      comments=false
-      preserve-includer-indent=false
-      start="addons:"
-    %}
-    ```
+If you are interested in customizing the default values, you can find that information [here](#template-variables).
+
+If you are interested in seeing what those default builders are, you can find that information [here](../sources.md).
diff --git a/docs/defaults/movie/continent.md b/docs/defaults/movie/continent.md
index 6874876c2..22d789270 100644
--- a/docs/defaults/movie/continent.md
+++ b/docs/defaults/movie/continent.md
@@ -11,7 +11,7 @@ library. The collection aims to be inclusive, with all 230 countries incorporate
 
 Supported Library Types: Movie
 
-## Collections Section 082
+## <a id="collection_section"></a>Collections Section 082
 
 | Collection                                      | Key                                             | Description                                                                    |
 |:------------------------------------------------|:------------------------------------------------|:-------------------------------------------------------------------------------|
@@ -59,22 +59,22 @@ work. Any value not specified will use its default value if it has one if not it
         |:------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
         | `style`                       | **Description:** Controls the visual theme of the collections created<table class="clearTable"><tr><th>Values:</th></tr><tr><td><code>white</code></td><td>White Theme</td></tr><tr><td><code>color</code></td><td>Color Theme</td></tr></table>          |
         | `limit`                       | **Description:** Changes the Builder Limit for all collections in a Defaults file.<br>**Values:** Number Greater than 0                                                                                                                                   |
-        | `limit_<<key>>`<sup>1</sup>   | **Description:** Changes the Builder Limit of the specified key's collection.<br>**Default:** `limit`<br>**Values:** Number Greater than 0                                                                                                                |
+        | `limit_<<key>>`<sup>1</sup>   | **Description:** Changes the Builder Limit of the [key's](#collection_section) collection.<br>**Default:** `limit`<br>**Values:** Number Greater than 0                                                                                                                |
         | `sort_by`                     | **Description:** Changes the Smart Filter Sort for all collections in a Defaults file.<br>**Default:** `release.desc`<br>**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options)                                         |
-        | `sort_by_<<key>>`<sup>1</sup> | **Description:** Changes the Smart Filter Sort of the specified key's collection.<br>**Default:** `sort_by`<br>**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options)                                                   |
-        | `include`                     | **Description:** Overrides the [default include list](#include).<br>**Values:** List of Countries found in your library                                                                                                                                   |
-        | `append_include`              | **Description:** Appends to the [default include list](#include).<br>**Values:** List of Countries found in your library                                                                                                                                  |
-        | `remove_include`              | **Description:** Removes from the [default include list](#include).<br>**Values:** List of Countries found in your library                                                                                                                                |
+        | `sort_by_<<key>>`<sup>1</sup> | **Description:** Changes the Smart Filter Sort of the [key's](#collection_section) collection.<br>**Default:** `sort_by`<br>**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options)                                                   |
+        | `include`                     | **Description:** Overrides the [default include list](#default-values).<br>**Values:** List of Countries found in your library                                                                                                                                   |
+        | `append_include`              | **Description:** Appends to the [default include list](#default-values).<br>**Values:** List of Countries found in your library                                                                                                                                  |
+        | `remove_include`              | **Description:** Removes from the [default include list](#default-values).<br>**Values:** List of Countries found in your library                                                                                                                                |
         | `exclude`                     | **Description:** Exclude these Countries from creating a Dynamic Collection.<br>**Values:** List of Countries found in your library                                                                                                                       |
-        | `addons`                      | **Description:** Overrides the [default addons dictionary](#addons). Defines how multiple keys can be combined under a parent key. The parent key doesn't have to already exist in Plex<br>**Values:** Dictionary List of Countries found in your library |
-        | `append_addons`               | **Description:** Appends to the [default addons dictionary](#addons).<br>**Values:** Dictionary List of Countries found in your library                                                                                                                   |
-        | `remove_addons`               | **Description:** Removes from the [default addons dictionary](#addons).<br>**Values:** Dictionary List of Countries found in your library                                                                                                                 |
-        | `key_name_override`           | **Description:** Overrides the [default key_name_override dictionary](#key-name-override).<br>**Values:** Dictionary with `key: new_key_name` entries                                                                                                     |
+        | `addons`                      | **Description:** Overrides the [default addons dictionary](#default-values). Defines how multiple keys can be combined under a parent key. The parent key doesn't have to already exist in Plex<br>**Values:** Dictionary List of Countries found in your library |
+        | `append_addons`               | **Description:** Appends to the [default addons dictionary](#default-values).<br>**Values:** Dictionary List of Countries found in your library                                                                                                                   |
+        | `remove_addons`               | **Description:** Removes from the [default addons dictionary](#default-values).<br>**Values:** Dictionary List of Countries found in your library                                                                                                                 |
+        | `key_name_override`           | **Description:** Overrides the [default key_name_override dictionary](#default-values).<br>**Values:** Dictionary with `key: new_key_name` entries                                                                                                     |
         | `name_format`                 | **Description:** Changes the title format of the Dynamic Collections.<br>**Default:** `<<key_name>>`<br>**Values:** Any string with `<<key_name>>` in it.                                                                                                 |
         | `summary_format`              | **Description:** Changes the summary format of the Dynamic Collections.<br>**Default:** `<<library_translationU>>s filmed in <<key_name>>.`<br>**Values:** Any string.                                                                                    |
 
-        1. Each default collection has a `key` that when calling to effect a specific collection you must replace 
-        `<<key>>` with when calling.
+        1. Each default collection has a `key` [see here]() that you must replace 
+        `<<key>>` with when using this template variable.  These keys are found in the table at the top of this page.
 
     === "Shared Template Variables"
 
@@ -115,46 +115,8 @@ work. Any value not specified will use its default value if it has one if not it
 
 ## Default Values
 
-These are lists provided for reference to show what values will be in use if you do no customization.  **These do not 
-show how to change a name or a list.**
-
-If you want to customize these values, use the methods described above.
-
-??? example "Default `include` (click to expand) <a class="headerlink" href="#include" title="Permanent link">¶</a>"
-
-    <div id="include" />
-
-    ```{ .dtd .no-copy }
-    ###############################################################################
-    ################################## IMPORTANT ##################################
-    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
-    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
-    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
-    ###############################################################################
-    include: {%    
-      include-markdown "../../../defaults/movie/continent.yml" 
-      comments=false
-      preserve-includer-indent=false
-      start="include:"
-      end="addons:"
-    %}
-    ```
+Unless you customize them as described above, these collections use default lists and searches to create the collections.
 
-??? example "Default `addons` (click to expand) <a class="headerlink" href="#addons" title="Permanent link">¶</a>"
-
-    <div id="addons" />
-
-    ```{ .dtd .no-copy }
-    ###############################################################################
-    ################################## IMPORTANT ##################################
-    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
-    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
-    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
-    ###############################################################################
-    addons: {%    
-      include-markdown "../../../defaults/movie/continent.yml" 
-      comments=false
-      preserve-includer-indent=false
-      start="addons:"
-    %}
-    ```
+If you are interested in customizing the default values, you can find that information [here](#template-variables).
+
+If you are interested in seeing what those default builders are, you can find that information [here](../sources.md).
diff --git a/docs/defaults/movie/country.md b/docs/defaults/movie/country.md
index 6552a9697..250f9bd22 100644
--- a/docs/defaults/movie/country.md
+++ b/docs/defaults/movie/country.md
@@ -11,7 +11,7 @@ library.
 
 Supported Library Types: Movie
 
-## Collections Section 080
+## <a id="collection_section"></a>Collections Section 080
 
 | Collection                              | Key                                     | Description                                                                    |
 |:----------------------------------------|:----------------------------------------|:-------------------------------------------------------------------------------|
@@ -59,22 +59,22 @@ work. Any value not specified will use its default value if it has one if not it
         |:------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
         | `style`                       | **Description:** Controls the visual theme of the collections created<table class="clearTable"><tr><th>Values:</th></tr><tr><td><code>white</code></td><td>White Theme</td></tr><tr><td><code>color</code></td><td>Color Theme</td></tr></table>          |
         | `limit`                       | **Description:** Changes the Builder Limit for all collections in a Defaults file.<br>**Values:** Number Greater than 0                                                                                                                                   |
-        | `limit_<<key>>`<sup>1</sup>   | **Description:** Changes the Builder Limit of the specified key's collection.<br>**Default:** `limit`<br>**Values:** Number Greater than 0                                                                                                                |
+        | `limit_<<key>>`<sup>1</sup>   | **Description:** Changes the Builder Limit of the [key's](#collection_section) collection.<br>**Default:** `limit`<br>**Values:** Number Greater than 0                                                                                                                |
         | `sort_by`                     | **Description:** Changes the Smart Filter Sort for all collections in a Defaults file.<br>**Default:** `release.desc`<br>**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options)                                         |
-        | `sort_by_<<key>>`<sup>1</sup> | **Description:** Changes the Smart Filter Sort of the specified key's collection.<br>**Default:** `sort_by`<br>**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options)                                                   |
-        | `include`                     | **Description:** Overrides the [default include list](#include).<br>**Values:** List of Countries found in your library                                                                                                                                   |
-        | `append_include`              | **Description:** Appends to the [default include list](#include).<br>**Values:** List of Countries found in your library                                                                                                                                  |
-        | `remove_include`              | **Description:** Removes from the [default include list](#include).<br>**Values:** List of Countries found in your library                                                                                                                                |
+        | `sort_by_<<key>>`<sup>1</sup> | **Description:** Changes the Smart Filter Sort of the [key's](#collection_section) collection.<br>**Default:** `sort_by`<br>**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options)                                                   |
+        | `include`                     | **Description:** Overrides the [default include list](#default-values).<br>**Values:** List of Countries found in your library                                                                                                                                   |
+        | `append_include`              | **Description:** Appends to the [default include list](#default-values).<br>**Values:** List of Countries found in your library                                                                                                                                  |
+        | `remove_include`              | **Description:** Removes from the [default include list](#default-values).<br>**Values:** List of Countries found in your library                                                                                                                                |
         | `exclude`                     | **Description:** Exclude these Countries from creating a Dynamic Collection.<br>**Values:** List of Countries found in your library                                                                                                                       |
-        | `addons`                      | **Description:** Overrides the [default addons dictionary](#addons). Defines how multiple keys can be combined under a parent key. The parent key doesn't have to already exist in Plex<br>**Values:** Dictionary List of Countries found in your library |
-        | `append_addons`               | **Description:** Appends to the [default addons dictionary](#addons).<br>**Values:** Dictionary List of Countries found in your library                                                                                                                   |
-        | `remove_addons`               | **Description:** Removes from the [default addons dictionary](#addons).<br>**Values:** Dictionary List of Countries found in your library                                                                                                                 |
-        | `key_name_override`           | **Description:** Overrides the [default key_name_override dictionary](#key-name-override).<br>**Values:** Dictionary with `key: new_key_name` entries                                                                                                     |
+        | `addons`                      | **Description:** Overrides the [default addons dictionary](#default-values). Defines how multiple keys can be combined under a parent key. The parent key doesn't have to already exist in Plex<br>**Values:** Dictionary List of Countries found in your library |
+        | `append_addons`               | **Description:** Appends to the [default addons dictionary](#default-values).<br>**Values:** Dictionary List of Countries found in your library                                                                                                                   |
+        | `remove_addons`               | **Description:** Removes from the [default addons dictionary](#default-values).<br>**Values:** Dictionary List of Countries found in your library                                                                                                                 |
+        | `key_name_override`           | **Description:** Overrides the [default key_name_override dictionary](#default-values).<br>**Values:** Dictionary with `key: new_key_name` entries                                                                                                     |
         | `name_format`                 | **Description:** Changes the title format of the Dynamic Collections.<br>**Default:** `<<key_name>>`<br>**Values:** Any string with `<<key_name>>` in it.                                                                                                 |
         | `summary_format`              | **Description:** Changes the summary format of the Dynamic Collections.<br>**Default:** `<<library_translationU>>s filmed in <<key_name>>.`<br>**Values:** Any string.                                                                                    |
 
-        1. Each default collection has a `key` that when calling to effect a specific collection you must replace 
-        `<<key>>` with when calling.
+        1. Each default collection has a `key` [see here]() that you must replace 
+        `<<key>>` with when using this template variable.  These keys are found in the table at the top of this page.
 
     === "Shared Template Variables"
 
@@ -115,46 +115,8 @@ work. Any value not specified will use its default value if it has one if not it
 
 ## Default Values
 
-These are lists provided for reference to show what values will be in use if you do no customization.  **These do not 
-show how to change a name or a list.**
-
-If you want to customize these values, use the methods described above.
-
-??? example "Default `include` (click to expand) <a class="headerlink" href="#include" title="Permanent link">¶</a>"
-
-    <div id="include" />
-
-    ```{ .dtd .no-copy }
-    ###############################################################################
-    ################################## IMPORTANT ##################################
-    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
-    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
-    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
-    ###############################################################################
-    include: {%    
-      include-markdown "../../../defaults/movie/country.yml" 
-      comments=false
-      preserve-includer-indent=false
-      start="include:"
-      end="addons:"
-    %}
-    ```
+Unless you customize them as described above, these collections use default lists and searches to create the collections.
 
-??? example "Default `addons` (click to expand) <a class="headerlink" href="#addons" title="Permanent link">¶</a>"
-
-    <div id="addons" />
-
-    ```{ .dtd .no-copy }
-    ###############################################################################
-    ################################## IMPORTANT ##################################
-    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
-    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
-    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
-    ###############################################################################
-    addons: {%    
-      include-markdown "../../../defaults/movie/country.yml" 
-      comments=false
-      preserve-includer-indent=false
-      start="addons:"
-    %}
-    ```
+If you are interested in customizing the default values, you can find that information [here](#template-variables).
+
+If you are interested in seeing what those default builders are, you can find that information [here](../sources.md).
diff --git a/docs/defaults/movie/decade.md b/docs/defaults/movie/decade.md
index 1040b823f..e49fac6a7 100644
--- a/docs/defaults/movie/decade.md
+++ b/docs/defaults/movie/decade.md
@@ -11,7 +11,7 @@ library, sorted by critic rating to create a "best of <decade>"
 
 Supported Library Types: Movie
 
-## Collections Section 100
+## <a id="collection_section"></a>Collections Section 100
 
 | Collection                                           | Key                               | Description                                                                    |
 |:-----------------------------------------------------|:----------------------------------|:-------------------------------------------------------------------------------|
@@ -51,15 +51,15 @@ work. Any value not specified will use its default value if it has one if not it
         | Variable                      | Description & Values                                                                                                                                                                                                    |
         |:------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
         | `limit`                       | **Description:** Changes the Builder Limit for all collections in a Defaults file.<br>**Default:** `100`<br>**Values:** Number Greater than 0                                                                           |
-        | `limit_<<key>>`<sup>1</sup>   | **Description:** Changes the Builder Limit of the specified key's collection.<br>**Default:** `limit`<br>**Values:** Number Greater than 0                                                                              |
+        | `limit_<<key>>`<sup>1</sup>   | **Description:** Changes the Builder Limit of the [key's](#collection_section) collection.<br>**Default:** `limit`<br>**Values:** Number Greater than 0                                                                              |
         | `sort_by`                     | **Description:** Changes the Smart Filter Sort for all collections in a Defaults file.<br>**Default:** `critic_rating.desc`<br>**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) |
-        | `sort_by_<<key>>`<sup>1</sup> | **Description:** Changes the Smart Filter Sort of the specified key's collection.<br>**Default:** `sort_by`<br>**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options)                 |
+        | `sort_by_<<key>>`<sup>1</sup> | **Description:** Changes the Smart Filter Sort of the [key's](#collection_section) collection.<br>**Default:** `sort_by`<br>**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options)                 |
         | `exclude`                     | **Description:** Exclude these Decades from creating a Dynamic Collection.<br>**Values:** List of Decades found in your library                                                                                         |
         | `name_format`                 | **Description:** Changes the title format of the Dynamic Collections.<br>**Default:** `Best of <<key_name>>`<br>**Values:** Any string with `<<key_name>>` in it.                                                       |
         | `summary_format`              | **Description:** Changes the summary format of the Dynamic Collections.<br>**Default:** `Top <<limit>> <<library_translation>>s of the <<key_name>>.`<br>**Values:** Any string.                                        |
 
-        1. Each default collection has a `key` that when calling to effect a specific collection you must replace 
-        `<<key>>` with when calling.
+        1. Each default collection has a `key` [see here]() that you must replace 
+        `<<key>>` with when using this template variable.  These keys are found in the table at the top of this page.
 
     === "Shared Template Variables"
 
diff --git a/docs/defaults/movie/director.md b/docs/defaults/movie/director.md
index bfc3df3c2..36423d026 100644
--- a/docs/defaults/movie/director.md
+++ b/docs/defaults/movie/director.md
@@ -7,7 +7,7 @@ your library.
 
 Supported Library Types: Movie
 
-## Collections Section 150
+## <a id="collection_section"></a>Collections Section 150
 
 | Collection                                         | Key                                                | Description                                                                    |
 |:---------------------------------------------------|:---------------------------------------------------|:-------------------------------------------------------------------------------|
@@ -52,9 +52,9 @@ work. Any value not specified will use its default value if it has one if not it
         |:-----------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
         | `style`                                  | **Description:** Controls the visual theme of the collections created.<br>**Default:** `bw`<br>**Values:** `bw`, `rainier`, `signature`, `diiivoy`, or `diiivoycolor`                                                                                                                                                                                                                                                                                                                                                                              |
         | `limit`                                  | **Description:** Changes the Builder Limit for all collections in a Defaults file.<br>**Values:** Number Greater than 0                                                                                                                                                                                                                                                                                                                                                                                                                            |
-        | `limit_<<key>>`<sup>1</sup>              | **Description:** Changes the Builder Limit of the specified key's collection.<br>**Default:** `limit`<br>**Values:** Number Greater than 0                                                                                                                                                                                                                                                                                                                                                                                                         |
+        | `limit_<<key>>`<sup>1</sup>              | **Description:** Changes the Builder Limit of the [key's](#collection_section) collection.<br>**Default:** `limit`<br>**Values:** Number Greater than 0                                                                                                                                                                                                                                                                                                                                                                                                         |
         | `sort_by`                                | **Description:** Changes the Smart Filter Sort for all collections in a Defaults file.<br>**Default:** `release.desc`<br>**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options)                                                                                                                                                                                                                                                                                                                                  |
-        | `sort_by_<<key>>`<sup>1</sup>            | **Description:** Changes the Smart Filter Sort of the specified key's collection.<br>**Default:** `sort_by`<br>**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options)                                                                                                                                                                                                                                                                                                                                            |
+        | `sort_by_<<key>>`<sup>1</sup>            | **Description:** Changes the Smart Filter Sort of the [key's](#collection_section) collection.<br>**Default:** `sort_by`<br>**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options)                                                                                                                                                                                                                                                                                                                                            |
         | `data`                                   | **Description:** Replaces the `data` dynamic collection value.<table class="clearTable"><tr><th>Attribute</th><th>Description & Values</th></tr><tr><td><code>depth</code></td><td>Controls the depth within the casting credits to search for common actors<br><strong>Default:</strong> 5<br><strong>Values:</strong> Number greater than 0</td></tr><tr><td><code>limit</code></td><td>Controls the maximum number of collections to create<br><strong>Default:</strong> 25<br><strong>Values:</strong> Number greater than 0</td></tr></table> |
         | `include`                                | **Description:** Force these Actors to be included to create a Dynamic Collection.<br>**Values:** List of Actor Names                                                                                                                                                                                                                                                                                                                                                                                                                              |
         | `exclude`                                | **Description:** Exclude these Directors from creating a Dynamic Collection.<br>**Values:** List of Director Names                                                                                                                                                                                                                                                                                                                                                                                                                                 |
diff --git a/docs/defaults/movie/franchise.md b/docs/defaults/movie/franchise.md
index 5a7784f19..528bcdd5e 100644
--- a/docs/defaults/movie/franchise.md
+++ b/docs/defaults/movie/franchise.md
@@ -15,7 +15,7 @@ your library.
 
 Supported Library Types: Movie
 
-## Collections
+## <a id="collection_section"></a>Collections
 
 | Collection                                       | Key                                               | Description                                            |
 |:-------------------------------------------------|:--------------------------------------------------|:-------------------------------------------------------|
@@ -52,36 +52,36 @@ work. Any value not specified will use its default value if it has one if not it
 
         | Variable                                 | Description & Values                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
         |:-----------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-        | `summary_<<key>>`<sup>1</sup>            | **Description:** Changes the summary of the specified key's collection.<br>**Values:** New Collection Summary                                                                                                                                                                                                                                                                                                                                                                                                                             |
+        | `summary_<<key>>`<sup>1</sup>            | **Description:** Changes the summary of the [key's](#collection_section) collection.<br>**Values:** New Collection Summary                                                                                                                                                                                                                                                                                                                                                                                                                             |
         | `collection_section`                     | **Description:** Adds a sort title with this collection sections.<br>**Values:** Any number                                                                                                                                                                                                                                                                                                                                                                                                                                               |
         | `order_<<key>>`<sup>1</sup>              | **Description:** Controls the sort order of the collections in their collection section.<br>**Values:** Any number                                                                                                                                                                                                                                                                                                                                                                                                                        |
         | `collection_mode`                        | **Description:** Controls the collection mode of all collections in this file.<br>**Values:**<table class="clearTable"><tr><td>`default`</td><td>Library default</td></tr><tr><td>`hide`</td><td>Hide Collection</td></tr><tr><td>`hide_items`</td><td>Hide Items in this Collection</td></tr><tr><td>`show_items`</td><td>Show this Collection and its Items</td></tr></table>                                                                                                                                                           |
         | `minimum_items`                          | **Description:** Controls the minimum items that the collection must have to be created.<br>**Default:** `2`<br>**Values:** Any number                                                                                                                                                                                                                                                                                                                                                                                                    |
-        | `movie_<<key>>`<sup>1</sup>              | **Description:** Adds the TMDb Movie IDs given to the specified key's collection. Overrides the [default movie](#movie) for that collection if used.<br>**Values:** List of TMDb Movie IDs                                                                                                                                                                                                                                                                                                                                                |
-        | `name_mapping_<<key>>`<sup>1</sup>       | **Description:** Sets the name mapping value for using assets of the specified key's collection.Overrides the [default name_mapping](#name-mapping) for that collection if used.<br>**Values:** Any String                                                                                                                                                                                                                                                                                                                                |
+        | `movie_<<key>>`<sup>1</sup>              | **Description:** Adds the TMDb Movie IDs given to the [key's](#collection_section) collection. Overrides the [default movie](#default-values) for that collection if used.<br>**Values:** List of TMDb Movie IDs                                                                                                                                                                                                                                                                                                                                                |
+        | `name_mapping_<<key>>`<sup>1</sup>       | **Description:** Sets the name mapping value for using assets of the [key's](#collection_section) collection.Overrides the [default name_mapping](#default-values) for that collection if used.<br>**Values:** Any String                                                                                                                                                                                                                                                                                                                                |
         | `sort_title`                             | **Description:** Sets the sort title for all collections. Use `<<collection_name>>` to use the collection name. **Example:** `"!02_<<collection_name>>"`<br>**Values:** Any String with `<<collection_name>>`                                                                                                                                                                                                                                                                                                                             |
-        | `sort_title_<<key>>`<sup>1</sup>         | **Description:** Sets the sort title of the specified key's collection.<br>**Default:** `sort_title`<br>**Values:** Any String                                                                                                                                                                                                                                                                                                                                                                                                            |
+        | `sort_title_<<key>>`<sup>1</sup>         | **Description:** Sets the sort title of the [key's](#collection_section) collection.<br>**Default:** `sort_title`<br>**Values:** Any String                                                                                                                                                                                                                                                                                                                                                                                                            |
         | `build_collection`                       | **Description:** Controls if you want the collection to actually be built. i.e. you may just want these movies sent to Radarr.<br>**Values:** `false` to not build the collection                                                                                                                                                                                                                                                                                                                                                         |
         | `sync_mode`                              | **Description:** Changes the Sync Mode for all collections in a Defaults file.<br>**Default:** `sync`<br>**Values:**<table class="clearTable"><tr><td>`sync`</td><td>Add and Remove Items based on Builders</td></tr><tr><td>`append`</td><td>Only Add Items based on Builders</td></tr></table>                                                                                                                                                                                                                                          |
-        | `sync_mode_<<key>>`<sup>1</sup>          | **Description:** Changes the Sync Mode of the specified key's collection.<br>**Default:** `sync_mode`<br>**Values:**<table class="clearTable"><tr><td>`sync`</td><td>Add and Remove Items based on Builders</td></tr><tr><td>`append`</td><td>Only Add Items based on Builders</td></tr></table>                                                                                                                                                                                                                                          |
+        | `sync_mode_<<key>>`<sup>1</sup>          | **Description:** Changes the Sync Mode of the [key's](#collection_section) collection.<br>**Default:** `sync_mode`<br>**Values:**<table class="clearTable"><tr><td>`sync`</td><td>Add and Remove Items based on Builders</td></tr><tr><td>`append`</td><td>Only Add Items based on Builders</td></tr></table>                                                                                                                                                                                                                                          |
         | `collection_order`                       | **Description:** Changes the Collection Order for all collections in this file.<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](../../files/builders/plex.md#sort-options)</td><td>Order Collection by any `plex_search` Sort Option</td></tr></table>                                     |
-        | `collection_order_<<key>>`<sup>1</sup>   | **Description:** Changes the Collection Order of the specified key's collection.<br>**Default:** `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](../../files/builders/plex.md#sort-options)</td><td>Order Collection by any `plex_search` Sort Option</td></tr></table> |
-        | `title_override`                         | **Description:** Overrides the [default title_override dictionary](#title-override).<br>**Values:** Dictionary with `key: new_title` entries                                                                                                                                                                                                                                                                                                                                                                                              |
+        | `collection_order_<<key>>`<sup>1</sup>   | **Description:** Changes the Collection Order of the [key's](#collection_section) collection.<br>**Default:** `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](../../files/builders/plex.md#sort-options)</td><td>Order Collection by any `plex_search` Sort Option</td></tr></table> |
+        | `title_override`                         | **Description:** Overrides the [default title_override dictionary](#default-values).<br>**Values:** Dictionary with `key: new_title` entries                                                                                                                                                                                                                                                                                                                                                                                              |
         | `exclude`                                | **Description:** Exclude these TMDb Collections from creating a Dynamic Collection.<br>**Values:** List of TMDb Collection IDs                                                                                                                                                                                                                                                                                                                                                                                                            |
-        | `addons`                                 | **Description:** Overrides the [default addons dictionary](#addons). Defines how multiple keys can be combined under a parent key. The parent key doesn't have to already exist in Plex<br>**Values:** Dictionary List of TMDb Collection IDs                                                                                                                                                                                                                                                                                             |
-        | `append_addons`                          | **Description:** Appends to the [default addons dictionary](#addons).<br>**Values:** Dictionary List of TMDb Collection IDs                                                                                                                                                                                                                                                                                                                                                                                                               |
-        | `remove_addons`                          | **Description:** Removes from the [default addons dictionary](#addons).<br>**Values:** Dictionary List of TMDb Collection IDs                                                                                                                                                                                                                                                                                                                                                                                                             |
+        | `addons`                                 | **Description:** Overrides the [default addons dictionary](#default-values). Defines how multiple keys can be combined under a parent key. The parent key doesn't have to already exist in Plex<br>**Values:** Dictionary List of TMDb Collection IDs                                                                                                                                                                                                                                                                                             |
+        | `append_addons`                          | **Description:** Appends to the [default addons dictionary](#default-values).<br>**Values:** Dictionary List of TMDb Collection IDs                                                                                                                                                                                                                                                                                                                                                                                                               |
+        | `remove_addons`                          | **Description:** Removes from the [default addons dictionary](#default-values).<br>**Values:** Dictionary List of TMDb Collection IDs                                                                                                                                                                                                                                                                                                                                                                                                             |
         | `radarr_add_missing`                     | **Description:** Override Radarr `add_missing` attribute for all collections in a Defaults file.<br>**Values:** `true` or `false`                                                                                                                                                                                                                                                                                                                                                                                                         |
-        | `radarr_add_missing_<<key>>`<sup>1</sup> | **Description:** Override Radarr `add_missing` attribute of the specified key's collection.<br>**Default:** `radarr_add_missing`<br>**Values:** `true` or `false`                                                                                                                                                                                                                                                                                                                                                                         |
+        | `radarr_add_missing_<<key>>`<sup>1</sup> | **Description:** Override Radarr `add_missing` attribute of the [key's](#collection_section) collection.<br>**Default:** `radarr_add_missing`<br>**Values:** `true` or `false`                                                                                                                                                                                                                                                                                                                                                                         |
         | `radarr_folder`                          | **Description:** Override Radarr `root_folder_path` attribute for all collections in a Defaults file.<br>**Values:** Folder Path                                                                                                                                                                                                                                                                                                                                                                                                          |
-        | `radarr_folder_<<key>>`<sup>1</sup>      | **Description:** Override Radarr `root_folder_path` attribute of the specified key's collection.<br>**Default:** `radarr_folder`<br>**Values:** Folder Path                                                                                                                                                                                                                                                                                                                                                                               |
+        | `radarr_folder_<<key>>`<sup>1</sup>      | **Description:** Override Radarr `root_folder_path` attribute of the [key's](#collection_section) collection.<br>**Default:** `radarr_folder`<br>**Values:** Folder Path                                                                                                                                                                                                                                                                                                                                                                               |
         | `radarr_tag`                             | **Description:** Override Radarr `tag` attribute for all collections in a Defaults file.<br>**Values:** List or comma-separated string of tags                                                                                                                                                                                                                                                                                                                                                                                            |
-        | `radarr_tag_<<key>>`<sup>1</sup>         | **Description:** Override Radarr `tag` attribute of the specified key's collection.<br>**Default:** `radarr_tag`<br>**Values:** List or comma-separated string of tags                                                                                                                                                                                                                                                                                                                                                                    |
+        | `radarr_tag_<<key>>`<sup>1</sup>         | **Description:** Override Radarr `tag` attribute of the [key's](#collection_section) collection.<br>**Default:** `radarr_tag`<br>**Values:** List or comma-separated string of tags                                                                                                                                                                                                                                                                                                                                                                    |
         | `item_radarr_tag`                        | **Description:** Used to append a tag in Radarr for every movie found by the builders that's in Radarr for all collections in a Defaults file.<br>**Values:** List or comma-separated string of tags                                                                                                                                                                                                                                                                                                                                      |
-        | `item_radarr_tag_<<key>>`<sup>1</sup>    | **Description:** Used to append a tag in Radarr for every movie found by the builders that's in Radarr of the specified key's collection.<br>**Default:** `item_radarr_tag`<br>**Values:** List or comma-separated string of tags                                                                                                                                                                                                                                                                                                         |
+        | `item_radarr_tag_<<key>>`<sup>1</sup>    | **Description:** Used to append a tag in Radarr for every movie found by the builders that's in Radarr of the [key's](#collection_section) collection.<br>**Default:** `item_radarr_tag`<br>**Values:** List or comma-separated string of tags                                                                                                                                                                                                                                                                                                         |
 
-        1. Each default collection has a `key` that when calling to effect a specific collection you must replace 
-        `<<key>>` with when calling.
+        1. Each default collection has a `key` [see here]() that you must replace 
+        `<<key>>` with when using this template variable.  These keys are found in the table at the top of this page.
     
 ???+ example "Example Template Variable Amendments"
 
@@ -109,96 +109,8 @@ work. Any value not specified will use its default value if it has one if not it
 
 ## Default Values
 
-These are lists provided for reference to show what values will be in use if you do no customization.  **These do not 
-show how to change a name or a list.**
-
-If you want to customize these values, use the methods described above.
-
-??? example "Default `addons` (click to expand) <a class="headerlink" href="#addons" title="Permanent link">¶</a>"
-
-    <div id="addons" />
-
-    ```{ .dtd .no-copy }
-    ###############################################################################
-    ################################## IMPORTANT ##################################
-    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
-    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
-    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
-    ###############################################################################
-    addons: {%    
-      include-markdown "../../../defaults/movie/franchise.yml" 
-      comments=false
-      preserve-includer-indent=false
-      start="addons:"
-      end="title_override:"
-    %}
-    ```
-
-??? example "Default `title_override` (click to expand) <a class="headerlink" href="#title-override" title="Permanent link">¶</a>"
-
-    <div id="title-override" />
-
-    ```{ .dtd .no-copy }
-    ###############################################################################
-    ################################## IMPORTANT ##################################
-    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
-    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
-    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
-    ###############################################################################
-    title_override: {%    
-      include-markdown "../../../defaults/movie/franchise.yml" 
-      comments=false
-      preserve-includer-indent=false
-      start="title_override:"
-      end="template_variables:"
-    %}
-    ```
-
-??? example "Default Template Variable `movie` (click to expand) <a class="headerlink" href="#movie" title="Permanent link">¶</a>"
-
-    <div id="movie" />
-
-    ???+ tip 
-
-        Pass `movie_<<key>>` to the file as template variables to change this value per collection. 
-
-    ```{ .dtd .no-copy }
-    ###############################################################################
-    ################################## IMPORTANT ##################################
-    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
-    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
-    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
-    ###############################################################################
-    {%    
-      include-markdown "../../../defaults/movie/franchise.yml" 
-      comments=false
-      preserve-includer-indent=true
-      dedent=true
-      start="# check1"
-      end="# check2"
-    %}
-    ```
+Unless you customize them as described above, these collections use default lists and searches to create the collections.
 
-??? example "Default Template Variable `name_mapping` (click to expand) <a class="headerlink" href="#name-mapping" title="Permanent link">¶</a>"
+If you are interested in customizing the default values, you can find that information [here](#template-variables).
 
-    <div id="name-mapping" />
-    
-    ???+ tip 
-    
-        Pass `name_mapping_<<key>>` to the file as template variables to change this value per collection. 
-    
-    ```{ .dtd .no-copy }
-    ###############################################################################
-    ################################## IMPORTANT ##################################
-    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
-    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
-    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
-    ###############################################################################
-    {%    
-      include-markdown "../../../defaults/movie/franchise.yml" 
-      comments=false
-      preserve-includer-indent=true
-      dedent=true
-      start="# check2"
-    %}
-    ```
+If you are interested in seeing what those default builders are, you can find that information [here](../sources.md).
diff --git a/docs/defaults/movie/producer.md b/docs/defaults/movie/producer.md
index 6c1adaecd..fde87e706 100644
--- a/docs/defaults/movie/producer.md
+++ b/docs/defaults/movie/producer.md
@@ -7,7 +7,7 @@ your library.
 
 Supported Library Types: Movie
 
-## Collections Section 160
+## <a id="collection_section"></a>Collections Section 160
 
 | Collection                                         | Key                                                | Description                                                                    |
 |:---------------------------------------------------|:---------------------------------------------------|:-------------------------------------------------------------------------------|
@@ -52,9 +52,9 @@ work. Any value not specified will use its default value if it has one if not it
         |:-----------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
         | `style`                                  | **Description:** Controls the visual theme of the collections created.<br>**Default:** `bw`<br>**Values:** `bw`, `rainier`, `signature`, `diiivoy`, or `diiivoycolor`                                                                                                                                                                                                                                                                                                                                                                              |
         | `limit`                                  | **Description:** Changes the Builder Limit for all collections in a Defaults file.<br>**Values:** Number Greater than 0                                                                                                                                                                                                                                                                                                                                                                                                                            |
-        | `limit_<<key>>`<sup>1</sup>              | **Description:** Changes the Builder Limit of the specified key's collection.<br>**Default:** `limit`<br>**Values:** Number Greater than 0                                                                                                                                                                                                                                                                                                                                                                                                         |
+        | `limit_<<key>>`<sup>1</sup>              | **Description:** Changes the Builder Limit of the [key's](#collection_section) collection.<br>**Default:** `limit`<br>**Values:** Number Greater than 0                                                                                                                                                                                                                                                                                                                                                                                                         |
         | `sort_by`                                | **Description:** Changes the Smart Filter Sort for all collections in a Defaults file.<br>**Default:** `release.desc`<br>**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options)                                                                                                                                                                                                                                                                                                                                  |
-        | `sort_by_<<key>>`<sup>1</sup>            | **Description:** Changes the Smart Filter Sort of the specified key's collection.<br>**Default:** `sort_by`<br>**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options)                                                                                                                                                                                                                                                                                                                                            |
+        | `sort_by_<<key>>`<sup>1</sup>            | **Description:** Changes the Smart Filter Sort of the [key's](#collection_section) collection.<br>**Default:** `sort_by`<br>**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options)                                                                                                                                                                                                                                                                                                                                            |
         | `data`                                   | **Description:** Replaces the `data` dynamic collection value.<table class="clearTable"><tr><th>Attribute</th><th>Description & Values</th></tr><tr><td><code>depth</code></td><td>Controls the depth within the casting credits to search for common actors<br><strong>Default:</strong> 5<br><strong>Values:</strong> Number greater than 0</td></tr><tr><td><code>limit</code></td><td>Controls the maximum number of collections to create<br><strong>Default:</strong> 25<br><strong>Values:</strong> Number greater than 0</td></tr></table> |
         | `include`                                | **Description:** Force these Actors to be included to create a Dynamic Collection.<br>**Values:** List of Actor Names                                                                                                                                                                                                                                                                                                                                                                                                                              |
         | `exclude`                                | **Description:** Exclude these Producers from creating a Dynamic Collection.<br>**Values:** List of Producer Names                                                                                                                                                                                                                                                                                                                                                                                                                                 |
@@ -63,8 +63,8 @@ work. Any value not specified will use its default value if it has one if not it
         | `tmdb_birthday`                          | **Description:** Controls if the Definition is run based on `tmdb_person`'s Birthday. Has 3 possible attributes `this_month`, `before` and `after`.<br>**Values:**<table class="clearTable"><tr><td>`this_month`</td><td>Run's if Birthday is in current Month</td><td>`true`/`false`</td></tr><tr><td>`before`</td><td>Run if X Number of Days before the Birthday</td><td>Number 0 or greater</td></tr><tr><td>`after`</td><td>Run if X Number of Days after the Birthday</td><td>Number 0 or greater</td></tr></table>                          |
         | `tmdb_person_offset_<<key>>`<sup>1</sup> | **Description:** Changes the summary tmdb_person_offset for the specific key.<br>**Default:** `0`<br>**Values:** Dictionary of Actor Name as the keys and the tmdb_person_offset as the value.                                                                                                                                                                                                                                                                                                                                                     |
 
-        1. Each default collection has a `key` that when calling to effect a specific collection you must replace 
-        `<<key>>` with when calling.
+        1. Each default collection has a `key` [see here]() that you must replace 
+        `<<key>>` with when using this template variable.  These keys are found in the table at the top of this page.
 
     === "Shared Template Variables"
 
diff --git a/docs/defaults/movie/region.md b/docs/defaults/movie/region.md
index 215f27436..1a5105269 100644
--- a/docs/defaults/movie/region.md
+++ b/docs/defaults/movie/region.md
@@ -15,7 +15,7 @@ might be seen as controversial. You are welcome to edit this to fit your own aud
 
 Supported Library Types: Movie
 
-## Collections Section 081
+## <a id="collection_section"></a>Collections Section 081
 
 | Collection                            | Key                                   | Description                                                                    |
 |:--------------------------------------|:--------------------------------------|:-------------------------------------------------------------------------------|
@@ -63,22 +63,22 @@ work. Any value not specified will use its default value if it has one if not it
         |:------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
         | `style`                       | **Description:** Controls the visual theme of the collections created<table class="clearTable"><tr><th>Values:</th></tr><tr><td><code>white</code></td><td>White Theme</td></tr><tr><td><code>color</code></td><td>Color Theme</td></tr></table>          |
         | `limit`                       | **Description:** Changes the Builder Limit for all collections in a Defaults file.<br>**Values:** Number Greater than 0                                                                                                                                   |
-        | `limit_<<key>>`<sup>1</sup>   | **Description:** Changes the Builder Limit of the specified key's collection.<br>**Default:** `limit`<br>**Values:** Number Greater than 0                                                                                                                |
+        | `limit_<<key>>`<sup>1</sup>   | **Description:** Changes the Builder Limit of the [key's](#collection_section) collection.<br>**Default:** `limit`<br>**Values:** Number Greater than 0                                                                                                                |
         | `sort_by`                     | **Description:** Changes the Smart Filter Sort for all collections in a Defaults file.<br>**Default:** `release.desc`<br>**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options)                                         |
-        | `sort_by_<<key>>`<sup>1</sup> | **Description:** Changes the Smart Filter Sort of the specified key's collection.<br>**Default:** `sort_by`<br>**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options)                                                   |
-        | `include`                     | **Description:** Overrides the [default include list](#include).<br>**Values:** List of Countries found in your library                                                                                                                                   |
+        | `sort_by_<<key>>`<sup>1</sup> | **Description:** Changes the Smart Filter Sort of the [key's](#collection_section) collection.<br>**Default:** `sort_by`<br>**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options)                                                   |
+        | `include`                     | **Description:** Overrides the [default include list](#default-values).<br>**Values:** List of Countries found in your library                                                                                                                                   |
         | `exclude`                     | **Description:** Exclude these Countries from creating a Dynamic Collection.<br>**Values:** List of Countries found in your library                                                                                                                       |
-        | `addons`                      | **Description:** Overrides the [default addons dictionary](#addons). Defines how multiple keys can be combined under a parent key. The parent key doesn't have to already exist in Plex<br>**Values:** Dictionary List of Countries found in your library |
-        | `append_include`              | **Description:** Appends to the [default include list](#include).<br>**Values:** List of Countries found in your library                                                                                                                                  |
-        | `remove_include`              | **Description:** Removes from the [default include list](#include).<br>**Values:** List of Countries found in your library                                                                                                                                |
-        | `append_addons`               | **Description:** Appends to the [default addons dictionary](#addons).<br>**Values:** Dictionary List of Countries found in your library                                                                                                                   |
-        | `remove_addons`               | **Description:** Removes from the [default addons dictionary](#addons).<br>**Values:** Dictionary List of Countries found in your library                                                                                                                 |
-        | `key_name_override`           | **Description:** Overrides the [default key_name_override dictionary](#key-name-override).<br>**Values:** Dictionary with `key: new_key_name` entries                                                                                                     |
+        | `addons`                      | **Description:** Overrides the [default addons dictionary](#default-values). Defines how multiple keys can be combined under a parent key. The parent key doesn't have to already exist in Plex<br>**Values:** Dictionary List of Countries found in your library |
+        | `append_include`              | **Description:** Appends to the [default include list](#default-values).<br>**Values:** List of Countries found in your library                                                                                                                                  |
+        | `remove_include`              | **Description:** Removes from the [default include list](#default-values).<br>**Values:** List of Countries found in your library                                                                                                                                |
+        | `append_addons`               | **Description:** Appends to the [default addons dictionary](#default-values).<br>**Values:** Dictionary List of Countries found in your library                                                                                                                   |
+        | `remove_addons`               | **Description:** Removes from the [default addons dictionary](#default-values).<br>**Values:** Dictionary List of Countries found in your library                                                                                                                 |
+        | `key_name_override`           | **Description:** Overrides the [default key_name_override dictionary](#default-values).<br>**Values:** Dictionary with `key: new_key_name` entries                                                                                                     |
         | `name_format`                 | **Description:** Changes the title format of the Dynamic Collections.<br>**Default:** `<<key_name>>`<br>**Values:** Any string with `<<key_name>>` in it.                                                                                                 |
         | `summary_format`              | **Description:** Changes the summary format of the Dynamic Collections.<br>**Default:** `<<library_translationU>>s filmed in <<key_name>>.`<br>**Values:** Any string.                                                                                    |
 
-        1. Each default collection has a `key` that when calling to effect a specific collection you must replace 
-        `<<key>>` with when calling.
+        1. Each default collection has a `key` [see here]() that you must replace 
+        `<<key>>` with when using this template variable.  These keys are found in the table at the top of this page.
 
     === "Shared Template Variables"
 
@@ -119,46 +119,8 @@ work. Any value not specified will use its default value if it has one if not it
 
 ## Default Values
 
-These are lists provided for reference to show what values will be in use if you do no customization.  **These do not 
-show how to change a name or a list.**
-
-If you want to customize these values, use the methods described above.
-
-??? example "Default `include` (click to expand) <a class="headerlink" href="#include" title="Permanent link">¶</a>"
-
-    <div id="include" />
-
-    ```{ .dtd .no-copy }
-    ###############################################################################
-    ################################## IMPORTANT ##################################
-    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
-    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
-    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
-    ###############################################################################
-    include: {%    
-      include-markdown "../../../defaults/movie/region.yml" 
-      comments=false
-      preserve-includer-indent=false
-      start="include:"
-      end="addons:"
-    %}
-    ```
+Unless you customize them as described above, these collections use default lists and searches to create the collections.
 
-??? example "Default `addons` (click to expand) <a class="headerlink" href="#addons" title="Permanent link">¶</a>"
-
-    <div id="addons" />
-
-    ```{ .dtd .no-copy }
-    ###############################################################################
-    ################################## IMPORTANT ##################################
-    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
-    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
-    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
-    ###############################################################################
-    addons: {%    
-      include-markdown "../../../defaults/movie/region.yml" 
-      comments=false
-      preserve-includer-indent=false
-      start="addons:"
-    %}
-    ```
+If you are interested in customizing the default values, you can find that information [here](#template-variables).
+
+If you are interested in seeing what those default builders are, you can find that information [here](../sources.md).
diff --git a/docs/defaults/movie/seasonal.md b/docs/defaults/movie/seasonal.md
index 500fd1339..9e800648f 100644
--- a/docs/defaults/movie/seasonal.md
+++ b/docs/defaults/movie/seasonal.md
@@ -8,7 +8,7 @@ The `seasonal` Default Collection File is used to dynamically create seasonal co
 
 Supported Library Types: Movie
 
-## Collections Section 000
+## <a id="collection_section"></a>Collections Section 000
 
 | Collection                                    | Key             | Description                                                                    |
 |:----------------------------------------------|:----------------|:-------------------------------------------------------------------------------|
@@ -65,32 +65,32 @@ work. Any value not specified will use its default value if it has one if not it
 
         | Variable                              | Description & Values                                                                                                                                                                                                                                                                             |
         |:--------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-        | `tmdb_collection_<<key>>`<sup>1</sup> | **Description:** Adds the TMDb Collection IDs given to the specified key's collection. Overrides the [default tmdb_collection](#tmdb-collection) for that collection if used.<br>**Values:** List of TMDb Collection IDs                                                                         |
-        | `tmdb_movie_<<key>>`<sup>1</sup>      | **Description:** Adds the TMDb Movie IDs given to the specified key's collection. Overrides the [default tmdb_movie](#tmdb-movie) for that collection if used.<br>**Values:** List of TMDb Movie IDs                                                                                             |
-        | `imdb_list_<<key>>`<sup>1</sup>       | **Description:** Adds the Movies in the IMDb List to the specified key's collection.<br>**Values:** List of IMDb List URLs                                                                                                                                                                       |
-        | `imdb_search_<<key>>`<sup>1</sup>     | **Description:** Adds the Movies in the IMDb Search to the specified key's collection. Overrides the [default imdb_search](#imdb-search) for that collection if used.<br>**Values:** List of IMDb List URLs                                                                                      |
-        | `trakt_list_<<key>>`<sup>1</sup>      | **Description:** Adds the Movies in the Trakt List to the specified key's collection. Overrides the [default trakt_list](#trakt-list) for that collection if used.<br>**Values:** List of Trakt List URLs                                                                                        |
-        | `mdblist_list_<<key>>`<sup>1</sup>    | **Description:** Adds the Movies in the MDb List to the specified key's collection. Overrides the [default mdblist_list](#mdblist-list) for that collection if used.<br>**Values:** List of MDBList URLs                                                                                         |
-        | `letterboxd_list_<<key>>`<sup>1</sup> | **Description:** Adds the Movies in the Letterboxd List to the specified key's collection.<br>**Values:** List of Letterboxd List URLs                                                                                                                                                           |
+        | `tmdb_collection_<<key>>`<sup>1</sup> | **Description:** Adds the TMDb Collection IDs given to the specified [key's](#collection_section) collection. Overrides the [default tmdb_collection](#default-values) for that collection if used.<br>**Values:** List of TMDb Collection IDs                                                                         |
+        | `tmdb_movie_<<key>>`<sup>1</sup>      | **Description:** Adds the TMDb Movie IDs given to the specified [key's](#collection_section) collection. Overrides the [default tmdb_movie](#default-values) for that collection if used.<br>**Values:** List of TMDb Movie IDs                                                                                             |
+        | `imdb_list_<<key>>`<sup>1</sup>       | **Description:** Adds the Movies in the IMDb List to the specified [key's](#collection_section) collection.<br>**Values:** List of IMDb List URLs                                                                                                                                                                       |
+        | `imdb_search_<<key>>`<sup>1</sup>     | **Description:** Adds the Movies in the IMDb Search to the specified [key's](#collection_section) collection. Overrides the [default imdb_search](#default-values) for that collection if used.<br>**Values:** List of IMDb List URLs                                                                                      |
+        | `trakt_list_<<key>>`<sup>1</sup>      | **Description:** Adds the Movies in the Trakt List to the specified [key's](#collection_section) collection. Overrides the [default trakt_list](#default-values) for that collection if used.<br>**Values:** List of Trakt List URLs                                                                                        |
+        | `mdblist_list_<<key>>`<sup>1</sup>    | **Description:** Adds the Movies in the MDb List to the specified [key's](#collection_section) collection. Overrides the [default mdblist_list](#default-values) for that collection if used.<br>**Values:** List of MDBList URLs                                                                                         |
+        | `letterboxd_list_<<key>>`<sup>1</sup> | **Description:** Adds the Movies in the Letterboxd List to the specified [key's](#collection_section) collection.<br>**Values:** List of Letterboxd List URLs                                                                                                                                                           |
         | `emoji`                               | **Description:** Controls the Emoji Prefix for all Collections. Set to `""` to remove all emojis.<br>**Values:** Any String                                                                                                                                                                      |
-        | `emoji_<<key>>`<sup>1</sup>           | **Description:** Controls the Emoji Prefix for the specified key's collection. Overrides the [default emoji](#emoji) for that collection if used.<br>**Values:** Any String                                                                                                                      |
+        | `emoji_<<key>>`<sup>1</sup>           | **Description:** Controls the Emoji Prefix for the specified [key's](#collection_section) collection. Overrides the [default emoji](#default-values) for that collection if used.<br>**Values:** Any String                                                                                                                      |
         | `limit`                               | **Description:** Changes the Builder Limit for all collections in this file.<br>**Values:** Number Greater than 0                                                                                                                                                                                |
-        | `limit_<<key>>`<sup>1</sup>           | **Description:** Changes the Builder Limit of the specified key's collection.<br>**Default:** `limit`<br>**Values:** Number Greater than 0                                                                                                                                                       |
+        | `limit_<<key>>`<sup>1</sup>           | **Description:** Changes the Builder Limit of the specified [key's](#collection_section) collection.<br>**Default:** `limit`<br>**Values:** Number Greater than 0                                                                                                                                                       |
         | `sync_mode`                           | **Description:** Changes the Sync Mode for all collections in a Defaults file.<br>**Default:** `sync`<br>**Values:**<table class="clearTable"><tr><td>`sync`</td><td>Add and Remove Items based on Builders</td></tr><tr><td>`append`</td><td>Only Add Items based on Builders</td></tr></table> |
-        | `sync_mode_<<key>>`<sup>1</sup>       | **Description:** Changes the Sync Mode of the specified key's collection.<br>**Default:** `sync_mode`<br>**Values:**<table class="clearTable"><tr><td>`sync`</td><td>Add and Remove Items based on Builders</td></tr><tr><td>`append`</td><td>Only Add Items based on Builders</td></tr></table> |
+        | `sync_mode_<<key>>`<sup>1</sup>       | **Description:** Changes the Sync Mode of the specified [key's](#collection_section) collection.<br>**Default:** `sync_mode`<br>**Values:**<table class="clearTable"><tr><td>`sync`</td><td>Add and Remove Items based on Builders</td></tr><tr><td>`append`</td><td>Only Add Items based on Builders</td></tr></table> |
         | `sort_by`                             | **Description:** Changes the Smart Filter Sort for all collections in this file.<br>**Default:** `release.desc`<br>**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options)                                                                                      |
-        | `sort_by_<<key>>`<sup>1</sup>         | **Description:** Changes the Smart Filter Sort of the specified key's collection.<br>**Default:** `sort_by`<br>**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options)                                                                                          |
+        | `sort_by_<<key>>`<sup>1</sup>         | **Description:** Changes the Smart Filter Sort of the specified [key's](#collection_section) collection.<br>**Default:** `sort_by`<br>**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options)                                                                                          |
         | `schedule`                            | **Description:** Changes the Schedule for all collections in this file. Use `daily` to have all collections show.<br>**Values:** [Any Schedule Option](../../config/schedule.md)                                                                                                                 |
-        | `schedule_<<key>>`<sup>1</sup>        | **Description:** Changes the Schedule of the specified key's collection. Overrides the [default schedule](#schedule) for that collection if used.<br>**Values:** [Any Schedule Option](../../config/schedule.md)                                                                                 |
-        | `data`                                | **Description:** Overrides the [default data dictionary](#data). Defines the data that the custom dynamic collection processes.<br>**Values:** Dictionary List of keys/names                                                                                                                     |
-        | `append_data`                         | **Description:** Appends to the [default data dictionary](#data).<br>**Values:** Dictionary List of keys/names                                                                                                                                                                                   |
-        | `remove_data`                         | **Description:** Removes from the [default data dictionary](#data).<br>**Values:** List of keys to remove                                                                                                                                                                                        |
+        | `schedule_<<key>>`<sup>1</sup>        | **Description:** Changes the Schedule of the specified [key's](#collection_section) collection. Overrides the [default schedule](#default-values) for that collection if used.<br>**Values:** [Any Schedule Option](../../config/schedule.md)                                                                                 |
+        | `data`                                | **Description:** Overrides the [default data dictionary](#default-values). Defines the data that the custom dynamic collection processes.<br>**Values:** Dictionary List of keys/names                                                                                                                     |
+        | `append_data`                         | **Description:** Appends to the [default data dictionary](#default-values).<br>**Values:** Dictionary List of keys/names                                                                                                                                                                                   |
+        | `remove_data`                         | **Description:** Removes from the [default data dictionary](#default-values).<br>**Values:** List of keys to remove                                                                                                                                                                                        |
         | `exclude`                             | **Description:** Exclude these Seasons from creating a Dynamic Collection.<br>**Values:** List of Seasons Keys                                                                                                                                                                                   |
         | `name_format`                         | **Description:** Changes the title format of the Dynamic Collections.<br>**Default:** `<<key_name>> <<library_translationU>>s`<br>**Values:** Any string with `<<key_name>>` in it.                                                                                                              |
         | `summary_format`                      | **Description:** Changes the summary format of the Dynamic Collections.<br>**Default:** `A collection of <<key_name>> <<library_translation>>s that may relate to the season.`<br>**Values:** Any string.                                                                                        |
 
-        1. Each default collection has a `key` that when calling to effect a specific collection you must replace 
-        `<<key>>` with when calling.
+        1. Each default collection has a `key` [see here]() that you must replace 
+        `<<key>>` with when using this template variable.  These keys are found in the table at the top of this page.
 
     === "Shared Template Variables"
 
@@ -119,220 +119,49 @@ work. Any value not specified will use its default value if it has one if not it
               use_independence: false #(1)!
               schedule_thanksgiving: range(10/01-10/30) #(2)!
               sort_by: random #(3)!
+              tmdb_collection_years: #(4)!
+                - 1234
+                - 5678
+              tmdb_movie_valentine: #(5)!
+                - 4321
+                - 8765
+              imdb_list_patrick: https://www.imdb.com/list/ls089196478/ #(6)!
+              imdb_search_easter: #(7)!
+                list.any:
+                  - ls075298827
+                  - ls000099714
+              trakt_list_mother:  #(8)!
+                - https://trakt.tv/users/robertsnorlax/lists/arizona-westerns
+                - https://trakt.tv/users/pullsa/lists/the-96th-academy-awards-oscars-2024
+              mdblist_list_memorial: https://mdblist.com/lists/rizreflects/world-war-related-movies #(9)!
+              letterboxd_list_father: https://letterboxd.com/patrickb15/list/fathers-day/ #(10)!
               append_data:
-                apes: Planet of the Apes Day #(4)!
-              schedule_apes: range(11/24-11/26) #(5)!
-              imdb_list_apes: https://www.imdb.com/list/ls005126084/ #(6)!
-              emoji_apes: "🐵 " #(7)!
+                apes: Planet of the Apes Day #(11)!
+              schedule_apes: range(11/24-11/26) #(12)!
+              imdb_list_apes: https://www.imdb.com/list/ls005126084/ #(13)!
+              emoji_apes: "🐵 " #(14)!
     ```
 
     1.  Do not create the "Independence Day" collection
     2.  Set a custom schedule for the Thanksgiving Day collection
     3.  Sort the collections created by this file in random order
-    4.  Create a new Seasonal collection called "Planet of the Apes Day", and set the key for this collection to `apes`
-    5.  Set a scheduled range for the "Planet of the Apes Day" collection.  Planet Of The Apes Day is 11/25.
-    6.  Add an IMDb List to be used for the "Planet of the Apes Day" collection
-    7.  Add the 🐵 emoji to the "Planet of the Apes Day" collection so that the title in Plex is "🐵 Planet of the Apes 
+    4.  Add two TMDB collections to the "New Year's Day" collection
+    5.  Add two movies to the "Valentine's Day" collection
+    6.  Replace the IMDb List for the "St. Patrick's Day" collection
+    7.  Add the contents of two IMDB lists to the "Easter" collection
+    8.  Replace the lists for the "Mother's Day" collection with two Trakt lists
+    9.  Replace the source list for the "Memorial Day" collection with a MDBList
+    10.  Replace the source list for the "Father's Day" collection with a Letterboxd list
+    11.  Create a new Seasonal collection called "Planet of the Apes Day", and set the key for this collection to `apes`
+    12.  Set a scheduled range for the "Planet of the Apes Day" collection.  Planet Of The Apes Day is 11/25.
+    13.  Add an IMDb List to be used for the "Planet of the Apes Day" collection
+    14.  Add the 🐵 emoji to the "Planet of the Apes Day" collection so that the title in Plex is "🐵 Planet of the Apes 
     Day Movies"
 
 ## Default Values
 
-These are lists provided for reference to show what values will be in use if you do no customization.  **These do not 
-show how to change a name or a list.**
+Unless you customize them as described above, these collections use default lists and searches to create the collections.
 
-If you want to customize these values, use the methods described above.
+If you are interested in customizing the default values, you can find that information [here](#template-variables).
 
-??? example "Default `data` (click to expand) <a class="headerlink" href="#data" title="Permanent link">¶</a>"
-
-    <div id="data" />
-
-    ```{ .dtd .no-copy }
-    ###############################################################################
-    ################################## IMPORTANT ##################################
-    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
-    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
-    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
-    ###############################################################################
-    data: {%    
-      include-markdown "../../../defaults/movie/seasonal.yml" 
-      comments=false
-      preserve-includer-indent=false
-      start="data:"
-      end="title_format:"
-    %}
-    ```
-
-??? example "Default Template Variable `emoji` (click to expand) <a class="headerlink" href="#emoji" title="Permanent link">¶</a>"
-
-    <div id="emoji" />
-    
-    ???+ tip 
-    
-        Pass `emoji_<<key>>` to the file as template variables to change this value per collection.
-
-    ```{ .dtd .no-copy }
-    ###############################################################################
-    ################################## IMPORTANT ##################################
-    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
-    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
-    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
-    ###############################################################################
-    {%    
-      include-markdown "../../../defaults/movie/seasonal.yml" 
-      comments=false
-      preserve-includer-indent=true
-      dedent=true
-      start="# check1"
-      end="# check2"
-    %}
-    ```
-
-??? example "Default Template Variable `schedule` (click to expand) <a class="headerlink" href="#schedule" title="Permanent link">¶</a>"
-
-    <div id="schedule" />
-    
-    ???+ tip 
-    
-        Pass `schedule_<<key>>` to the file as template variables to change this value per collection.
-
-    ```{ .dtd .no-copy }
-    ###############################################################################
-    ################################## IMPORTANT ##################################
-    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
-    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
-    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
-    ###############################################################################
-    {%    
-      include-markdown "../../../defaults/movie/seasonal.yml" 
-      comments=false
-      preserve-includer-indent=true
-      dedent=true
-      start="# check2"
-      end="# check4"
-    %}
-    ```
-
-??? example "Default Template Variable `imdb_search` (click to expand) <a class="headerlink" href="#imdb-search" title="Permanent link">¶</a>"
-
-    <div id="imdb-search" />
-    
-    ???+ tip 
-    
-        Pass `imdb_search_<<key>>` to the file as template variables to change this value per collection.
-
-    ```{ .dtd .no-copy }
-    ###############################################################################
-    ################################## IMPORTANT ##################################
-    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
-    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
-    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
-    ###############################################################################
-    {%    
-      include-markdown "../../../defaults/movie/seasonal.yml" 
-      comments=false
-      preserve-includer-indent=true
-      dedent=true
-      start="# check4"
-      end="# check5"
-    %}
-    ```
-
-??? example "Default Template Variable `tmdb_collection` (click to expand) <a class="headerlink" href="#tmdb-collection" title="Permanent link">¶</a>"
-
-    <div id="tmdb-collection" />
-    
-    ???+ tip 
-    
-        Pass `tmdb_collection_<<key>>` to the file as template variables to change this value per collection.
-
-    ```{ .dtd .no-copy }
-    ###############################################################################
-    ################################## IMPORTANT ##################################
-    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
-    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
-    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
-    ###############################################################################
-    {%    
-      include-markdown "../../../defaults/movie/seasonal.yml" 
-      comments=false
-      preserve-includer-indent=true
-      dedent=true
-      start="# check5"
-      end="# check6"
-    %}
-    ```
-
-??? example "Default Template Variable `tmdb_movie` (click to expand) <a class="headerlink" href="#tmdb-movie" title="Permanent link">¶</a>"
-
-    <div id="tmdb-movie" />
-    
-    ???+ tip 
-    
-        Pass `tmdb_movie_<<key>>` to the file as template variables to change this value per collection.
-
-    ```{ .dtd .no-copy }
-    ###############################################################################
-    ################################## IMPORTANT ##################################
-    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
-    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
-    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
-    ###############################################################################
-    {%    
-      include-markdown "../../../defaults/movie/seasonal.yml" 
-      comments=false
-      preserve-includer-indent=true
-      dedent=true
-      start="# check6"
-      end="# check7"
-    %}
-    ```
-
-??? example "Default Template Variable `mdblist_list` (click to expand) <a class="headerlink" href="#mdblist-list" title="Permanent link">¶</a>"
-
-    <div id="mdblist-list" />
-    
-    ???+ tip 
-    
-        Pass `mdblist_list_<<key>>` to the file as template variables to change this value per collection.
-
-    ```{ .dtd .no-copy }
-    ###############################################################################
-    ################################## IMPORTANT ##################################
-    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
-    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
-    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
-    ###############################################################################
-    {%    
-      include-markdown "../../../defaults/movie/seasonal.yml" 
-      comments=false
-      preserve-includer-indent=true
-      dedent=true
-      start="# check7"
-      end="# check8"
-    %}
-    ```
-
-??? example "Default Template Variable `trakt_list` (click to expand) <a class="headerlink" href="#trakt-list" title="Permanent link">¶</a>"
-
-    <div id="trakt-list" />
-    
-    ???+ tip 
-    
-        Pass `trakt_list_<<key>>` to the file as template variables to change this value per collection.
-
-    ```{ .dtd .no-copy }
-    ###############################################################################
-    ################################## IMPORTANT ##################################
-    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
-    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
-    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
-    ###############################################################################
-    {%    
-      include-markdown "../../../defaults/movie/seasonal.yml" 
-      comments=false
-      preserve-includer-indent=true
-      dedent=true
-      start="# check8"
-      end="# check9"
-    %}
-    ```
+If you are interested in seeing what those default builders are, you can find that information [here](../sources.md).
diff --git a/docs/defaults/movie/writer.md b/docs/defaults/movie/writer.md
index 7289b5266..c7de09185 100644
--- a/docs/defaults/movie/writer.md
+++ b/docs/defaults/movie/writer.md
@@ -7,7 +7,7 @@ library.
 
 Supported Library Types: Movie
 
-## Collections Section 170
+## <a id="collection_section"></a>Collections Section 170
 
 | Collection                                       | Key                                              | Description                                                                    |
 |:-------------------------------------------------|:-------------------------------------------------|:-------------------------------------------------------------------------------|
@@ -52,9 +52,9 @@ work. Any value not specified will use its default value if it has one if not it
         |:-----------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
         | `style`                                  | **Description:** Controls the visual theme of the collections created.<br>**Default:** `bw`<br>**Values:** `bw`, `rainier`, `signature`, `diiivoy`, or `diiivoycolor`                                                                                                                                                                                                                                                                                                                                                                              |
         | `limit`                                  | **Description:** Changes the Builder Limit for all collections in a Defaults file.<br>**Values:** Number Greater than 0                                                                                                                                                                                                                                                                                                                                                                                                                            |
-        | `limit_<<key>>`<sup>1</sup>              | **Description:** Changes the Builder Limit of the specified key's collection.<br>**Default:** `limit`<br>**Values:** Number Greater than 0                                                                                                                                                                                                                                                                                                                                                                                                         |
+        | `limit_<<key>>`<sup>1</sup>              | **Description:** Changes the Builder Limit of the [key's](#collection_section) collection.<br>**Default:** `limit`<br>**Values:** Number Greater than 0                                                                                                                                                                                                                                                                                                                                                                                                         |
         | `sort_by`                                | **Description:** Changes the Smart Filter Sort for all collections in a Defaults file.<br>**Default:** `release.desc`<br>**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options)                                                                                                                                                                                                                                                                                                                                  |
-        | `sort_by_<<key>>`<sup>1</sup>            | **Description:** Changes the Smart Filter Sort of the specified key's collection.<br>**Default:** `sort_by`<br>**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options)                                                                                                                                                                                                                                                                                                                                            |
+        | `sort_by_<<key>>`<sup>1</sup>            | **Description:** Changes the Smart Filter Sort of the [key's](#collection_section) collection.<br>**Default:** `sort_by`<br>**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options)                                                                                                                                                                                                                                                                                                                                            |
         | `data`                                   | **Description:** Replaces the `data` dynamic collection value.<table class="clearTable"><tr><th>Attribute</th><th>Description & Values</th></tr><tr><td><code>depth</code></td><td>Controls the depth within the casting credits to search for common actors<br><strong>Default:</strong> 5<br><strong>Values:</strong> Number greater than 0</td></tr><tr><td><code>limit</code></td><td>Controls the maximum number of collections to create<br><strong>Default:</strong> 25<br><strong>Values:</strong> Number greater than 0</td></tr></table> |
         | `include`                                | **Description:** Force these Actors to be included to create a Dynamic Collection.<br>**Values:** List of Actor Names                                                                                                                                                                                                                                                                                                                                                                                                                              |
         | `exclude`                                | **Description:** Exclude these Writers from creating a Dynamic Collection.<br>**Values:** List of Writer Names                                                                                                                                                                                                                                                                                                                                                                                                                                     |
@@ -63,8 +63,8 @@ work. Any value not specified will use its default value if it has one if not it
         | `tmdb_birthday`                          | **Description:** Controls if the Definition is run based on `tmdb_person`'s Birthday. Has 3 possible attributes `this_month`, `before` and `after`.<br>**Values:**<table class="clearTable"><tr><td>`this_month`</td><td>Run's if Birthday is in current Month</td><td>`true`/`false`</td></tr><tr><td>`before`</td><td>Run if X Number of Days before the Birthday</td><td>Number 0 or greater</td></tr><tr><td>`after`</td><td>Run if X Number of Days after the Birthday</td><td>Number 0 or greater</td></tr></table>                          |
         | `tmdb_person_offset_<<key>>`<sup>1</sup> | **Description:** Changes the summary tmdb_person_offset for the specific key.<br>**Default:** `0`<br>**Values:** Dictionary of Actor Name as the keys and the tmdb_person_offset as the value.                                                                                                                                                                                                                                                                                                                                                     |
 
-        1. Each default collection has a `key` that when calling to effect a specific collection you must replace 
-        `<<key>>` with when calling.
+        1. Each default collection has a `key` [see here]() that you must replace 
+        `<<key>>` with when using this template variable.  These keys are found in the table at the top of this page.
 
     === "Shared Template Variables"
 
diff --git a/docs/defaults/playlist.md b/docs/defaults/playlist.md
index 1d8786161..b288f399c 100644
--- a/docs/defaults/playlist.md
+++ b/docs/defaults/playlist.md
@@ -55,35 +55,35 @@ work. Any value not specified will use its default value if it has one if not it
     | Variable                                 | Description & Values                                                                                                                                                                                                                                                                      |
     |:-----------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
     | `use_<<key>>`<sup>1</sup>                | **Description:** Turns off individual Playlists in a Defaults file.<br>**Values:** `false` to turn off the playlist                                                                                                                                                                       |
-    | `name_<<key>>`<sup>1</sup>               | **Description:** Changes the name of the specified key's playlist.<br>**Values:** New Playlist Name                                                                                                                                                                                       |
-    | `summary_<<key>>`<sup>1</sup>            | **Description:** Changes the summary of the specified key's playlist.<br>**Values:** New Playlist Summary                                                                                                                                                                                 |
+    | `name_<<key>>`<sup>1</sup>               | **Description:** Changes the name of the key's playlist.<br>**Values:** New Playlist Name                                                                                                                                                                                       |
+    | `summary_<<key>>`<sup>1</sup>            | **Description:** Changes the summary of the key's playlist.<br>**Values:** New Playlist Summary                                                                                                                                                                                 |
     | `libraries`                              | **Description:** Sets the names of the libraries to use for the Playlists.<br>**Default:** `Movies, TV Shows`<br>**Values:** Comma-separated string or list of library mapping names defined in the `libraries` attribute in the base of your [Configuration File](../config/overview.md. |
     | `sync_to_users`                           | **Description:** Sets the users to sync all playlists to.<br>**Default:** `playlist_sync_to_users` Global Setting Value<br>**Values:** Comma-separated string or list of user names.                                                                                                      |
-    | `sync_to_users_<<key>>`<sup>1</sup>       | **Description:** Sets the users to sync the specified key's playlist to.<br>**Default:** `sync_to_user` Value<br>**Values:** Comma-separated string or list of user names.                                                                                                                |
+    | `sync_to_users_<<key>>`<sup>1</sup>       | **Description:** Sets the users to sync the key's playlist to.<br>**Default:** `sync_to_user` Value<br>**Values:** Comma-separated string or list of user names.                                                                                                                |
     | `exclude_user`                           | **Description:** Sets the users to exclude from sync for all playlists.<br>**Default:** `playlist_sync_to_users` Global Setting Value<br>**Values:** Comma-separated string or list of user names.                                                                                        |
-    | `exclude_user_<<key>>`<sup>1</sup>       | **Description:** Sets the users to exclude from sync the specified key's playlist.<br>**Default:** `sync_to_users` Value<br>**Values:** Comma-separated string or list of user names.                                                                                                      |
-    | `trakt_list_<<key>>`<sup>1</sup>         | **Description:** Adds the Movies in the Trakt List to the specified key's playlist. Overrides the [default trakt_list] for that playlist if used.<br>**Values:** List of Trakt List URLs                                                                             |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
+    | `exclude_user_<<key>>`<sup>1</sup>       | **Description:** Sets the users to exclude from sync the key's playlist.<br>**Default:** `sync_to_users` Value<br>**Values:** Comma-separated string or list of user names.                                                                                                      |
+    | `trakt_list_<<key>>`<sup>1</sup>         | **Description:** Adds the Movies in the Trakt List to the key's playlist. Overrides the [default trakt_list] for that playlist if used.<br>**Values:** List of Trakt List URLs                                                                             |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
     | `delete_playlist`                        | **Description:** Will delete all playlists for the users defined by sync_to_users.<br>**Values:** `true` or `false`                                                                                                                                                                       |
-    | `delete_playlist_<<key>>`<sup>1</sup>    | **Description:** Will delete the specified key's playlists for the users defined by sync_to_users.<br>**Values:** `true` or `false`                                                                                                                                                       |
+    | `delete_playlist_<<key>>`<sup>1</sup>    | **Description:** Will delete the key's playlists for the users defined by sync_to_users.<br>**Values:** `true` or `false`                                                                                                                                                       |
     | `ignore_ids`                             | **Description:** Set a list or comma-separated string of TMDb/TVDb IDs to ignore in all playlists.<br>**Values:** List or comma-separated string of TMDb/TVDb IDs                                                                                                                         |
     | `ignore_imdb_ids`                        | **Description:** Set a list or comma-separated string of IMDb IDs to ignore in all playlists.<br>**Values:** List or comma-separated string of IMDb IDs                                                                                                                                   |
-    | `url_poster_<<key>>`<sup>1</sup>         | **Description:** Changes the poster url of the specified key's playlist.<br>**Values:** URL directly to the Image                                                                                                                                                                         |
+    | `url_poster_<<key>>`<sup>1</sup>         | **Description:** Changes the poster url of the key's playlist.<br>**Values:** URL directly to the Image                                                                                                                                                                         |
     | `radarr_add_missing`                     | **Description:** Override Radarr `add_missing` attribute for all playlists in a Defaults file.<br>**Values:** `true` or `false`                                                                                                                                                           |
-    | `radarr_add_missing_<<key>>`<sup>1</sup> | **Description:** Override Radarr `add_missing` attribute of the specified key's playlist.<br>**Default:** `radarr_add_missing`<br>**Values:** `true` or `false`                                                                                                                           |
+    | `radarr_add_missing_<<key>>`<sup>1</sup> | **Description:** Override Radarr `add_missing` attribute of the key's playlist.<br>**Default:** `radarr_add_missing`<br>**Values:** `true` or `false`                                                                                                                           |
     | `radarr_folder`                          | **Description:** Override Radarr `root_folder_path` attribute for all playlists in a Defaults file.<br>**Values:** Folder Path                                                                                                                                                            |
-    | `radarr_folder_<<key>>`<sup>1</sup>      | **Description:** Override Radarr `root_folder_path` attribute of the specified key's playlist.<br>**Default:** `radarr_folder`<br>**Values:** Folder Path                                                                                                                                 |
+    | `radarr_folder_<<key>>`<sup>1</sup>      | **Description:** Override Radarr `root_folder_path` attribute of the key's playlist.<br>**Default:** `radarr_folder`<br>**Values:** Folder Path                                                                                                                                 |
     | `radarr_tag`                             | **Description:** Override Radarr `tag` attribute for all playlists in a Defaults file.<br>**Values:** List or comma-separated string of tags                                                                                                                                              |
-    | `radarr_tag_<<key>>`<sup>1</sup>         | **Description:** Override Radarr `tag` attribute of the specified key's playlist.<br>**Default:** `radarr_tag`<br>**Values:** List or comma-separated string of tags                                                                                                                      |
+    | `radarr_tag_<<key>>`<sup>1</sup>         | **Description:** Override Radarr `tag` attribute of the key's playlist.<br>**Default:** `radarr_tag`<br>**Values:** List or comma-separated string of tags                                                                                                                      |
     | `item_radarr_tag`                        | **Description:** Used to append a tag in Radarr for every movie found by the builders that's in Radarr for all playlists in a Defaults file.<br>**Values:** List or comma-separated string of tags                                                                                        |
-    | `item_radarr_tag_<<key>>`<sup>1</sup>    | **Description:** Used to append a tag in Radarr for every movie found by the builders that's in Radarr of the specified key's playlist.<br>**Default:** `item_radarr_tag`<br>**Values:** List or comma-separated string of tags                                                           |
+    | `item_radarr_tag_<<key>>`<sup>1</sup>    | **Description:** Used to append a tag in Radarr for every movie found by the builders that's in Radarr of the key's playlist.<br>**Default:** `item_radarr_tag`<br>**Values:** List or comma-separated string of tags                                                           |
     | `sonarr_add_missing`                     | **Description:** Override Sonarr `add_missing` attribute for all playlists in a Defaults file.<br>**Values:** `true` or `false`                                                                                                                                                           |
-    | `sonarr_add_missing_<<key>>`<sup>1</sup> | **Description:** Override Sonarr `add_missing` attribute of the specified key's playlist.<br>**Default:** `sonarr_add_missing`<br>**Values:** `true` or `false`                                                                                                                           |
+    | `sonarr_add_missing_<<key>>`<sup>1</sup> | **Description:** Override Sonarr `add_missing` attribute of the key's playlist.<br>**Default:** `sonarr_add_missing`<br>**Values:** `true` or `false`                                                                                                                           |
     | `sonarr_folder`                          | **Description:** Override Sonarr `root_folder_path` attribute for all playlists in a Defaults file.<br>**Values:** Folder Path                                                                                                                                                            |
-    | `sonarr_folder_<<key>>`<sup>1</sup>      | **Description:** Override Sonarr `root_folder_path` attribute of the specified key's playlist.<br>**Default:** `sonarr_folder`<br>**Values:** Folder Path                                                                                                                                 |
+    | `sonarr_folder_<<key>>`<sup>1</sup>      | **Description:** Override Sonarr `root_folder_path` attribute of the key's playlist.<br>**Default:** `sonarr_folder`<br>**Values:** Folder Path                                                                                                                                 |
     | `sonarr_tag`                             | **Description:** Override Sonarr `tag` attribute for all playlists in a Defaults file.<br>**Values:** List or comma-separated string of tags                                                                                                                                              |
-    | `sonarr_tag_<<key>>`<sup>1</sup>         | **Description:** Override Sonarr `tag` attribute of the specified key's playlist.<br>**Default:** `sonarr_tag`<br>**Values:** List or comma-separated string of tags                                                                                                                      |
+    | `sonarr_tag_<<key>>`<sup>1</sup>         | **Description:** Override Sonarr `tag` attribute of the key's playlist.<br>**Default:** `sonarr_tag`<br>**Values:** List or comma-separated string of tags                                                                                                                      |
     | `item_sonarr_tag`                        | **Description:** Used to append a tag in Sonarr for every series found by the builders that's in Sonarr for all playlists in a Defaults file.<br>**Values:** List or comma-separated string of tags                                                                                       |
-    | `item_sonarr_tag_<<key>>`<sup>1</sup>    | **Description:** Used to append a tag in Sonarr for every series found by the builders that's in Sonarr of the specified key's playlist.<br>**Default:** `item_sonarr_tag`<br>**Values:** List or comma-separated string of tags                                                          |
+    | `item_sonarr_tag_<<key>>`<sup>1</sup>    | **Description:** Used to append a tag in Sonarr for every series found by the builders that's in Sonarr of the key's playlist.<br>**Default:** `item_sonarr_tag`<br>**Values:** List or comma-separated string of tags                                                          |
     
     1. Each default collection has a `key` that when calling to effect a specific collection you must replace `<<key>>` with when calling.
     
@@ -104,26 +104,8 @@ work. Any value not specified will use its default value if it has one if not it
 
 ## Default Values
 
-These are lists provided for reference to show what values will be in use if you do no customization.  **These do not 
-show how to change a name or a list.**
+Unless you customize them as described above, these collections use default lists and searches to create the collections.
 
-If you want to customize these values, use the methods described above.
+If you are interested in customizing the default values, you can find that information [here](#template-variables).
 
-??? example "Default Template Variable `trakt_list` (click to expand) <a class="headerlink" href="#trakt-list" title="Permanent link">¶</a>"
-
-    <div id="trakt-list" />
-
-    ???+ tip 
-    
-        Pass `trakt_list_<<key>>` to the file as template variables to change this value per playlist.
-
-    ```yaml
-    {%
-      include-markdown "../../defaults/playlist.yml" 
-      comments=false
-      preserve-includer-indent=true
-      dedent=true
-      start="conditions:"
-      end="default:"
-    %}
-    ```
\ No newline at end of file
+If you are interested in seeing what those default builders are, you can find that information [here](sources.md).
diff --git a/docs/defaults/separator_variables.md b/docs/defaults/separator_variables.md
index 2ce2ece04..0e38f94dd 100644
--- a/docs/defaults/separator_variables.md
+++ b/docs/defaults/separator_variables.md
@@ -8,8 +8,8 @@
 | `placeholder_tmdb_movie` | **Description:** Add a placeholder Movie to the Separator.  Only valid for Movie libraries.<br>**Values:** TMDb Movie ID                                                                                                                                                                                                                                                                                       |
 | `placeholder_tvdb_show`  | **Description:** Add a placeholder Show to the Separator.  Only valid for Show libraries.<br>**Values:** TVDb Show ID                                                                                                                                                                                                                                                                                          |
 | `placeholder_imdb_id`    | **Description:** Add a placeholder Movie/Show to the Separator.  Valid for Movie or Show libraries assuming the ID points to an item of the correct type.<br>**Values:** IMDb ID                                                                                                                                                                                                                               |
-| `name_separator`         | **Description:** Changes the name of the specified key's collection.<br>**Values:** New Collection Name                                                                                                                                                                                                                                                                                                        |
-| `summary_separator`      | **Description:** Changes the summary of the specified key's collection.<br>**Values:** New Collection Summary                                                                                                                                                                                                                                                                                                  |
+| `name_separator`         | **Description:** Changes the name of the key's collection.<br>**Values:** New Collection Name                                                                                                                                                                                                                                                                                                        |
+| `summary_separator`      | **Description:** Changes the summary of the key's collection.<br>**Values:** New Collection Summary                                                                                                                                                                                                                                                                                                  |
 | `collection_section`     | **Description:** Changes the sort order of the collection sections against other default collection sections.<br>**Values:** Any number                                                                                                                                                                                                                                                                        |
 | `collection_mode`        | **Description:** Controls the collection mode of all collections in a Defaults file.<br>**Values:**<table class="clearTable"><tr><td>`default`</td><td>Library default</td></tr><tr><td>`hide`</td><td>Hide Collection</td></tr><tr><td>`hide_items`</td><td>Hide Items in this Collection</td></tr><tr><td>`show_items`</td><td>Show this Collection and its Items</td></tr></table>                          |
-| `url_poster_separator`   | **Description:** Changes the poster url of the specified key's collection.<br>**Values:** URL directly to the Image                                                                                                                                                                                                                                                                                            |
+| `url_poster_separator`   | **Description:** Changes the poster url of the key's collection.<br>**Values:** URL directly to the Image                                                                                                                                                                                                                                                                                            |
diff --git a/docs/defaults/show/content_rating_us.md b/docs/defaults/show/content_rating_us.md
index 36cdbf4cc..7c38c40f7 100644
--- a/docs/defaults/show/content_rating_us.md
+++ b/docs/defaults/show/content_rating_us.md
@@ -14,7 +14,7 @@ the respective rating system.
 
 Supported Library Types: Show
 
-## Collections Section 110
+## <a id="collection_section"></a>Collections Section 110
 
 | Collection                                               | Key                                          | Description                                                                    |
 |:---------------------------------------------------------|:---------------------------------------------|:-------------------------------------------------------------------------------|
@@ -55,16 +55,16 @@ work. Any value not specified will use its default value if it has one if not it
         | Variable                      | Description & Values                                                                                                                                                                                                                                            |
         |:------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
         | `limit`                       | **Description:** Changes the Builder Limit for all collections in a Defaults file.<br>**Values:** Number Greater than 0                                                                                                                                         |
-        | `limit_<<key>>`<sup>1</sup>   | **Description:** Changes the Builder Limit of the specified key's collection.<br>**Default:** `limit`<br>**Values:** Number Greater than 0                                                                                                                      |
+        | `limit_<<key>>`<sup>1</sup>   | **Description:** Changes the Builder Limit of the [key's](#collection_section) collection.<br>**Default:** `limit`<br>**Values:** Number Greater than 0                                                                                                                      |
         | `sort_by`                     | **Description:** Changes the Smart Filter Sort for all collections in a Defaults file.<br>**Default:** `release.desc`<br>**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options)                                               |
-        | `sort_by_<<key>>`<sup>1</sup> | **Description:** Changes the Smart Filter Sort of the specified key's collection.<br>**Default:** `sort_by`<br>**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options)                                                         |
-        | `include`                     | **Description:** Overrides the [default include list](#include).<br>**Values:** List of Content Ratings found in your library                                                                                                                                   |
-        | `append_include`              | **Description:** Appends to the [default include list](#include).<br>**Values:** List of Content Ratings found in your library                                                                                                                                  |
-        | `remove_include`              | **Description:** Removes from the [default include list](#include).<br>**Values:** List of Content Ratings found in your library                                                                                                                                |
+        | `sort_by_<<key>>`<sup>1</sup> | **Description:** Changes the Smart Filter Sort of the [key's](#collection_section) collection.<br>**Default:** `sort_by`<br>**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options)                                                         |
+        | `include`                     | **Description:** Overrides the [default include list](#default-values).<br>**Values:** List of Content Ratings found in your library                                                                                                                                   |
+        | `append_include`              | **Description:** Appends to the [default include list](#default-values).<br>**Values:** List of Content Ratings found in your library                                                                                                                                  |
+        | `remove_include`              | **Description:** Removes from the [default include list](#default-values).<br>**Values:** List of Content Ratings found in your library                                                                                                                                |
         | `exclude`                     | **Description:** Exclude these Content Ratings from creating a Dynamic Collection.<br>**Values:** List of Content Ratings found in your library                                                                                                                 |
-        | `addons`                      | **Description:** Overrides the [default addons dictionary](#addons). Defines how multiple keys can be combined under a parent key. The parent key doesn't have to already exist in Plex<br>**Values:** Dictionary List of Content Ratings found in your library |
-        | `append_addons`               | **Description:** Appends to the [default addons dictionary](#addons).<br>**Values:** Dictionary List of Content Ratings found in your library                                                                                                                   |
-        | `remove_addons`               | **Description:** Removes from the [default addons dictionary](#addons).<br>**Values:** Dictionary List of Content Ratings found in your library                                                                                                                 |
+        | `addons`                      | **Description:** Overrides the [default addons dictionary](#default-values). Defines how multiple keys can be combined under a parent key. The parent key doesn't have to already exist in Plex<br>**Values:** Dictionary List of Content Ratings found in your library |
+        | `append_addons`               | **Description:** Appends to the [default addons dictionary](#default-values).<br>**Values:** Dictionary List of Content Ratings found in your library                                                                                                                   |
+        | `remove_addons`               | **Description:** Removes from the [default addons dictionary](#default-values).<br>**Values:** Dictionary List of Content Ratings found in your library                                                                                                                 |
         | `name_format`                 | **Description:** Changes the title format of the Dynamic Collections.<br>**Default:** `<<key_name>> <<library_translationU>>s`<br>**Values:** Any string with `<<key_name>>` in it.                                                                             |
         | `summary_format`              | **Description:** Changes the summary format of the Dynamic Collections.<br>**Default:** `<<library_translationU>>s that are rated <<key_name>>.`<br>**Values:** Any string.                                                                                     |
 
@@ -111,46 +111,8 @@ work. Any value not specified will use its default value if it has one if not it
 
 ## Default Values
 
-These are lists provided for reference to show what values will be in use if you do no customization.  **These do not 
-show how to change a name or a list.**
-
-If you want to customize these values, use the methods described above.
-
-??? example "Default `include` (click to expand) <a class="headerlink" href="#include" title="Permanent link">¶</a>"
-
-    <div id="include" />
-
-    ```{ .dtd .no-copy }
-    ###############################################################################
-    ################################## IMPORTANT ##################################
-    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
-    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
-    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
-    ###############################################################################
-    include: {%    
-      include-markdown "../../../defaults/show/content_rating_us.yml" 
-      comments=false
-      preserve-includer-indent=false
-      start="include:"
-      end="addons:"
-    %}
-    ```
+Unless you customize them as described above, these collections use default lists and searches to create the collections.
 
-??? example "Default `addons` (click to expand) <a class="headerlink" href="#addons" title="Permanent link">¶</a>"
-
-    <div id="addons" />
-
-    ```{ .dtd .no-copy }
-    ###############################################################################
-    ################################## IMPORTANT ##################################
-    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
-    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
-    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
-    ###############################################################################
-    addons: {%    
-      include-markdown "../../../defaults/show/content_rating_us.yml" 
-      comments=false
-      preserve-includer-indent=false
-      start="addons:"
-    %}
-    ```
+If you are interested in customizing the default values, you can find that information [here](#template-variables).
+
+If you are interested in seeing what those default builders are, you can find that information [here](../sources.md).
diff --git a/docs/defaults/show/continent.md b/docs/defaults/show/continent.md
index 5f923b533..41469ef1b 100644
--- a/docs/defaults/show/continent.md
+++ b/docs/defaults/show/continent.md
@@ -10,7 +10,7 @@ The `continent` Default Collection File is used to dynamically create collection
 
 Supported Library Types: Show
 
-## Collections Section 082
+## <a id="collection_section"></a>Collections Section 082
 
 | Collection                                      | Key                                                | Description                                                                    |
 |:------------------------------------------------|:---------------------------------------------------|:-------------------------------------------------------------------------------|
@@ -55,19 +55,19 @@ Note that the `template_variables:` section only needs to be used if you do want
         |:--------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
         | `style`                         | **Description:** Controls the visual theme of the collections created<table class="clearTable"><tr><th>Values:</th></tr><tr><td><code>white</code></td><td>White Theme</td></tr><tr><td><code>color</code></td><td>Color Theme</td></tr></table>                                                 |
         | `limit`                         | **Description:** Changes the Builder Limit for all collections in a Defaults file.<br>**Values:** Number Greater than 0                                                                                                                                                                          |
-        | `limit_<<key>>`<sup>1</sup>     | **Description:** Changes the Builder Limit of the specified key's collection.<br>**Default:** `limit`<br>**Values:** Number Greater than 0                                                                                                                                                       |
+        | `limit_<<key>>`<sup>1</sup>     | **Description:** Changes the Builder Limit of the [key's](#collection_section) collection.<br>**Default:** `limit`<br>**Values:** Number Greater than 0                                                                                                                                                       |
         | `sync_mode`                     | **Description:** Changes the Sync Mode for all collections in a Defaults file.<br>**Default:** `sync`<br>**Values:**<table class="clearTable"><tr><td>`sync`</td><td>Add and Remove Items based on Builders</td></tr><tr><td>`append`</td><td>Only Add Items based on Builders</td></tr></table> |
-        | `sync_mode_<<key>>`<sup>1</sup> | **Description:** Changes the Sync Mode of the specified key's collection.<br>**Default:** `sync_mode`<br>**Values:**<table class="clearTable"><tr><td>`sync`</td><td>Add and Remove Items based on Builders</td></tr><tr><td>`append`</td><td>Only Add Items based on Builders</td></tr></table> |
+        | `sync_mode_<<key>>`<sup>1</sup> | **Description:** Changes the Sync Mode of the [key's](#collection_section) collection.<br>**Default:** `sync_mode`<br>**Values:**<table class="clearTable"><tr><td>`sync`</td><td>Add and Remove Items based on Builders</td></tr><tr><td>`append`</td><td>Only Add Items based on Builders</td></tr></table> |
         | `sort_by`                       | **Description:** Changes the Smart Filter Sort for all collections in a Defaults file.<br>**Default:** `release.desc`<br>**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options)                                                                                |
-        | `sort_by_<<key>>`<sup>1</sup>   | **Description:** Changes the Smart Filter Sort of the specified key's collection.<br>**Default:** `sort_by`<br>**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options)                                                                                          |
-        | `include`                       | **Description:** Overrides the [default include list](#include).<br>**Values:** List of [2 digit ISO 3166-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes)                                                                                                                 |
-        | `append_include`                | **Description:** Appends to the [default include list](#include).<br>**Values:** List of [2 digit ISO 3166-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes)                                                                                                                |
-        | `remove_include`                | **Description:** Removes from the [default include list](#include).<br>**Values:** List of [2 digit ISO 3166-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes)                                                                                                              |
+        | `sort_by_<<key>>`<sup>1</sup>   | **Description:** Changes the Smart Filter Sort of the [key's](#collection_section) collection.<br>**Default:** `sort_by`<br>**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options)                                                                                          |
+        | `include`                       | **Description:** Overrides the [default include list](#default-values).<br>**Values:** List of [2 digit ISO 3166-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes)                                                                                                                 |
+        | `append_include`                | **Description:** Appends to the [default include list](#default-values).<br>**Values:** List of [2 digit ISO 3166-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes)                                                                                                                |
+        | `remove_include`                | **Description:** Removes from the [default include list](#default-values).<br>**Values:** List of [2 digit ISO 3166-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes)                                                                                                              |
         | `exclude`                       | **Description:** Exclude these Countries from creating a Dynamic Collection.<br>**Values:** List of [2 digit ISO 3166-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes)                                                                                                     |
         | `addons`                        | **Description:** Defines how multiple keys can be combined under a parent key. The parent key doesn't have to already exist in Plex<br>**Values:** Dictionary List of [2 digit ISO 3166-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes)                                   |
-        | `append_addons`                 | **Description:** Appends to the [default addons dictionary](#addons).<br>**Values:** Dictionary List of [2 digit ISO 3166-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes)                                                                                                 |
-        | `remove_addons`                 | **Description:** Removes from the [default addons dictionary](#addons).<br>**Values:** Dictionary List of [2 digit ISO 3166-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes)                                                                                               |
-        | `key_name_override`             | **Description:** Overrides the [default key_name_override dictionary](#key-name-override).<br>**Values:** Dictionary with `key: new_key_name` entries                                                                                                                                            |
+        | `append_addons`                 | **Description:** Appends to the [default addons dictionary](#default-values).<br>**Values:** Dictionary List of [2 digit ISO 3166-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes)                                                                                                 |
+        | `remove_addons`                 | **Description:** Removes from the [default addons dictionary](#default-values).<br>**Values:** Dictionary List of [2 digit ISO 3166-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes)                                                                                               |
+        | `key_name_override`             | **Description:** Overrides the [default key_name_override dictionary](#default-values).<br>**Values:** Dictionary with `key: new_key_name` entries                                                                                                                                            |
         | `name_format`                   | **Description:** Changes the title format of the Dynamic Collections.<br>**Default:** `<<key_name>>`<br>**Values:** Any string with `<<key_name>>` in it.                                                                                                                                        |
         | `summary_format`                | **Description:** Changes the summary format of the Dynamic Collections.<br>**Default:** `<<library_translationU>>s filmed in <<key_name>>.`<br>**Values:** Any string.                                                                                                                           |
 
@@ -106,45 +106,8 @@ Note that the `template_variables:` section only needs to be used if you do want
 
 ## Default Values
 
-These are lists provided for reference to show what values will be in use if you do no customization.  **These do not show how to change a name or a list.**
-
-If you want to customize these values, use the methods described above.
-
-??? example "Default `include` (click to expand) <a class="headerlink" href="#include" title="Permanent link">¶</a>"
-
-    <div id="include" />
-
-    ```{ .dtd .no-copy }
-    ###############################################################################
-    ################################## IMPORTANT ##################################
-    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
-    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
-    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
-    ###############################################################################
-    include: {%    
-      include-markdown "../../../defaults/show/continent.yml" 
-      comments=false
-      preserve-includer-indent=false
-      start="include:"
-      end="addons:"
-    %}
-    ```
-
-??? example "Default `addons` (click to expand) <a class="headerlink" href="#addons" title="Permanent link">¶</a>"
-
-    <div id="addons" />
-
-    ```{ .dtd .no-copy }
-    ###############################################################################
-    ################################## IMPORTANT ##################################
-    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
-    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
-    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
-    ###############################################################################
-    addons: {%    
-      include-markdown "../../../defaults/show/continent.yml" 
-      comments=false
-      preserve-includer-indent=false
-      start="addons:"
-    %}
-    ```
+Unless you customize them as described above, these collections use default lists and searches to create the collections.
+
+If you are interested in customizing the default values, you can find that information [here](#template-variables).
+
+If you are interested in seeing what those default builders are, you can find that information [here](../sources.md).
diff --git a/docs/defaults/show/country.md b/docs/defaults/show/country.md
index 2a40227b8..40880656c 100644
--- a/docs/defaults/show/country.md
+++ b/docs/defaults/show/country.md
@@ -10,7 +10,7 @@ The `country` Default Collection File is used to dynamically create collections
 
 Supported Library Types: Show
 
-## Collections Section 080
+## <a id="collection_section"></a>Collections Section 080
 
 | Collection                              | Key                                                | Description                                                                    |
 |:----------------------------------------|:---------------------------------------------------|:-------------------------------------------------------------------------------|
@@ -55,19 +55,19 @@ Note that the `template_variables:` section only needs to be used if you do want
         |:--------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
         | `style`                         | **Description:** Controls the visual theme of the collections created<table class="clearTable"><tr><th>Values:</th></tr><tr><td><code>white</code></td><td>White Theme</td></tr><tr><td><code>color</code></td><td>Color Theme</td></tr></table>                                                 |
         | `limit`                         | **Description:** Changes the Builder Limit for all collections in a Defaults file.<br>**Values:** Number Greater than 0                                                                                                                                                                          |
-        | `limit_<<key>>`<sup>1</sup>     | **Description:** Changes the Builder Limit of the specified key's collection.<br>**Default:** `limit`<br>**Values:** Number Greater than 0                                                                                                                                                       |
+        | `limit_<<key>>`<sup>1</sup>     | **Description:** Changes the Builder Limit of the [key's](#collection_section) collection.<br>**Default:** `limit`<br>**Values:** Number Greater than 0                                                                                                                                                       |
         | `sync_mode`                     | **Description:** Changes the Sync Mode for all collections in a Defaults file.<br>**Default:** `sync`<br>**Values:**<table class="clearTable"><tr><td>`sync`</td><td>Add and Remove Items based on Builders</td></tr><tr><td>`append`</td><td>Only Add Items based on Builders</td></tr></table> |
-        | `sync_mode_<<key>>`<sup>1</sup> | **Description:** Changes the Sync Mode of the specified key's collection.<br>**Default:** `sync_mode`<br>**Values:**<table class="clearTable"><tr><td>`sync`</td><td>Add and Remove Items based on Builders</td></tr><tr><td>`append`</td><td>Only Add Items based on Builders</td></tr></table> |
+        | `sync_mode_<<key>>`<sup>1</sup> | **Description:** Changes the Sync Mode of the [key's](#collection_section) collection.<br>**Default:** `sync_mode`<br>**Values:**<table class="clearTable"><tr><td>`sync`</td><td>Add and Remove Items based on Builders</td></tr><tr><td>`append`</td><td>Only Add Items based on Builders</td></tr></table> |
         | `sort_by`                       | **Description:** Changes the Smart Filter Sort for all collections in a Defaults file.<br>**Default:** `release.desc`<br>**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options)                                                                                |
-        | `sort_by_<<key>>`<sup>1</sup>   | **Description:** Changes the Smart Filter Sort of the specified key's collection.<br>**Default:** `sort_by`<br>**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options)                                                                                          |
-        | `include`                       | **Description:** Overrides the [default include list](#include).<br>**Values:** List of [2 digit ISO 3166-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes)                                                                                                                 |
-        | `append_include`                | **Description:** Appends to the [default include list](#include).<br>**Values:** List of [2 digit ISO 3166-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes)                                                                                                                |
-        | `remove_include`                | **Description:** Removes from the [default include list](#include).<br>**Values:** List of [2 digit ISO 3166-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes)                                                                                                              |
+        | `sort_by_<<key>>`<sup>1</sup>   | **Description:** Changes the Smart Filter Sort of the [key's](#collection_section) collection.<br>**Default:** `sort_by`<br>**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options)                                                                                          |
+        | `include`                       | **Description:** Overrides the [default include list](#default-values).<br>**Values:** List of [2 digit ISO 3166-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes)                                                                                                                 |
+        | `append_include`                | **Description:** Appends to the [default include list](#default-values).<br>**Values:** List of [2 digit ISO 3166-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes)                                                                                                                |
+        | `remove_include`                | **Description:** Removes from the [default include list](#default-values).<br>**Values:** List of [2 digit ISO 3166-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes)                                                                                                              |
         | `exclude`                       | **Description:** Exclude these Countries from creating a Dynamic Collection.<br>**Values:** List of [2 digit ISO 3166-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes)                                                                                                     |
         | `addons`                        | **Description:** Defines how multiple keys can be combined under a parent key. The parent key doesn't have to already exist in Plex<br>**Values:** Dictionary List of [2 digit ISO 3166-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes)                                   |
-        | `append_addons`                 | **Description:** Appends to the [default addons dictionary](#addons).<br>**Values:** Dictionary List of [2 digit ISO 3166-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes)                                                                                                 |
-        | `remove_addons`                 | **Description:** Removes from the [default addons dictionary](#addons).<br>**Values:** Dictionary List of [2 digit ISO 3166-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes)                                                                                               |
-        | `key_name_override`             | **Description:** Overrides the [default key_name_override dictionary](#key-name-override).<br>**Values:** Dictionary with `key: new_key_name` entries                                                                                                                                            |
+        | `append_addons`                 | **Description:** Appends to the [default addons dictionary](#default-values).<br>**Values:** Dictionary List of [2 digit ISO 3166-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes)                                                                                                 |
+        | `remove_addons`                 | **Description:** Removes from the [default addons dictionary](#default-values).<br>**Values:** Dictionary List of [2 digit ISO 3166-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes)                                                                                               |
+        | `key_name_override`             | **Description:** Overrides the [default key_name_override dictionary](#default-values).<br>**Values:** Dictionary with `key: new_key_name` entries                                                                                                                                            |
         | `name_format`                   | **Description:** Changes the title format of the Dynamic Collections.<br>**Default:** `<<key_name>>`<br>**Values:** Any string with `<<key_name>>` in it.                                                                                                                                        |
         | `summary_format`                | **Description:** Changes the summary format of the Dynamic Collections.<br>**Default:** `<<library_translationU>>s filmed in <<key_name>>.`<br>**Values:** Any string.                                                                                                                           |
 
@@ -106,45 +106,8 @@ Note that the `template_variables:` section only needs to be used if you do want
 
 ## Default Values
 
-These are lists provided for reference to show what values will be in use if you do no customization.  **These do not show how to change a name or a list.**
-
-If you want to customize these values, use the methods described above.
-
-??? example "Default `include` (click to expand) <a class="headerlink" href="#include" title="Permanent link">¶</a>"
-
-    <div id="include" />
-
-    ```{ .dtd .no-copy }
-    ###############################################################################
-    ################################## IMPORTANT ##################################
-    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
-    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
-    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
-    ###############################################################################
-    include: {%    
-      include-markdown "../../../defaults/show/country.yml" 
-      comments=false
-      preserve-includer-indent=false
-      start="include:"
-      end="addons:"
-    %}
-    ```
-
-??? example "Default `addons` (click to expand) <a class="headerlink" href="#addons" title="Permanent link">¶</a>"
-
-    <div id="addons" />
-
-    ```{ .dtd .no-copy }
-    ###############################################################################
-    ################################## IMPORTANT ##################################
-    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
-    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
-    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
-    ###############################################################################
-    addons: {%    
-      include-markdown "../../../defaults/show/country.yml" 
-      comments=false
-      preserve-includer-indent=false
-      start="addons:"
-    %}
-    ```
+Unless you customize them as described above, these collections use default lists and searches to create the collections.
+
+If you are interested in customizing the default values, you can find that information [here](#template-variables).
+
+If you are interested in seeing what those default builders are, you can find that information [here](../sources.md).
diff --git a/docs/defaults/show/decade.md b/docs/defaults/show/decade.md
index ed50b7c09..4feb1ff26 100644
--- a/docs/defaults/show/decade.md
+++ b/docs/defaults/show/decade.md
@@ -11,7 +11,7 @@ sorted by critic rating to create a "best of <decade>"
 
 Supported Library Types: Show
 
-## Collections Section 100
+## <a id="collection_section"></a>Collections Section 100
 
 | Collection                                           | Key                               | Description                                                                    |
 |:-----------------------------------------------------|:----------------------------------|:-------------------------------------------------------------------------------|
@@ -51,15 +51,15 @@ work. Any value not specified will use its default value if it has one if not it
         | Variable                      | Description & Values                                                                                                                                                                                                    |
         |:------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
         | `limit`                       | **Description:** Changes the Builder Limit for all collections in a Defaults file.<br>**Default:** `100`<br>**Values:** Number Greater than 0                                                                           |
-        | `limit_<<key>>`<sup>1</sup>   | **Description:** Changes the Builder Limit of the specified key's collection.<br>**Default:** `limit`<br>**Values:** Number Greater than 0                                                                              |
+        | `limit_<<key>>`<sup>1</sup>   | **Description:** Changes the Builder Limit of the [key's](#collection_section) collection.<br>**Default:** `limit`<br>**Values:** Number Greater than 0                                                                              |
         | `sort_by`                     | **Description:** Changes the Smart Filter Sort for all collections in a Defaults file.<br>**Default:** `critic_rating.desc`<br>**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) |
-        | `sort_by_<<key>>`<sup>1</sup> | **Description:** Changes the Smart Filter Sort of the specified key's collection.<br>**Default:** `sort_by`<br>**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options)                 |
+        | `sort_by_<<key>>`<sup>1</sup> | **Description:** Changes the Smart Filter Sort of the [key's](#collection_section) collection.<br>**Default:** `sort_by`<br>**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options)                 |
         | `exclude`                     | **Description:** Exclude these Decades from creating a Dynamic Collection.<br>**Values:** List of Decades found in your library                                                                                         |
         | `name_format`                 | **Description:** Changes the title format of the Dynamic Collections.<br>**Default:** `Best of <<key_name>>`<br>**Values:** Any string with `<<key_name>>` in it.                                                       |
         | `summary_format`              | **Description:** Changes the summary format of the Dynamic Collections.<br>**Default:** `Top <<limit>> <<library_translation>>s of the <<key_name>>.`<br>**Values:** Any string.                                        |
 
-        1. Each default collection has a `key` that when calling to effect a specific collection you must replace 
-        `<<key>>` with when calling.
+        1. Each default collection has a `key` [see here]() that you must replace 
+        `<<key>>` with when using this template variable.  These keys are found in the table at the top of this page.
 
     === "Shared Template Variables"
 
diff --git a/docs/defaults/show/franchise.md b/docs/defaults/show/franchise.md
index f3f9ee839..e5d587991 100644
--- a/docs/defaults/show/franchise.md
+++ b/docs/defaults/show/franchise.md
@@ -15,7 +15,7 @@ Liars" show in your library so that you have easy access to the other shows in t
 
 Supported Library Types: Show
 
-## Collections
+## <a id="collection_section"></a>Collections
 
 | Collection                                                  | Key                                                 | Description                                        |
 |:------------------------------------------------------------|:----------------------------------------------------|:---------------------------------------------------|
@@ -52,37 +52,37 @@ work. Any value not specified will use its default value if it has one if not it
 
         | Variable                                 | Description & Values                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
         |:-----------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-        | `summary_<<key>>`<sup>1</sup>            | **Description:** Changes the summary of the specified key's collection.<br>**Values:** New Collection Summary                                                                                                                                                                                                                                                                                                                                                                                                                             |
+        | `summary_<<key>>`<sup>1</sup>            | **Description:** Changes the summary of the [key's](#collection_section) collection.<br>**Values:** New Collection Summary                                                                                                                                                                                                                                                                                                                                                                                                                             |
         | `collection_section`                     | **Description:** Adds a sort title with this collection sections.<br>**Values:** Any number                                                                                                                                                                                                                                                                                                                                                                                                                                               |
         | `order_<<key>>`<sup>1</sup>              | **Description:** Controls the sort order of the collections in their collection section.<br>**Values:** Any number                                                                                                                                                                                                                                                                                                                                                                                                                        |
         | `collection_mode`                        | **Description:** Controls the collection mode of all collections in this file.<br>**Values:**<table class="clearTable"><tr><td>`default`</td><td>Library default</td></tr><tr><td>`hide`</td><td>Hide Collection</td></tr><tr><td>`hide_items`</td><td>Hide Items in this Collection</td></tr><tr><td>`show_items`</td><td>Show this Collection and its Items</td></tr></table>                                                                                                                                                           |
         | `minimum_items`                          | **Description:** Controls the minimum items that the collection must have to be created.<br>**Default:** `2`<br>**Values:** Any number                                                                                                                                                                                                                                                                                                                                                                                                    |
-        | `name_mapping_<<key>>`<sup>1</sup>       | **Description:** Sets the name mapping value for using assets of the specified key's collection.<br>**Values:** Any String                                                                                                                                                                                                                                                                                                                                                                                                                |
+        | `name_mapping_<<key>>`<sup>1</sup>       | **Description:** Sets the name mapping value for using assets of the [key's](#collection_section) collection.<br>**Values:** Any String                                                                                                                                                                                                                                                                                                                                                                                                                |
         | `sort_title`                             | **Description:** Sets the sort title for all collections. Use `<<collection_name>>` to use the collection name. **Example:** `"!02_<<collection_name>>"`<br>**Values:** Any String with `<<collection_name>>`                                                                                                                                                                                                                                                                                                                             |
-        | `sort_title_<<key>>`<sup>1</sup>         | **Description:** Sets the sort title of the specified key's collection.<br>**Default:** `sort_title`<br>**Values:** Any String                                                                                                                                                                                                                                                                                                                                                                                                            |
+        | `sort_title_<<key>>`<sup>1</sup>         | **Description:** Sets the sort title of the [key's](#collection_section) collection.<br>**Default:** `sort_title`<br>**Values:** Any String                                                                                                                                                                                                                                                                                                                                                                                                            |
         | `build_collection`                       | **Description:** Controls if you want the collection to actually be built. i.e. you may just want these shows sent to Sonarr.<br>**Values:** `false` to not build the collection                                                                                                                                                                                                                                                                                                                                                          |
         | `sync_mode`                              | **Description:** Changes the Sync Mode for all collections in a Defaults file.<br>**Default:** `sync`<br>**Values:**<table class="clearTable"><tr><td>`sync`</td><td>Add and Remove Items based on Builders</td></tr><tr><td>`append`</td><td>Only Add Items based on Builders</td></tr></table>                                                                                                                                                                                                                                          |
-        | `sync_mode_<<key>>`<sup>1</sup>          | **Description:** Changes the Sync Mode of the specified key's collection.<br>**Default:** `sync_mode`<br>**Values:**<table class="clearTable"><tr><td>`sync`</td><td>Add and Remove Items based on Builders</td></tr><tr><td>`append`</td><td>Only Add Items based on Builders</td></tr></table>                                                                                                                                                                                                                                          |
+        | `sync_mode_<<key>>`<sup>1</sup>          | **Description:** Changes the Sync Mode of the [key's](#collection_section) collection.<br>**Default:** `sync_mode`<br>**Values:**<table class="clearTable"><tr><td>`sync`</td><td>Add and Remove Items based on Builders</td></tr><tr><td>`append`</td><td>Only Add Items based on Builders</td></tr></table>                                                                                                                                                                                                                                          |
         | `collection_order`                       | **Description:** Changes the Collection Order for all collections in this file.<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](../../files/builders/plex.md#sort-options)</td><td>Order Collection by any `plex_search` Sort Option</td></tr></table>                                     |
-        | `collection_order_<<key>>`<sup>1</sup>   | **Description:** Changes the Collection Order of the specified key's collection.<br>**Default:** `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](../../files/builders/plex.md#sort-options)</td><td>Order Collection by any `plex_search` Sort Option</td></tr></table> |
+        | `collection_order_<<key>>`<sup>1</sup>   | **Description:** Changes the Collection Order of the [key's](#collection_section) collection.<br>**Default:** `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](../../files/builders/plex.md#sort-options)</td><td>Order Collection by any `plex_search` Sort Option</td></tr></table> |
         | `exclude`                                | **Description:** Exclude these Collections from creating a Dynamic Collection.<br>**Values:** List of Collection IDs                                                                                                                                                                                                                                                                                                                                                                                                                      |
-        | `data`                                   | **Description:** Overrides the [default data dictionary](#data). Defines the data that the custom dynamic collection processes.<br>**Values:** Dictionary List of TMDb Main Show ID                                                                                                                                                                                                                                                                                                                                                       |
-        | `append_data`                            | **Description:** Appends to the [default data dictionary](#data).<br>**Values:** Dictionary List of TMDb Main Show ID                                                                                                                                                                                                                                                                                                                                                                                                                     |
-        | `remove_data`                            | **Description:** Removes from the [default data dictionary](#data).<br>**Values:** List of TMDb Main Show IDs to remove                                                                                                                                                                                                                                                                                                                                                                                                                   |
-        | `addons`                                 | **Description:** Overrides the [default addons dictionary](#addons). Defines how multiple keys can be combined under a parent key. The parent key doesn't have to already exist in Plex<br>**Values:** Dictionary List of TMDb Show IDs                                                                                                                                                                                                                                                                                                   |
-        | `append_addons`                          | **Description:** Appends to the [default addons dictionary](#addons).<br>**Values:** Dictionary List of TMDb Show IDs                                                                                                                                                                                                                                                                                                                                                                                                                     |
-        | `remove_addons`                          | **Description:** Removes from the [default addons dictionary](#addons).<br>**Values:** Dictionary List of TMDb Show IDs                                                                                                                                                                                                                                                                                                                                                                                                                   |
+        | `data`                                   | **Description:** Overrides the [default data dictionary](#default-values ). Defines the data that the custom dynamic collection processes.<br>**Values:** Dictionary List of TMDb Main Show ID                                                                                                                                                                                                                                                                                                                                                       |
+        | `append_data`                            | **Description:** Appends to the [default data dictionary](#default-values).<br>**Values:** Dictionary List of TMDb Main Show ID                                                                                                                                                                                                                                                                                                                                                                                                                     |
+        | `remove_data`                            | **Description:** Removes from the [default data dictionary](#default-values).<br>**Values:** List of TMDb Main Show IDs to remove                                                                                                                                                                                                                                                                                                                                                                                                                   |
+        | `addons`                                 | **Description:** Overrides the [default addons dictionary](#default-values). Defines how multiple keys can be combined under a parent key. The parent key doesn't have to already exist in Plex<br>**Values:** Dictionary List of TMDb Show IDs                                                                                                                                                                                                                                                                                                   |
+        | `append_addons`                          | **Description:** Appends to the [default addons dictionary](#default-values).<br>**Values:** Dictionary List of TMDb Show IDs                                                                                                                                                                                                                                                                                                                                                                                                                     |
+        | `remove_addons`                          | **Description:** Removes from the [default addons dictionary](#default-values).<br>**Values:** Dictionary List of TMDb Show IDs                                                                                                                                                                                                                                                                                                                                                                                                                   |
         | `sonarr_add_missing`                     | **Description:** Override Sonarr `add_missing` attribute for all collections in a Defaults file.<br>**Values:** `true` or `false`                                                                                                                                                                                                                                                                                                                                                                                                         |
-        | `sonarr_add_missing_<<key>>`<sup>1</sup> | **Description:** Override Sonarr `add_missing` attribute of the specified key's collection.<br>**Default:** `sonarr_add_missing`<br>**Values:** `true` or `false`                                                                                                                                                                                                                                                                                                                                                                         |
+        | `sonarr_add_missing_<<key>>`<sup>1</sup> | **Description:** Override Sonarr `add_missing` attribute of the [key's](#collection_section) collection.<br>**Default:** `sonarr_add_missing`<br>**Values:** `true` or `false`                                                                                                                                                                                                                                                                                                                                                                         |
         | `sonarr_folder`                          | **Description:** Override Sonarr `root_folder_path` attribute for all collections in a Defaults file.<br>**Values:** Folder Path                                                                                                                                                                                                                                                                                                                                                                                                          |
-        | `sonarr_folder_<<key>>`<sup>1</sup>      | **Description:** Override Sonarr `root_folder_path` attribute of the specified key's collection.<br>**Default:** `sonarr_folder`<br>**Values:** Folder Path                                                                                                                                                                                                                                                                                                                                                                               |
+        | `sonarr_folder_<<key>>`<sup>1</sup>      | **Description:** Override Sonarr `root_folder_path` attribute of the [key's](#collection_section) collection.<br>**Default:** `sonarr_folder`<br>**Values:** Folder Path                                                                                                                                                                                                                                                                                                                                                                               |
         | `sonarr_tag`                             | **Description:** Override Sonarr `tag` attribute for all collections in a Defaults file.<br>**Values:** List or comma-separated string of tags                                                                                                                                                                                                                                                                                                                                                                                            |
-        | `sonarr_tag_<<key>>`<sup>1</sup>         | **Description:** Override Sonarr `tag` attribute of the specified key's collection.<br>**Default:** `sonarr_tag`<br>**Values:** List or comma-separated string of tags                                                                                                                                                                                                                                                                                                                                                                    |
+        | `sonarr_tag_<<key>>`<sup>1</sup>         | **Description:** Override Sonarr `tag` attribute of the [key's](#collection_section) collection.<br>**Default:** `sonarr_tag`<br>**Values:** List or comma-separated string of tags                                                                                                                                                                                                                                                                                                                                                                    |
         | `item_sonarr_tag`                        | **Description:** Used to append a tag in Sonarr for every show found by the builders that's in Sonarr for all collections in a Defaults file.<br>**Values:** List or comma-separated string of tags                                                                                                                                                                                                                                                                                                                                       |
-        | `item_sonarr_tag_<<key>>`<sup>1</sup>    | **Description:** Used to append a tag in Sonarr for every show found by the builders that's in Sonarr of the specified key's collection.<br>**Default:** `item_sonarr_tag`<br>**Values:** List or comma-separated string of tags                                                                                                                                                                                                                                                                                                          |
+        | `item_sonarr_tag_<<key>>`<sup>1</sup>    | **Description:** Used to append a tag in Sonarr for every show found by the builders that's in Sonarr of the [key's](#collection_section) collection.<br>**Default:** `item_sonarr_tag`<br>**Values:** List or comma-separated string of tags                                                                                                                                                                                                                                                                                                          |
 
-        1. Each default collection has a `key` that when calling to effect a specific collection you must replace 
-        `<<key>>` with when calling.
+        1. Each default collection has a `key` [see here]() that you must replace 
+        `<<key>>` with when using this template variable.  These keys are found in the table at the top of this page.
     
     ???+ example "Example Template Variable Amendments"
 
@@ -111,46 +111,8 @@ work. Any value not specified will use its default value if it has one if not it
 
 ## Default Values
 
-These are lists provided for reference to show what values will be in use if you do no customization.  **These do not 
-show how to change a name or a list.**
-
-If you want to customize these values, use the methods described above.
-
-??? example "Default `data` (click to expand) <a class="headerlink" href="#data" title="Permanent link">¶</a>"
-
-    <div id="data" />
-
-    ```{ .dtd .no-copy }
-    ###############################################################################
-    ################################## IMPORTANT ##################################
-    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
-    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
-    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
-    ###############################################################################
-    data: {%    
-      include-markdown "../../../defaults/show/franchise.yml" 
-      comments=false
-      preserve-includer-indent=false
-      start="data:"
-      end="template:"
-    %}
-    ```
-
-??? example "Default `addons` (click to expand) <a class="headerlink" href="#addons" title="Permanent link">¶</a>"
-
-    <div id="addons" />
-
-    ```{ .dtd .no-copy }
-    ###############################################################################
-    ################################## IMPORTANT ##################################
-    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
-    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
-    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
-    ###############################################################################
-    addons: {%    
-      include-markdown "../../../defaults/show/franchise.yml" 
-      comments=false
-      preserve-includer-indent=false
-      start="addons:"
-    %}
-    ```
+Unless you customize them as described above, these collections use default lists and searches to create the collections.
+
+If you are interested in customizing the default values, you can find that information [here](#template-variables).
+
+If you are interested in seeing what those default builders are, you can find that information [here](../sources.md).
diff --git a/docs/defaults/show/network.md b/docs/defaults/show/network.md
index d956e631b..eb43c099e 100644
--- a/docs/defaults/show/network.md
+++ b/docs/defaults/show/network.md
@@ -12,7 +12,7 @@ The `network` Default Collection File is used to dynamically create collections
 
 Supported Library Types: Show
 
-## Collections Section 050
+## <a id="collection_section"></a>Collections Section 050
 
 | Collection                          | Key                                 | Description                                                                    |
 |:------------------------------------|:------------------------------------|:-------------------------------------------------------------------------------|
@@ -65,17 +65,17 @@ work. Any value not specified will use its default value if it has one if not it
         | Variable                      | Description & Values                                                                                                                                                                                                                                     |
         |:------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
         | `limit`                       | **Description:** Changes the Builder Limit for all collections in a Defaults file.<br>**Values:** Number Greater than 0                                                                                                                                  |
-        | `limit_<<key>>`<sup>1</sup>   | **Description:** Changes the Builder Limit of the specified key's collection.<br>**Default:** `limit`<br>**Values:** Number Greater than 0                                                                                                               |
+        | `limit_<<key>>`<sup>1</sup>   | **Description:** Changes the Builder Limit of the [key's](#collection_section) collection.<br>**Default:** `limit`<br>**Values:** Number Greater than 0                                                                                                               |
         | `sort_by`                     | **Description:** Changes the Smart Filter Sort for all collections in a Defaults file.<br>**Default:** `release.desc`<br>**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options)                                        |
-        | `sort_by_<<key>>`<sup>1</sup> | **Description:** Changes the Smart Filter Sort of the specified key's collection.<br>**Default:** `sort_by`<br>**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options)                                                  |
+        | `sort_by_<<key>>`<sup>1</sup> | **Description:** Changes the Smart Filter Sort of the [key's](#collection_section) collection.<br>**Default:** `sort_by`<br>**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options)                                                  |
         | `style`                       | **Description:** Choose between the default color version or the **white** one.<br>**Values:** `color` or `white`                                                                                                                                        |
-        | `include`                     | **Description:** Overrides the [default include list](#include).<br>**Values:** List of Networks found in your library                                                                                                                                   |
-        | `append_include`              | **Description:** Appends to the [default include list](#include).<br>**Values:** List of Networks found in your library                                                                                                                                  |
-        | `remove_include`              | **Description:** Removes from the [default include list](#include).<br>**Values:** List of Networks found in your library                                                                                                                                |
+        | `include`                     | **Description:** Overrides the [default include list](#default-values).<br>**Values:** List of Networks found in your library                                                                                                                                   |
+        | `append_include`              | **Description:** Appends to the [default include list](#default-values).<br>**Values:** List of Networks found in your library                                                                                                                                  |
+        | `remove_include`              | **Description:** Removes from the [default include list](#default-values).<br>**Values:** List of Networks found in your library                                                                                                                                |
         | `exclude`                     | **Description:** Exclude these Networks from creating a Dynamic Collection.<br>**Values:** List of Networks found in your library                                                                                                                        |
-        | `addons`                      | **Description:** Overrides the [default addons dictionary](#addons). Defines how multiple keys can be combined under a parent key. The parent key doesn't have to already exist in Plex<br>**Values:** Dictionary List of Networks found in your library |
-        | `append_addons`               | **Description:** Appends to the [default addons dictionary](#addons).<br>**Values:** Dictionary List of Networks found in your library                                                                                                                   |
-        | `remove_addons`               | **Description:** Removes from the [default addons dictionary](#addons).<br>**Values:** Dictionary List of Networks found in your library                                                                                                                 |
+        | `addons`                      | **Description:** Overrides the [default addons dictionary](#default-values). Defines how multiple keys can be combined under a parent key. The parent key doesn't have to already exist in Plex<br>**Values:** Dictionary List of Networks found in your library |
+        | `append_addons`               | **Description:** Appends to the [default addons dictionary](#default-values).<br>**Values:** Dictionary List of Networks found in your library                                                                                                                   |
+        | `remove_addons`               | **Description:** Removes from the [default addons dictionary](#default-values).<br>**Values:** Dictionary List of Networks found in your library                                                                                                                 |
         | `name_format`                 | **Description:** Changes the title format of the Dynamic Collections.<br>**Default:** `<<key_name>>`<br>**Values:** Any string with `<<key_name>>` in it.                                                                                                |
         | `summary_format`              | **Description:** Changes the summary format of the Dynamic Collections.<br>**Default:** `<<library_translationU>>s broadcast on <<key_name>>.`<br>**Values:** Any string.                                                                                |
 
@@ -119,46 +119,8 @@ work. Any value not specified will use its default value if it has one if not it
 
 ## Default Values
 
-These are lists provided for reference to show what values will be in use if you do no customization.  **These do not 
-show how to change a name or a list.**
-
-If you want to customize these values, use the methods described above.
-
-??? example "Default `include` (click to expand) <a class="headerlink" href="#include" title="Permanent link">¶</a>"
-
-    <div id="include" />
-
-    ```{ .dtd .no-copy }
-    ###############################################################################
-    ################################## IMPORTANT ##################################
-    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
-    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
-    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
-    ###############################################################################
-    include: {%    
-      include-markdown "../../../defaults/show/network.yml" 
-      comments=false
-      preserve-includer-indent=false
-      start="include:"
-      end="addons:"
-    %}
-    ```
+Unless you customize them as described above, these collections use default lists and searches to create the collections.
 
-??? example "Default `addons` (click to expand) <a class="headerlink" href="#addons" title="Permanent link">¶</a>"
-
-    <div id="addons" />
-
-    ```{ .dtd .no-copy }
-    ###############################################################################
-    ################################## IMPORTANT ##################################
-    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
-    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
-    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
-    ###############################################################################
-    addons: {%    
-      include-markdown "../../../defaults/show/network.yml" 
-      comments=false
-      preserve-includer-indent=false
-      start="addons:"
-    %}
-    ```
+If you are interested in customizing the default values, you can find that information [here](#template-variables).
+
+If you are interested in seeing what those default builders are, you can find that information [here](../sources.md).
diff --git a/docs/defaults/show/region.md b/docs/defaults/show/region.md
index 82d2e5ff6..8f3fdbcc7 100644
--- a/docs/defaults/show/region.md
+++ b/docs/defaults/show/region.md
@@ -15,7 +15,7 @@ might be seen as controversial. You are welcome to edit this to fit your own aud
 
 Supported Library Types: Show
 
-## Collections Section 081
+## <a id="collection_section"></a>Collections Section 081
 
 | Collection                            | Key                                                     | Description                                                                    |
 |:--------------------------------------|:--------------------------------------------------------|:-------------------------------------------------------------------------------|
@@ -63,19 +63,19 @@ work. Any value not specified will use its default value if it has one if not it
         |:--------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
         | `style`                         | **Description:** Controls the visual theme of the collections created<table class="clearTable"><tr><th>Values:</th></tr><tr><td><code>white</code></td><td>White Theme</td></tr><tr><td><code>color</code></td><td>Color Theme</td></tr></table>                                                 |
         | `limit`                         | **Description:** Changes the Builder Limit for all collections in a Defaults file.<br>**Values:** Number Greater than 0                                                                                                                                                                          |
-        | `limit_<<key>>`<sup>1</sup>     | **Description:** Changes the Builder Limit of the specified key's collection.<br>**Default:** `limit`<br>**Values:** Number Greater than 0                                                                                                                                                       |
+        | `limit_<<key>>`<sup>1</sup>     | **Description:** Changes the Builder Limit of the [key's](#collection_section) collection.<br>**Default:** `limit`<br>**Values:** Number Greater than 0                                                                                                                                                       |
         | `sync_mode`                     | **Description:** Changes the Sync Mode for all collections in a Defaults file.<br>**Default:** `sync`<br>**Values:**<table class="clearTable"><tr><td>`sync`</td><td>Add and Remove Items based on Builders</td></tr><tr><td>`append`</td><td>Only Add Items based on Builders</td></tr></table> |
-        | `sync_mode_<<key>>`<sup>1</sup> | **Description:** Changes the Sync Mode of the specified key's collection.<br>**Default:** `sync_mode`<br>**Values:**<table class="clearTable"><tr><td>`sync`</td><td>Add and Remove Items based on Builders</td></tr><tr><td>`append`</td><td>Only Add Items based on Builders</td></tr></table> |
+        | `sync_mode_<<key>>`<sup>1</sup> | **Description:** Changes the Sync Mode of the [key's](#collection_section) collection.<br>**Default:** `sync_mode`<br>**Values:**<table class="clearTable"><tr><td>`sync`</td><td>Add and Remove Items based on Builders</td></tr><tr><td>`append`</td><td>Only Add Items based on Builders</td></tr></table> |
         | `sort_by`                       | **Description:** Changes the Smart Filter Sort for all collections in a Defaults file.<br>**Default:** `release.desc`<br>**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options)                                                                                |
-        | `sort_by_<<key>>`<sup>1</sup>   | **Description:** Changes the Smart Filter Sort of the specified key's collection.<br>**Default:** `sort_by`<br>**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options)                                                                                          |
-        | `include`                       | **Description:** Overrides the [default include list](#include).<br>**Values:** List of [2 digit ISO 3166-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes)                                                                                                                 |
-        | `append_include`                | **Description:** Appends to the [default include list](#include).<br>**Values:** List of [2 digit ISO 3166-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes)                                                                                                                |
-        | `remove_include`                | **Description:** Removes from the [default include list](#include).<br>**Values:** List of [2 digit ISO 3166-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes)                                                                                                              |
+        | `sort_by_<<key>>`<sup>1</sup>   | **Description:** Changes the Smart Filter Sort of the [key's](#collection_section) collection.<br>**Default:** `sort_by`<br>**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options)                                                                                          |
+        | `include`                       | **Description:** Overrides the [default include list](#default-values).<br>**Values:** List of [2 digit ISO 3166-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes)                                                                                                                 |
+        | `append_include`                | **Description:** Appends to the [default include list](#default-values).<br>**Values:** List of [2 digit ISO 3166-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes)                                                                                                                |
+        | `remove_include`                | **Description:** Removes from the [default include list](#default-values).<br>**Values:** List of [2 digit ISO 3166-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes)                                                                                                              |
         | `exclude`                       | **Description:** Exclude these Countries from creating a Dynamic Collection.<br>**Values:** List of [2 digit ISO 3166-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes)                                                                                                     |
         | `addons`                        | **Description:** Defines how multiple keys can be combined under a parent key. The parent key doesn't have to already exist in Plex<br>**Values:** Dictionary List of [2 digit ISO 3166-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes)                                   |
-        | `append_addons`                 | **Description:** Appends to the [default addons dictionary](#addons).<br>**Values:** Dictionary List of [2 digit ISO 3166-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes)                                                                                                 |
-        | `remove_addons`                 | **Description:** Removes from the [default addons dictionary](#addons).<br>**Values:** Dictionary List of [2 digit ISO 3166-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes)                                                                                               |
-        | `key_name_override`             | **Description:** Overrides the [default key_name_override dictionary](#default-key_name_override).<br>**Values:** Dictionary with `key: new_key_name` entries                                                                                                                                    |
+        | `append_addons`                 | **Description:** Appends to the [default addons dictionary](#default-values).<br>**Values:** Dictionary List of [2 digit ISO 3166-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes)                                                                                                 |
+        | `remove_addons`                 | **Description:** Removes from the [default addons dictionary](#default-values).<br>**Values:** Dictionary List of [2 digit ISO 3166-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes)                                                                                               |
+        | `key_name_override`             | **Description:** Overrides the [default key_name_override dictionary](#default-values).<br>**Values:** Dictionary with `key: new_key_name` entries                                                                                                                                    |
         | `name_format`                   | **Description:** Changes the title format of the Dynamic Collections.<br>**Default:** `<<key_name>>`<br>**Values:** Any string with `<<key_name>>` in it.                                                                                                                                        |
         | `summary_format`                | **Description:** Changes the summary format of the Dynamic Collections.<br>**Default:** `<<library_translationU>>s filmed in <<key_name>>.`<br>**Values:** Any string.                                                                                                                           |
 
@@ -120,46 +120,8 @@ work. Any value not specified will use its default value if it has one if not it
 
 ## Default Values
 
-These are lists provided for reference to show what values will be in use if you do no customization.  **These do not 
-show how to change a name or a list.**
-
-If you want to customize these values, use the methods described above.
-
-??? example "Default `include` (click to expand) <a class="headerlink" href="#include" title="Permanent link">¶</a>"
-
-    <div id="include" />
-
-    ```{ .dtd .no-copy }
-    ###############################################################################
-    ################################## IMPORTANT ##################################
-    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
-    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
-    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
-    ###############################################################################
-    include: {%    
-      include-markdown "../../../defaults/show/region.yml" 
-      comments=false
-      preserve-includer-indent=false
-      start="include:"
-      end="addons:"
-    %}
-    ```
+Unless you customize them as described above, these collections use default lists and searches to create the collections.
 
-??? example "Default `addons` (click to expand) <a class="headerlink" href="#addons" title="Permanent link">¶</a>"
-
-    <div id="addons" />
-
-    ```{ .dtd .no-copy }
-    ###############################################################################
-    ################################## IMPORTANT ##################################
-    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
-    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
-    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
-    ###############################################################################
-    addons: {%    
-      include-markdown "../../../defaults/show/region.yml" 
-      comments=false
-      preserve-includer-indent=false
-      start="addons:"
-    %}
-    ```
+If you are interested in customizing the default values, you can find that information [here](#template-variables).
+
+If you are interested in seeing what those default builders are, you can find that information [here](../sources.md).
diff --git a/docs/defaults/sources.md b/docs/defaults/sources.md
new file mode 100644
index 000000000..82732ed5c
--- /dev/null
+++ b/docs/defaults/sources.md
@@ -0,0 +1,587 @@
+# Data sources
+
+This page is a reference showing the sources of the data used in the defaults files.
+
+For example, if you are wondering what list is used by the Christmas Collection, you can find that information here.
+
+Nothing on this page is required for using the defaults files, but it can be useful for understanding where the data comes from.
+
+Nothing on this page is directly useful for customizing the defaults.
+
+Nothing here is a code example for end user use.  It all *looks* like code, since it is taken directly *from* the Kometa source code to ensure it is up-to-date and accurate, but it is not intended for end user use, and is expressed in a different format to the way you would customize the defaults via template variables.
+
+## I want to customize the defaults
+
+You will want to start [here](./guide.md).
+
+Each default has its own set of template variables, which are used to control the behavior of that default.  Those will be listed on the individual page for each default.
+
+## I want to know what's behind the defaults
+
+These are lists provided for reference to show what values will be in use if you do no customization.  **These do not 
+show how to customize the defaults.**
+
+Nothing here is a code example for end user use.  It all *looks* like code, since it is taken directly *from* the Kometa source code to ensure it is up-to-date and accurate, but it is not intended for end user use.
+
+If you want to customize these values, refer to [this](#i-want-to-customize-the-defaults).
+
+## <a id="collection_section"></a>Collections
+
+### Seasonal Collections
+
+The Seasonal collections are based on lists from a few different sources.
+
+If you are interested in seeing the lists that are used for the seasonal collections, you can find them here.
+
+These lists are provided for reference.
+
+If you want to customize these collections, refer to [this](#i-want-to-customize-the-defaults).
+
+??? example "Seasonal Collections; default section 000 (click to expand) <a class="headerlink" href="#seasonal" title="Permanent link">¶</a>"
+
+    <div id="seasonal" />
+
+    {%
+       include-markdown "./sources/movie/seasonal.md"
+    %}
+
+### Basic Collections
+
+The Basic collections are based on Smart Filters, not external lists.
+
+If you want to customize these collections, refer to [this](#i-want-to-customize-the-defaults).
+
+### AniList Collections
+
+The AniList collections use the [anilist builder](../files/builders/anilist.md) to create the collections.
+
+If you want to customize these collections, refer to [this](#i-want-to-customize-the-defaults).
+
+### IMDB Collections
+
+The IMDb collections use the [IMDb builder](../files/builders/imdb.md) to create the collections.
+
+If you want to customize these collections, refer to [this](#i-want-to-customize-the-defaults).
+
+### Letterboxd Collections
+
+The Letterboxd collections use the [Letterboxd builder](../files/builders/letterboxd.md) to create the collections.
+
+If you want to customize these collections, refer to [this](#i-want-to-customize-the-defaults).
+
+### MyAnimeList Collections
+
+The MyAnimeList collections use the [MyAnimeList builder](../files/builders/myanimelist.md) to create the collections.
+
+If you want to customize these collections, refer to [this](#i-want-to-customize-the-defaults).
+
+### Other Chart Collections
+
+The collections created here use a variety of sources.
+
+If you want to customize these collections, refer to [this](#i-want-to-customize-the-defaults).
+
+| Collection                          | Source                                                                                                                                  |
+|:------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------|
+| `AniDB Popular`                     | ['anidb_popular' builder](../files/builders/anidb.md)                                                                                   |
+| `Common Sense Selection`            | Sourced from mdblist:<br>`https://mdblist.com/lists/k0meta/cssfamiliesmovies` or<br>`https://mdblist.com/lists/k0meta/cssfamiliesshows` |
+| `StevenLu's Popular Movies`         | [`stevenlu_popular` builder](../files/builders/stevenlu.md)                                                                             |
+| `Top 10 Pirated Movies of the Week` | Sourced from mdblist:<br>`https://mdblist.com/lists/hdlists/top-ten-pirated-movies-of-the-week-torrent-freak-com/`                      |
+
+### Tautulli Collections
+
+The Tautulli collections use the [Tautulli builder](../files/builders/tautulli.md) to create the collections.
+
+If you want to customize these collections, refer to [this](#i-want-to-customize-the-defaults).
+
+### TMDB Collections
+
+The TMDB collections use the [TMDB builder](../files/builders/tmdb.md) to create the collections.
+
+If you want to customize these collections, refer to [this](#i-want-to-customize-the-defaults).
+
+### Trakt Collections
+
+The Trakt collections use the [Trakt builder](../files/builders/trakt.md) to create the collections.
+
+If you want to customize these collections, refer to [this](#i-want-to-customize-the-defaults).
+
+### Streaming Services Collections
+
+The Streaming Services collections use two builders to create the collections:
+
+If you are not using `originals_only`, the collections are created using [`tmdb_discover`](../files/builders/tmdb.md).
+
+If you are using `originals_only`, the collections are created using Kometa-maintained MDBLists.
+
+If you want to customize these collections, refer to [this](#i-want-to-customize-the-defaults).
+
+### Universes Collections
+
+The Universe collections are based on either Trakt lists or MDB lists.
+
+If you are interested in seeing the lists that are used for the universe collections, you can find them here.
+
+These lists are provided for reference.
+
+If you want to customize these collections, refer to [this](#i-want-to-customize-the-defaults).
+
+??? example "Universes; default section 040 (click to expand) <a class="headerlink" href="#universe" title="Permanent link">¶</a>"
+
+    <div id="universe" />
+
+    {%
+       include-markdown "./sources/both/universe.md"
+    %}
+
+### Network Collections
+
+The Network collections use the [dynamic collections](../files/dynamic.md) system with a default include list and some default addons to consolidate some of the networks.
+
+If you are interested in seeing the lists that are used for the network collections, you can find them here.
+
+These lists are provided for reference.
+
+If you want to customize these collections, refer to [this](#i-want-to-customize-the-defaults).
+
+??? example "Networks; default section 050 (click to expand) <a class="headerlink" href="#network" title="Permanent link">¶</a>"
+
+    <div id="network" />
+
+    {%
+       include-markdown "./sources/show/network.md"
+    %}
+
+### Genre Collections
+
+The Genre collections use the [dynamic collections](../files/dynamic.md) system based on the genres found in your library and some default addons to consolidate some of the genres.
+
+If you are interested in seeing the lists that are used for the genre collections, you can find them here.
+
+These lists are provided for reference.
+
+If you want to customize these collections, refer to [this](#i-want-to-customize-the-defaults).
+
+??? example "Genres; default section 060 (click to expand) <a class="headerlink" href="#genre" title="Permanent link">¶</a>"
+
+    <div id="genre" />
+
+    {%
+       include-markdown "./sources/both/genre.md"
+    %}
+
+### Studios Collections
+
+The Studio collections use the [dynamic collections](../files/dynamic.md) system with a default include list and some default addons to consolidate some of the studios.
+
+If you are interested in seeing the lists that are used for the studio collections, you can find them here.
+
+These lists are provided for reference.
+
+If you want to customize these collections, refer to [this](#i-want-to-customize-the-defaults).
+
+??? example "Studios; default section 070 (click to expand) <a class="headerlink" href="#studio" title="Permanent link">¶</a>"
+
+    <div id="studio" />
+
+    {%
+       include-markdown "./sources/both/studio.md"
+    %}
+
+### Countries Collections
+
+The Country collections use the [dynamic collections](../files/dynamic.md) system with a default include list and some default addons to consolidate some of the countries.
+
+If you are interested in seeing the lists that are used for the country collections, you can find them here.
+
+The countries are stored differently for shows and movies, so there are different lists for each library type.
+
+These lists are provided for reference.
+
+If you want to customize these collections, refer to [this](#i-want-to-customize-the-defaults).
+
+??? example "Countries; default section 080 (click to expand) <a class="headerlink" href="#country" title="Permanent link">¶</a>"
+
+    <div id="country" />
+
+    ??? example "Shows (click to expand) <a class="headerlink" href="#country-show" title="Permanent link">¶</a>"
+
+        <div id="country-show" />
+
+        {%
+          include-markdown "./sources/show/country.md"
+        %}
+
+    ??? example "Movies (click to expand) <a class="headerlink" href="#country-movie" title="Permanent link">¶</a>"
+
+        <div id="country-movie" />
+
+        {%
+          include-markdown "./sources/movie/country.md"
+        %}
+
+### Regions Collections
+
+The Region collections use the [dynamic collections](../files/dynamic.md) system with a default include list and some default addons to consolidate some of the regions.
+
+If you are interested in seeing the lists that are used for the region collections, you can find them here.
+
+The regions are stored differently for shows and movies, so there are different lists for each library type.
+
+These lists are provided for reference.
+
+If you want to customize these collections, refer to [this](#i-want-to-customize-the-defaults).
+
+??? example "Regions; default section 081 (click to expand) <a class="headerlink" href="#region" title="Permanent link">¶</a>"
+
+    <div id="region" />
+
+    ??? example "Shows (click to expand) <a class="headerlink" href="#region-show" title="Permanent link">¶</a>"
+
+        <div id="region-show" />
+
+        {%
+          include-markdown "./sources/show/region.md"
+        %}
+
+    ??? example "Movies (click to expand) <a class="headerlink" href="#region-movie" title="Permanent link">¶</a>"
+
+        <div id="region-movie" />
+
+        {%
+          include-markdown "./sources/movie/region.md"
+        %}
+
+### Continents Collections
+
+The Continents collections use the [dynamic collections](../files/dynamic.md) system with some default addons to consolidate the countries into continents.
+
+If you are interested in seeing the lists that are used for the continent collections, you can find them here.
+
+The countries are stored differently for shows and movies, so there are different lists for each library type.
+
+These lists are provided for reference.
+
+If you want to customize these collections, refer to [this](#i-want-to-customize-the-defaults).
+
+??? example "Continents; default section 082 (click to expand) <a class="headerlink" href="#continent" title="Permanent link">¶</a>"
+
+    <div id="continent" />
+
+    ??? example "Shows (click to expand) <a class="headerlink" href="#continent-show" title="Permanent link">¶</a>"
+
+        <div id="continent-show" />
+
+        {%
+          include-markdown "./sources/show/continent.md"
+        %}
+
+    ??? example "Movies (click to expand) <a class="headerlink" href="#continent-movie" title="Permanent link">¶</a>"
+
+        <div id="continent-movie" />
+
+        {%
+          include-markdown "./sources/movie/continent.md"
+        %}
+
+### Based On A ... Collections
+
+The Based On A ... collections  are created using Kometa-maintained MDBLists.
+
+If you want to customize these collections, refer to [this](#i-want-to-customize-the-defaults).
+
+### Audio Languages Collections
+
+The Audio Languages collections use smart filters based on a default list of target languages
+
+If you are interested in seeing the lists that are used for the audio language collections, you can find them here.
+
+These lists are provided for reference.
+
+If you want to customize these collections, refer to [this](#i-want-to-customize-the-defaults).
+
+??? example "Audio Language; default section 090 (click to expand) <a class="headerlink" href="#audio_language" title="Permanent link">¶</a>"
+
+    <div id="audio_language" />
+
+    {%
+       include-markdown "./sources/both/audio_language.md"
+    %}
+
+### Subtitle Languages Collections
+
+The Subtitle Languages collections use smart filters based on a default list of target languages
+
+If you are interested in seeing the lists that are used for the subtitle language collections, you can find them here.
+
+These lists are provided for reference.
+
+If you want to customize these collections, refer to [this](#i-want-to-customize-the-defaults).
+
+??? example "Subtitle Language; default section 095 (click to expand) <a class="headerlink" href="#subtitle_language" title="Permanent link">¶</a>"
+
+    <div id="subtitle_language" />
+
+    {%
+       include-markdown "./sources/both/subtitle_language.md"
+    %}
+
+### Decades Collections
+
+The Decades collections use the [dynamic collections](../files/dynamic.md) system based on the release dates of the items in your libraries.
+
+If you want to customize these collections, refer to [this](#i-want-to-customize-the-defaults).
+
+### Yearly Collections
+
+The Yearly collections use the [dynamic collections](../files/dynamic.md) system based on the release dates of the items in your libraries.
+
+If you want to customize these collections, refer to [this](#i-want-to-customize-the-defaults).
+
+### Content Ratings Collections
+
+The Content Rating collections all use the [dynamic collections](../files/dynamic.md) system based on the content ratings of the items in your libraries.  They each have a addons which combine all the ratings in your library into collections reflecting the desired system.
+
+For example, if you use the US Content Ratings collection, it will create collections for each of the US content ratings, and map any non-US content ratings in your library into one of the US content ratings.
+
+Content ratings for Movies and TV differ, so there are different lists for each library type.
+
+??? example "US Content Ratings; default section 110 (click to expand) <a class="headerlink" href="#content_rating_us" title="Permanent link">¶</a>"
+
+    <div id="content_rating_us" />
+
+    ??? example "Shows (click to expand) <a class="headerlink" href="#content_rating_us-show" title="Permanent link">¶</a>"
+
+        <div id="content_rating_us-show" />
+
+        {%
+          include-markdown "./sources/show/content_rating_us.md"
+        %}
+
+    ??? example "Movies (click to expand) <a class="headerlink" href="#content_rating_us-movie" title="Permanent link">¶</a>"
+
+        <div id="content_rating_us-movie" />
+
+        {%
+          include-markdown "./sources/movie/content_rating_us.md"
+        %}
+
+??? example "UK Content Ratings; default section 110 (click to expand) <a class="headerlink" href="#content_rating_uk" title="Permanent link">¶</a>"
+
+      <div id="content_rating_uk" />
+
+      {%
+        include-markdown "./sources/both/content_rating_uk.md"
+      %}
+
+??? example "German Content Ratings; default section 110 (click to expand) <a class="headerlink" href="#content_rating_de" title="Permanent link">¶</a>"
+
+    <div id="content_rating_de" />
+
+    {%
+       include-markdown "./sources/both/content_rating_de.md"
+    %}
+
+??? example "MyAnimeList Content Ratings; default section 110 (click to expand) <a class="headerlink" href="#content_rating_mal" title="Permanent link">¶</a>"
+
+    <div id="content_rating_mal" />
+
+    {%
+       include-markdown "./sources/both/content_rating_mal.md"
+    %}
+
+??? example "CommonSense Content Ratings; default section 110 (click to expand) <a class="headerlink" href="#content_rating_cs" title="Permanent link">¶</a>"
+
+    <div id="content_rating_cs" />
+
+    {%
+       include-markdown "./sources/both/content_rating_cs.md"
+    %}
+
+### Resolution Collections
+
+The Resolution collections use the [dynamic collections](../files/dynamic.md) system based on the resolution of the items in your libraries.
+
+They use a default list of resolutions to create the collections, and some default addons to group resolutions together.
+
+If you are interested in seeing the lists that are used for the universe collections, you can find them here.
+
+These lists are provided for reference.
+
+If you want to customize these collections, refer to [this](#i-want-to-customize-the-defaults).
+
+??? example "Resolution; default section 120 (click to expand) <a class="headerlink" href="#resolution" title="Permanent link">¶</a>"
+
+    <div id="resolution" />
+
+    {%
+       include-markdown "./sources/both/resolution.md"
+    %}
+
+### Aspect Ratios Collections
+
+The Aspect Ratio collections use Plex searches and filters based on a fixed list of aspect ratios.
+
+If you want to customize these collections, refer to [this](#i-want-to-customize-the-defaults).
+
+### Awards Collections
+
+All the Awards collections use the [IMDb Awards builder](../files/builders/imdb.md) to create the collections.
+
+If you want to customize these collections, refer to [this](#i-want-to-customize-the-defaults).
+
+### Actors/Directors/Producers/Writers Collections
+
+All the Awards collections use the [dynamic collections](../files/dynamic.md) system based on the Actors/Directors/Producers/Writers in your library.
+
+If you want to customize these collections, refer to [this](#i-want-to-customize-the-defaults).
+
+### Franchises Collections
+
+The Continents collections use the [dynamic collections](../files/dynamic.md) system with a default list of target franchises and some default addons to group shows and movies into those franchises.
+
+If you are interested in seeing the lists that are used for the franchise collections, you can find them here.
+
+The franchises are different for shows and movies, so there are different lists for each library type.
+
+These lists are provided for reference.
+
+If you want to customize these collections, refer to [this](#i-want-to-customize-the-defaults).
+
+??? example "Franchises; NO default section (click to expand) <a class="headerlink" href="#franchise" title="Permanent link">¶</a>"
+
+    <div id="franchise" />
+
+    ??? example "Shows (click to expand) <a class="headerlink" href="#franchise-show" title="Permanent link">¶</a>"
+
+        <div id="franchise-show" />
+
+        {%
+          include-markdown "./sources/show/franchise.md"
+        %}
+
+    ??? example "Movies (click to expand) <a class="headerlink" href="#franchise-movie" title="Permanent link">¶</a>"
+
+        <div id="franchise-movie" />
+
+        {%
+          include-markdown "./sources/movie/franchise.md"
+        %}
+
+### Collectionless Collections
+
+The Collectionless collections use the [`plex_collectionless` builder](../files/builders/plex.md) to create the collection.
+
+Collections and their items are excluded from this collection based on a name prefix or the collection name.
+
+If you are interested in seeing the default prefixes that are used for the collectionless collections, you can find them here.
+
+These lists are provided for reference.
+
+If you want to customize these collections, refer to [this](#i-want-to-customize-the-defaults).
+
+??? example "Collectionless; no default section (click to expand) <a class="headerlink" href="#collectionless" title="Permanent link">¶</a>"
+
+    <div id="collectionless" />
+
+    {%
+       include-markdown "./sources/both/collectionless.md"
+    %}
+
+## Overlays
+
+Most overlays are based on Plex searches and filters; they typically assume TRaSH naming conventions.
+
+### aspect Overlays
+
+[`plex_search` builder](../files/builders/plex.md) with filters on a limited set of aspect ratios.
+
+### audio_codec Overlays
+
+[`plex_all` builder](../files/builders/plex.md) with filters on both audio channel name and filepath.
+
+### Content Rating Overlays
+
+All Content Rating overlays are based on Plex searches; they all search for a set of content ratings and map them into a single content rating as requested.
+
+### direct_play Overlays
+
+[`plex_search` builder](../files/builders/plex.md) for 4K items.
+
+### episode_info Overlays
+
+Applies to every episode in the library.
+
+### language_count Overlays
+
+[`plex_search` builder](../files/builders/plex.md) for items with any number or <3 audio tracks.
+
+### languages Overlays
+
+[`plex_search` builder](../files/builders/plex.md) on either audio or subtitle tracks names.
+
+### mediastinger Overlays
+
+[`plex_all` builder](../files/builders/plex.md) with filters on `tmdb_keyword: aftercreditsstinger, duringcreditsstinger`
+
+### network Overlays
+
+[`plex_search` builder](../files/builders/plex.md) on network name.  The list of networks is not exposed for customization using template variables.
+
+### ratings Overlays
+
+[`plex_search` builder](../files/builders/plex.md) on ratings as set on items in Plex.
+
+### resolution Overlays
+
+[`plex_search` builder](../files/builders/plex.md) on resolutions and editions as set on items in Plex.
+
+### ribbon Overlays
+
+For the most part, based on the [IMDb Award builder](../files/builders/imdb.md). 
+
+### runtimes Overlays
+
+Applies to every item in the library.
+
+### status Overlays
+
+Applies to every show in the library; uses the [`tmdb_status` builder](../files/builders/tmdb.md).
+
+### streaming Overlays
+
+The Streaming Services overlays use two builders:
+
+If you are not using `originals_only`, the overlays are applied using [`tmdb_discover`](../files/builders/tmdb.md).
+
+If you are using `originals_only`, the overlays are applied using Kometa-maintained MDBLists.
+
+### studio Overlays
+
+[`plex_search` builder](../files/builders/plex.md) on studio name.  The list of studio is not exposed for customization using template variables.
+
+### versions Overlays
+
+[`plex_search` builder](../files/builders/plex.md) for duplicate items or episodes.
+
+### video_format Overlays
+
+[`plex_all` builder](../files/builders/plex.md) with filters on filepath.
+
+## Playlists
+
+The default playlists are based on Trakt lists.
+
+If you are interested in seeing the lists that are used for the default playlists, you can find them here.
+
+These lists are provided for reference.
+
+If you want to customize these collections, refer to [this](#i-want-to-customize-the-defaults).
+
+??? example "Playlists (click to expand) <a class="headerlink" href="#playlist" title="Permanent link">¶</a>"
+
+    <div id="playlist" />
+
+    {%
+       include-markdown "./sources/playlist.md"
+    %}
diff --git a/docs/defaults/sources/award/bafta.md b/docs/defaults/sources/award/bafta.md
new file mode 100644
index 000000000..25d01ae6d
--- /dev/null
+++ b/docs/defaults/sources/award/bafta.md
@@ -0,0 +1 @@
+# British Academy of Film and Television Arts Awards Collections
diff --git a/docs/defaults/sources/award/berlinale.md b/docs/defaults/sources/award/berlinale.md
new file mode 100644
index 000000000..79896b951
--- /dev/null
+++ b/docs/defaults/sources/award/berlinale.md
@@ -0,0 +1 @@
+# Berlin International Film Festival Awards Collections
diff --git a/docs/defaults/sources/award/cannes.md b/docs/defaults/sources/award/cannes.md
new file mode 100644
index 000000000..08661a9d4
--- /dev/null
+++ b/docs/defaults/sources/award/cannes.md
@@ -0,0 +1 @@
+# Cannes Awards Collections
diff --git a/docs/defaults/sources/award/cesar.md b/docs/defaults/sources/award/cesar.md
new file mode 100644
index 000000000..2c4114fa5
--- /dev/null
+++ b/docs/defaults/sources/award/cesar.md
@@ -0,0 +1 @@
+# César Awards Collections
diff --git a/docs/defaults/sources/award/choice.md b/docs/defaults/sources/award/choice.md
new file mode 100644
index 000000000..2aceafa1e
--- /dev/null
+++ b/docs/defaults/sources/award/choice.md
@@ -0,0 +1 @@
+# Critics Choice Awards Collections
diff --git a/docs/defaults/sources/award/emmy.md b/docs/defaults/sources/award/emmy.md
new file mode 100644
index 000000000..55e53783f
--- /dev/null
+++ b/docs/defaults/sources/award/emmy.md
@@ -0,0 +1 @@
+# Emmy Awards Collections
diff --git a/docs/defaults/sources/award/golden.md b/docs/defaults/sources/award/golden.md
new file mode 100644
index 000000000..0638ad5da
--- /dev/null
+++ b/docs/defaults/sources/award/golden.md
@@ -0,0 +1 @@
+# Golden Globes Awards Collections
diff --git a/docs/defaults/sources/award/nfr.md b/docs/defaults/sources/award/nfr.md
new file mode 100644
index 000000000..f4f271be0
--- /dev/null
+++ b/docs/defaults/sources/award/nfr.md
@@ -0,0 +1 @@
+# National Film Registry Collections
diff --git a/docs/defaults/sources/award/oscars.md b/docs/defaults/sources/award/oscars.md
new file mode 100644
index 000000000..78fb164b3
--- /dev/null
+++ b/docs/defaults/sources/award/oscars.md
@@ -0,0 +1 @@
+# Academy Awards (Oscars) Collections
diff --git a/docs/defaults/sources/award/pca.md b/docs/defaults/sources/award/pca.md
new file mode 100644
index 000000000..5dc31fe27
--- /dev/null
+++ b/docs/defaults/sources/award/pca.md
@@ -0,0 +1 @@
+# People's Choice Awards Collections
diff --git a/docs/defaults/sources/award/razzie.md b/docs/defaults/sources/award/razzie.md
new file mode 100644
index 000000000..5189324d2
--- /dev/null
+++ b/docs/defaults/sources/award/razzie.md
@@ -0,0 +1 @@
+# Razzie Awards Collections
diff --git a/docs/defaults/sources/award/sag.md b/docs/defaults/sources/award/sag.md
new file mode 100644
index 000000000..965beb558
--- /dev/null
+++ b/docs/defaults/sources/award/sag.md
@@ -0,0 +1 @@
+# Screen Actors Guild Awards Collections
diff --git a/docs/defaults/sources/award/separator.md b/docs/defaults/sources/award/separator.md
new file mode 100644
index 000000000..314a2a60c
--- /dev/null
+++ b/docs/defaults/sources/award/separator.md
@@ -0,0 +1 @@
+# Award Separator Collections
diff --git a/docs/defaults/sources/award/spirit.md b/docs/defaults/sources/award/spirit.md
new file mode 100644
index 000000000..5cf6a87c7
--- /dev/null
+++ b/docs/defaults/sources/award/spirit.md
@@ -0,0 +1 @@
+# Independent Spirit Awards Collections
diff --git a/docs/defaults/sources/award/sundance.md b/docs/defaults/sources/award/sundance.md
new file mode 100644
index 000000000..13fc3ff0a
--- /dev/null
+++ b/docs/defaults/sources/award/sundance.md
@@ -0,0 +1 @@
+# Sundance Film Festival Awards Collections
diff --git a/docs/defaults/sources/award/tiff.md b/docs/defaults/sources/award/tiff.md
new file mode 100644
index 000000000..57afaa999
--- /dev/null
+++ b/docs/defaults/sources/award/tiff.md
@@ -0,0 +1 @@
+# Toronto International Film Festival Awards Collections
diff --git a/docs/defaults/sources/award/venice.md b/docs/defaults/sources/award/venice.md
new file mode 100644
index 000000000..b82a2091e
--- /dev/null
+++ b/docs/defaults/sources/award/venice.md
@@ -0,0 +1 @@
+# Venice Film Festival Awards Collections
diff --git a/docs/defaults/sources/both/actor.md b/docs/defaults/sources/both/actor.md
new file mode 100644
index 000000000..c4f006de8
--- /dev/null
+++ b/docs/defaults/sources/both/actor.md
@@ -0,0 +1 @@
+# Actor Collections
diff --git a/docs/defaults/sources/both/aspect.md b/docs/defaults/sources/both/aspect.md
new file mode 100644
index 000000000..f3f2331c9
--- /dev/null
+++ b/docs/defaults/sources/both/aspect.md
@@ -0,0 +1 @@
+# Aspect Ratio Collections
diff --git a/docs/defaults/sources/both/audio_language.md b/docs/defaults/sources/both/audio_language.md
new file mode 100644
index 000000000..6a7bc7a19
--- /dev/null
+++ b/docs/defaults/sources/both/audio_language.md
@@ -0,0 +1,45 @@
+# Audio Language Collections
+
+These are lists provided for reference to show what values will be in use if you do no customization.  **These do not 
+show how to change a name or a list.**
+
+If you want to customize these values, use the methods described above.
+
+??? example "Default `include` (click to expand) <a class="headerlink" href="#include" title="Permanent link">¶</a>"
+
+    <div id="include" />
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    include: {%    
+      include-markdown "../../../../defaults/both/audio_language.yml" 
+      comments=false
+      preserve-includer-indent=false
+      start="include:"
+      end="key_name_override:"
+    %}
+    ```
+
+??? example "Default `key_name_override` (click to expand) <a class="headerlink" href="#key-name-override" title="Permanent link">¶</a>"
+
+    <div id="key-name-override" />
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    key_name_override: {%    
+      include-markdown "../../../../defaults/both/audio_language.yml" 
+      comments=false
+      preserve-includer-indent=false
+      start="key_name_override:"
+    %}
+    ```
diff --git a/docs/defaults/sources/both/based.md b/docs/defaults/sources/both/based.md
new file mode 100644
index 000000000..eb87f358e
--- /dev/null
+++ b/docs/defaults/sources/both/based.md
@@ -0,0 +1 @@
+# Based On... Collections
diff --git a/docs/defaults/sources/both/collectionless.md b/docs/defaults/sources/both/collectionless.md
new file mode 100644
index 000000000..0a82589ec
--- /dev/null
+++ b/docs/defaults/sources/both/collectionless.md
@@ -0,0 +1,27 @@
+# Collectionless Collection
+
+These are lists provided for reference to show what values will be in use if you do no customization.  **These do not 
+show how to change a name or a list.**
+
+If you want to customize these values, use the methods described above.
+
+??? example "Default `exclude_prefix` (click to expand) <a class="headerlink" href="#exclude-prefix" title="Permanent link">¶</a>"
+
+    <div id="exclude-prefix" />
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    {%    
+      include-markdown "../../../../defaults/both/collectionless.yml" 
+      comments=false
+      preserve-includer-indent=true
+      dedent=true
+      start="# check1"
+      end="# check2"
+    %}
+    ```
diff --git a/docs/defaults/sources/both/content_rating_au.md b/docs/defaults/sources/both/content_rating_au.md
new file mode 100644
index 000000000..75034f35f
--- /dev/null
+++ b/docs/defaults/sources/both/content_rating_au.md
@@ -0,0 +1,45 @@
+# AU Content Rating Collections
+
+These are lists provided for reference to show what values will be in use if you do no customization.  **These do not 
+show how to change a name or a list.**
+
+If you want to customize these values, use the methods described above.
+
+??? example "Default `include` (click to expand) <a class="headerlink" href="#include" title="Permanent link">¶</a>"
+
+    <div id="include" />
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    include: {%    
+      include-markdown "../../../../defaults/both/content_rating_au.yml" 
+      comments=false
+      preserve-includer-indent=false
+      start="include:"
+      end="addons:"
+    %}
+    ```
+
+??? example "Default `addons` (click to expand) <a class="headerlink" href="#addons" title="Permanent link">¶</a>"
+
+    <div id="addons" />
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    addons: {%    
+      include-markdown "../../../../defaults/both/content_rating_au.yml" 
+      comments=false
+      preserve-includer-indent=false
+      start="addons:"
+    %}
+    ```
diff --git a/docs/defaults/sources/both/content_rating_cs.md b/docs/defaults/sources/both/content_rating_cs.md
new file mode 100644
index 000000000..e16fb46ae
--- /dev/null
+++ b/docs/defaults/sources/both/content_rating_cs.md
@@ -0,0 +1,45 @@
+# Common Sense Media Content Rating Collections
+
+These are lists provided for reference to show what values will be in use if you do no customization.  **These do not 
+show how to change a name or a list.**
+
+If you want to customize these values, use the methods described above.
+
+??? example "Default `include` (click to expand) <a class="headerlink" href="#include" title="Permanent link">¶</a>"
+
+    <div id="include" />
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    include: {%    
+      include-markdown "../../../../defaults/both/content_rating_cs.yml" 
+      comments=false
+      preserve-includer-indent=false
+      start="include:"
+      end="addons:"
+    %}
+    ```
+
+??? example "Default `addons` (click to expand) <a class="headerlink" href="#addons" title="Permanent link">¶</a>"
+
+    <div id="addons" />
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    addons: {%    
+      include-markdown "../../../../defaults/both/content_rating_cs.yml" 
+      comments=false
+      preserve-includer-indent=false
+      start="addons:"
+    %}
+    ```
diff --git a/docs/defaults/sources/both/content_rating_de.md b/docs/defaults/sources/both/content_rating_de.md
new file mode 100644
index 000000000..de3974558
--- /dev/null
+++ b/docs/defaults/sources/both/content_rating_de.md
@@ -0,0 +1,45 @@
+# DE Content Rating Collections
+
+These are lists provided for reference to show what values will be in use if you do no customization.  **These do not 
+show how to change a name or a list.**
+
+If you want to customize these values, use the methods described above.
+
+??? example "Default `include` (click to expand) <a class="headerlink" href="#include" title="Permanent link">¶</a>"
+
+    <div id="include" />
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    include: {%    
+      include-markdown "../../../../defaults/both/content_rating_de.yml" 
+      comments=false
+      preserve-includer-indent=false
+      start="include:"
+      end="addons:"
+    %}
+    ```
+
+??? example "Default `addons` (click to expand) <a class="headerlink" href="#addons" title="Permanent link">¶</a>"
+
+    <div id="addons" />
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    addons: {%    
+      include-markdown "../../../../defaults/both/content_rating_de.yml" 
+      comments=false
+      preserve-includer-indent=false
+      start="addons:"
+    %}
+    ```
diff --git a/docs/defaults/sources/both/content_rating_mal.md b/docs/defaults/sources/both/content_rating_mal.md
new file mode 100644
index 000000000..01089b459
--- /dev/null
+++ b/docs/defaults/sources/both/content_rating_mal.md
@@ -0,0 +1,45 @@
+# MAL Content Rating Collections
+
+These are lists provided for reference to show what values will be in use if you do no customization.  **These do not 
+show how to change a name or a list.**
+
+If you want to customize these values, use the methods described above.
+
+??? example "Default `include` (click to expand) <a class="headerlink" href="#include" title="Permanent link">¶</a>"
+
+    <div id="include" />
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    include: {%    
+      include-markdown "../../../../defaults/both/content_rating_mal.yml" 
+      comments=false
+      preserve-includer-indent=false
+      start="include:"
+      end="addons:"
+    %}
+    ```
+
+??? example "Default `addons` (click to expand) <a class="headerlink" href="#addons" title="Permanent link">¶</a>"
+
+    <div id="addons" />
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    addons: {%    
+      include-markdown "../../../../defaults/both/content_rating_mal.yml" 
+      comments=false
+      preserve-includer-indent=false
+      start="addons:"
+    %}
+    ```
diff --git a/docs/defaults/sources/both/content_rating_nz.md b/docs/defaults/sources/both/content_rating_nz.md
new file mode 100644
index 000000000..d1523f12e
--- /dev/null
+++ b/docs/defaults/sources/both/content_rating_nz.md
@@ -0,0 +1,45 @@
+# NZ Content Rating Collections
+
+These are lists provided for reference to show what values will be in use if you do no customization.  **These do not 
+show how to change a name or a list.**
+
+If you want to customize these values, use the methods described above.
+
+??? example "Default `include` (click to expand) <a class="headerlink" href="#include" title="Permanent link">¶</a>"
+
+    <div id="include" />
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    include: {%    
+      include-markdown "../../../../defaults/both/content_rating_nz.yml" 
+      comments=false
+      preserve-includer-indent=false
+      start="include:"
+      end="addons:"
+    %}
+    ```
+
+??? example "Default `addons` (click to expand) <a class="headerlink" href="#addons" title="Permanent link">¶</a>"
+
+    <div id="addons" />
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    addons: {%    
+      include-markdown "../../../../defaults/both/content_rating_nz.yml" 
+      comments=false
+      preserve-includer-indent=false
+      start="addons:"
+    %}
+    ```
diff --git a/docs/defaults/sources/both/content_rating_uk.md b/docs/defaults/sources/both/content_rating_uk.md
new file mode 100644
index 000000000..34a6892ba
--- /dev/null
+++ b/docs/defaults/sources/both/content_rating_uk.md
@@ -0,0 +1,45 @@
+# UK Content Rating Collections
+
+These are lists provided for reference to show what values will be in use if you do no customization.  **These do not 
+show how to change a name or a list.**
+
+If you want to customize these values, use the methods described above.
+
+??? example "Default `include` (click to expand) <a class="headerlink" href="#include" title="Permanent link">¶</a>"
+
+    <div id="include" />
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    include: {%    
+      include-markdown "../../../../defaults/both/content_rating_uk.yml" 
+      comments=false
+      preserve-includer-indent=false
+      start="include:"
+      end="addons:"
+    %}
+    ```
+
+??? example "Default `addons` (click to expand) <a class="headerlink" href="#addons" title="Permanent link">¶</a>"
+
+    <div id="addons" />
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    addons: {%    
+      include-markdown "../../../../defaults/both/content_rating_uk.yml" 
+      comments=false
+      preserve-includer-indent=false
+      start="addons:"
+    %}
+    ```
diff --git a/docs/defaults/sources/both/genre.md b/docs/defaults/sources/both/genre.md
new file mode 100644
index 000000000..61d3e0f3a
--- /dev/null
+++ b/docs/defaults/sources/both/genre.md
@@ -0,0 +1,25 @@
+# Genre Collections
+
+These are lists provided for reference to show what values will be in use if you do no customization.  **These do not 
+show how to change a name or a list.**
+
+If you want to customize these values, use the methods described above.
+
+??? example "Default `addons` (click to expand) <a class="headerlink" href="#addons" title="Permanent link">¶</a>"
+
+    <div id="addons" />
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    addons: {%    
+      include-markdown "../../../../defaults/both/genre.yml" 
+      comments=false
+      preserve-includer-indent=false
+      start="addons:"
+    %}
+    ```
diff --git a/docs/defaults/sources/both/resolution.md b/docs/defaults/sources/both/resolution.md
new file mode 100644
index 000000000..88f0fb569
--- /dev/null
+++ b/docs/defaults/sources/both/resolution.md
@@ -0,0 +1,39 @@
+# Resolution Collections
+
+These are lists provided for reference to show what values will be in use if you do no customization.  **These do not 
+show how to change a name or a list.**
+
+If you want to customize these values, use the methods described above.
+
+??? example "Default `include` (click to expand) <a class="headerlink" href="#include" title="Permanent link">¶</a>"
+
+    <div id="include" />
+
+    ```yaml
+    include: {%    
+      include-markdown "../../../../defaults/both/resolution.yml" 
+      comments=false
+      preserve-includer-indent=false
+      start="include:"
+      end="addons:"
+    %}
+    ```
+
+??? example "Default `addons` (click to expand) <a class="headerlink" href="#addons" title="Permanent link">¶</a>"
+
+    <div id="addons" />
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    addons: {%    
+      include-markdown "../../../../defaults/both/resolution.yml" 
+      comments=false
+      preserve-includer-indent=false
+      start="addons:"
+    %}
+    ```
diff --git a/docs/defaults/sources/both/streaming.md b/docs/defaults/sources/both/streaming.md
new file mode 100644
index 000000000..27d2545bf
--- /dev/null
+++ b/docs/defaults/sources/both/streaming.md
@@ -0,0 +1 @@
+# Streaming Collections
diff --git a/docs/defaults/sources/both/studio.md b/docs/defaults/sources/both/studio.md
new file mode 100644
index 000000000..b26cad470
--- /dev/null
+++ b/docs/defaults/sources/both/studio.md
@@ -0,0 +1,45 @@
+# Studio Collections
+
+These are lists provided for reference to show what values will be in use if you do no customization.  **These do not 
+show how to change a name or a list.**
+
+If you want to customize these values, use the methods described above.
+
+??? example "Default `include` (click to expand) <a class="headerlink" href="#include" title="Permanent link">¶</a>"
+
+    <div id="include" />
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    include: {%    
+      include-markdown "../../../../defaults/both/studio.yml" 
+      comments=false
+      preserve-includer-indent=false
+      start="include:"
+      end="addons:"
+    %}
+    ```
+
+??? example "Default `addons` (click to expand) <a class="headerlink" href="#addons" title="Permanent link">¶</a>"
+
+    <div id="addons" />
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    addons: {%    
+      include-markdown "../../../../defaults/both/studio.yml" 
+      comments=false
+      preserve-includer-indent=false
+      start="addons:"
+    %}
+    ```
diff --git a/docs/defaults/sources/both/subtitle_language.md b/docs/defaults/sources/both/subtitle_language.md
new file mode 100644
index 000000000..3ab958e44
--- /dev/null
+++ b/docs/defaults/sources/both/subtitle_language.md
@@ -0,0 +1,45 @@
+# Subtitle Language Collections
+
+These are lists provided for reference to show what values will be in use if you do no customization.  **These do not 
+show how to change a name or a list.**
+
+If you want to customize these values, use the methods described above.
+
+??? example "Default `include` (click to expand) <a class="headerlink" href="#include" title="Permanent link">¶</a>"
+
+    <div id="include" />
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    include: {%    
+      include-markdown "../../../../defaults/both/subtitle_language.yml" 
+      comments=false
+      preserve-includer-indent=false
+      start="include:"
+      end="key_name_override:"
+    %}
+    ```
+
+??? example "Default `key_name_override` (click to expand) <a class="headerlink" href="#key-name-override" title="Permanent link">¶</a>"
+
+    <div id="key-name-override" />
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    key_name_override: {%    
+      include-markdown "../../../../defaults/both/subtitle_language.yml" 
+      comments=false
+      preserve-includer-indent=false
+      start="key_name_override:"
+    %}
+    ```
diff --git a/docs/defaults/sources/both/universe.md b/docs/defaults/sources/both/universe.md
new file mode 100644
index 000000000..b0ea8b9f5
--- /dev/null
+++ b/docs/defaults/sources/both/universe.md
@@ -0,0 +1,68 @@
+# Universe Collections
+
+These are lists provided for reference to show what values will be in use if you do no customization.  **These do not 
+show how to change a name or a list.**
+
+If you want to customize these values, use the methods described above.
+
+??? example "Default `data` (click to expand) <a class="headerlink" href="#data" title="Permanent link">¶</a>"
+
+    <div id="data" />
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    data: {%    
+      include-markdown "../../../../defaults/both/universe.yml" 
+      comments=false
+      preserve-includer-indent=false
+      start="data:"
+      end="template:"
+    %}
+    ```
+
+??? example "Default Template Variable`trakt_url` (click to expand) <a class="headerlink" href="#trakt-url" title="Permanent link">¶</a>"
+
+    <div id="trakt-url" />
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    {%    
+      include-markdown "../../../../defaults/both/universe.yml" 
+      comments=false
+      preserve-includer-indent=true
+      dedent=true
+      start="# check1"
+      end="# check2"
+    %}
+    ```
+
+??? example "Default Template Variable`mdblist_url` (click to expand) <a class="headerlink" href="#mdblist-url" title="Permanent link">¶</a>"
+
+    <div id="mdblist-url" />
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    {%    
+      include-markdown "../../../../defaults/both/universe.yml" 
+      comments=false
+      preserve-includer-indent=true
+      dedent=true
+      start="# check2"
+      end="# check3"
+    %}
+    ```
diff --git a/docs/defaults/sources/both/year.md b/docs/defaults/sources/both/year.md
new file mode 100644
index 000000000..9d2b68153
--- /dev/null
+++ b/docs/defaults/sources/both/year.md
@@ -0,0 +1 @@
+# Year Collections
diff --git a/docs/defaults/sources/chart/anilist.md b/docs/defaults/sources/chart/anilist.md
new file mode 100644
index 000000000..a79bd4f47
--- /dev/null
+++ b/docs/defaults/sources/chart/anilist.md
@@ -0,0 +1 @@
+# Anilist Charts Collections
diff --git a/docs/defaults/sources/chart/basic.md b/docs/defaults/sources/chart/basic.md
new file mode 100644
index 000000000..22500425e
--- /dev/null
+++ b/docs/defaults/sources/chart/basic.md
@@ -0,0 +1 @@
+# Basic Charts Collections
diff --git a/docs/defaults/sources/chart/imdb.md b/docs/defaults/sources/chart/imdb.md
new file mode 100644
index 000000000..0a39174f9
--- /dev/null
+++ b/docs/defaults/sources/chart/imdb.md
@@ -0,0 +1 @@
+# IMDb Charts Collections
diff --git a/docs/defaults/sources/chart/letterboxd.md b/docs/defaults/sources/chart/letterboxd.md
new file mode 100644
index 000000000..8a94198f2
--- /dev/null
+++ b/docs/defaults/sources/chart/letterboxd.md
@@ -0,0 +1 @@
+# Letterboxd Charts Collections
diff --git a/docs/defaults/sources/chart/myanimelist.md b/docs/defaults/sources/chart/myanimelist.md
new file mode 100644
index 000000000..f912e3dbe
--- /dev/null
+++ b/docs/defaults/sources/chart/myanimelist.md
@@ -0,0 +1 @@
+# MyAnimeList Charts Collections
diff --git a/docs/defaults/sources/chart/other.md b/docs/defaults/sources/chart/other.md
new file mode 100644
index 000000000..dc4d37c3b
--- /dev/null
+++ b/docs/defaults/sources/chart/other.md
@@ -0,0 +1 @@
+# Other Charts Collections
diff --git a/docs/defaults/sources/chart/separator.md b/docs/defaults/sources/chart/separator.md
new file mode 100644
index 000000000..303a23a84
--- /dev/null
+++ b/docs/defaults/sources/chart/separator.md
@@ -0,0 +1 @@
+# Chart Separator Collections
diff --git a/docs/defaults/sources/chart/tautulli.md b/docs/defaults/sources/chart/tautulli.md
new file mode 100644
index 000000000..b9ab0d14d
--- /dev/null
+++ b/docs/defaults/sources/chart/tautulli.md
@@ -0,0 +1 @@
+# Tautulli Charts Collections
diff --git a/docs/defaults/sources/chart/tmdb.md b/docs/defaults/sources/chart/tmdb.md
new file mode 100644
index 000000000..db2e90a6d
--- /dev/null
+++ b/docs/defaults/sources/chart/tmdb.md
@@ -0,0 +1 @@
+# TMDb Charts Collections
diff --git a/docs/defaults/sources/chart/trakt.md b/docs/defaults/sources/chart/trakt.md
new file mode 100644
index 000000000..cb9ac3d23
--- /dev/null
+++ b/docs/defaults/sources/chart/trakt.md
@@ -0,0 +1 @@
+# Trakt Charts Collections
diff --git a/docs/defaults/sources/movie/content_rating_us.md b/docs/defaults/sources/movie/content_rating_us.md
new file mode 100644
index 000000000..e11150699
--- /dev/null
+++ b/docs/defaults/sources/movie/content_rating_us.md
@@ -0,0 +1,45 @@
+# US Content Rating Collections
+
+These are lists provided for reference to show what values will be in use if you do no customization.  **These do not 
+show how to change a name or a list.**
+
+If you want to customize these values, use the methods described above.
+
+??? example "Default `include` (click to expand) <a class="headerlink" href="#include" title="Permanent link">¶</a>"
+
+    <div id="include" />
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    include: {%    
+      include-markdown "../../../../defaults/movie/content_rating_us.yml" 
+      comments=false
+      preserve-includer-indent=false
+      start="include:"
+      end="addons:"
+    %}
+    ```
+
+??? example "Default `addons` (click to expand) <a class="headerlink" href="#addons" title="Permanent link">¶</a>"
+
+    <div id="addons" />
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    addons: {%    
+      include-markdown "../../../../defaults/movie/content_rating_us.yml" 
+      comments=false
+      preserve-includer-indent=false
+      start="addons:"
+    %}
+    ```
diff --git a/docs/defaults/sources/movie/continent.md b/docs/defaults/sources/movie/continent.md
new file mode 100644
index 000000000..0bab14df0
--- /dev/null
+++ b/docs/defaults/sources/movie/continent.md
@@ -0,0 +1,45 @@
+# Continent Collections
+
+These are lists provided for reference to show what values will be in use if you do no customization.  **These do not 
+show how to change a name or a list.**
+
+If you want to customize these values, use the methods described above.
+
+??? example "Default `include` (click to expand) <a class="headerlink" href="#include" title="Permanent link">¶</a>"
+
+    <div id="include" />
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    include: {%    
+      include-markdown "../../../../defaults/movie/continent.yml" 
+      comments=false
+      preserve-includer-indent=false
+      start="include:"
+      end="addons:"
+    %}
+    ```
+
+??? example "Default `addons` (click to expand) <a class="headerlink" href="#addons" title="Permanent link">¶</a>"
+
+    <div id="addons" />
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    addons: {%    
+      include-markdown "../../../../defaults/movie/continent.yml" 
+      comments=false
+      preserve-includer-indent=false
+      start="addons:"
+    %}
+    ```
diff --git a/docs/defaults/sources/movie/country.md b/docs/defaults/sources/movie/country.md
new file mode 100644
index 000000000..94915a8ce
--- /dev/null
+++ b/docs/defaults/sources/movie/country.md
@@ -0,0 +1,45 @@
+# Country Collections
+
+These are lists provided for reference to show what values will be in use if you do no customization.  **These do not 
+show how to change a name or a list.**
+
+If you want to customize these values, use the methods described above.
+
+??? example "Default `include` (click to expand) <a class="headerlink" href="#include" title="Permanent link">¶</a>"
+
+    <div id="include" />
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    include: {%    
+      include-markdown "../../../../defaults/movie/country.yml" 
+      comments=false
+      preserve-includer-indent=false
+      start="include:"
+      end="addons:"
+    %}
+    ```
+
+??? example "Default `addons` (click to expand) <a class="headerlink" href="#addons" title="Permanent link">¶</a>"
+
+    <div id="addons" />
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    addons: {%    
+      include-markdown "../../../../defaults/movie/country.yml" 
+      comments=false
+      preserve-includer-indent=false
+      start="addons:"
+    %}
+    ```
diff --git a/docs/defaults/sources/movie/decade.md b/docs/defaults/sources/movie/decade.md
new file mode 100644
index 000000000..11001f710
--- /dev/null
+++ b/docs/defaults/sources/movie/decade.md
@@ -0,0 +1 @@
+# Decade Collections
diff --git a/docs/defaults/sources/movie/director.md b/docs/defaults/sources/movie/director.md
new file mode 100644
index 000000000..109e99e7d
--- /dev/null
+++ b/docs/defaults/sources/movie/director.md
@@ -0,0 +1 @@
+# Director Collections
diff --git a/docs/defaults/sources/movie/franchise.md b/docs/defaults/sources/movie/franchise.md
new file mode 100644
index 000000000..a1782a7ed
--- /dev/null
+++ b/docs/defaults/sources/movie/franchise.md
@@ -0,0 +1,109 @@
+# Franchise Collections
+
+These are lists provided for reference to show what values will be in use if you do no customization.  **These do not 
+show how to change a name or a list.**
+
+If you want to customize these values, use the methods described above.
+
+??? example "Default `addons` (click to expand) <a class="headerlink" href="#addons" title="Permanent link">¶</a>"
+
+    <div id="addons" />
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    addons: {%    
+      include-markdown "../../../../defaults/movie/franchise.yml" 
+      comments=false
+      preserve-includer-indent=false
+      start="addons:"
+      end="title_override:"
+    %}
+    ```
+
+??? example "Default `title_override` (click to expand) <a class="headerlink" href="#title-override" title="Permanent link">¶</a>"
+
+    <div id="title-override" />
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    title_override: {%    
+      include-markdown "../../../../defaults/movie/franchise.yml" 
+      comments=false
+      preserve-includer-indent=false
+      start="title_override:"
+      end="template_variables:"
+    %}
+    ```
+
+??? example "Default Template Variable `movie` (click to expand) <a class="headerlink" href="#movie" title="Permanent link">¶</a>"
+
+    <div id="movie" />
+
+    ???+ tip 
+
+        Pass `movie_<<key>>` to the file as template variables to change this value per collection. 
+
+        ```yaml
+          - default: franchise
+            template_variables:
+              movie_131292:
+                - 1234
+                - 5678
+        ```
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    {%    
+      include-markdown "../../../../defaults/movie/franchise.yml" 
+      comments=false
+      preserve-includer-indent=true
+      dedent=true
+      start="# check1"
+      end="# check2"
+    %}
+    ```
+
+??? example "Default Template Variable `name_mapping` (click to expand) <a class="headerlink" href="#name-mapping" title="Permanent link">¶</a>"
+
+    <div id="name-mapping" />
+    
+    ???+ tip 
+    
+        Pass `name_mapping_<<key>>` to the file as template variables to change this value per collection. 
+    
+        ```yaml
+          - default: franchise
+            template_variables:
+              name_mapping_131292: "Iron Man Stuff"
+        ```
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    {%    
+      include-markdown "../../../../defaults/movie/franchise.yml" 
+      comments=false
+      preserve-includer-indent=true
+      dedent=true
+      start="# check2"
+    %}
+    ```
diff --git a/docs/defaults/sources/movie/producer.md b/docs/defaults/sources/movie/producer.md
new file mode 100644
index 000000000..7836f502f
--- /dev/null
+++ b/docs/defaults/sources/movie/producer.md
@@ -0,0 +1 @@
+# Producer Collections
diff --git a/docs/defaults/sources/movie/region.md b/docs/defaults/sources/movie/region.md
new file mode 100644
index 000000000..af4495c57
--- /dev/null
+++ b/docs/defaults/sources/movie/region.md
@@ -0,0 +1,45 @@
+# Region Collections
+
+These are lists provided for reference to show what values will be in use if you do no customization.  **These do not 
+show how to change a name or a list.**
+
+If you want to customize these values, use the methods described above.
+
+??? example "Default `include` (click to expand) <a class="headerlink" href="#include" title="Permanent link">¶</a>"
+
+    <div id="include" />
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    include: {%    
+      include-markdown "../../../../defaults/movie/region.yml" 
+      comments=false
+      preserve-includer-indent=false
+      start="include:"
+      end="addons:"
+    %}
+    ```
+
+??? example "Default `addons` (click to expand) <a class="headerlink" href="#addons" title="Permanent link">¶</a>"
+
+    <div id="addons" />
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    addons: {%    
+      include-markdown "../../../../defaults/movie/region.yml" 
+      comments=false
+      preserve-includer-indent=false
+      start="addons:"
+    %}
+    ```
diff --git a/docs/defaults/sources/movie/seasonal.md b/docs/defaults/sources/movie/seasonal.md
new file mode 100644
index 000000000..a9c14e57a
--- /dev/null
+++ b/docs/defaults/sources/movie/seasonal.md
@@ -0,0 +1,247 @@
+# Seasonal Collections
+
+??? example "Default `data` (click to expand) <a class="headerlink" href="#data" title="Permanent link">¶</a>"
+
+    <div id="data" />
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    data: {%    
+      include-markdown "../../../../defaults/movie/seasonal.yml" 
+      comments=false
+      preserve-includer-indent=false
+      start="data:"
+      end="title_format:"
+    %}
+    ```
+
+??? example "Default Template Variable `emoji` (click to expand) <a class="headerlink" href="#emoji" title="Permanent link">¶</a>"
+
+    <div id="emoji" />
+    
+    ???+ tip 
+    
+        Pass `emoji_<<key>>` to the file as template variables to change this value per collection.
+
+        ```yaml
+          - default: seasonal
+            template_variables:
+              emoji_easter: "🥚 "
+        ```
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    {%    
+      include-markdown "../../../../defaults/movie/seasonal.yml" 
+      comments=false
+      preserve-includer-indent=true
+      dedent=true
+      start="# check1"
+      end="# check2"
+    %}
+    ```
+
+??? example "Default Template Variable `schedule` (click to expand) <a class="headerlink" href="#schedule" title="Permanent link">¶</a>"
+
+    <div id="schedule" />
+    
+    ???+ tip 
+    
+        Pass `schedule_<<key>>` to the file as template variables to change this value per collection.
+
+        ```yaml
+          - default: seasonal
+            template_variables:
+              schedule_valentine: range(02/10-02/15)
+        ```
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    {%    
+      include-markdown "../../../../defaults/movie/seasonal.yml" 
+      comments=false
+      preserve-includer-indent=true
+      dedent=true
+      start="# check2"
+      end="# check4"
+    %}
+    ```
+
+??? example "Default Template Variable `imdb_search` (click to expand) <a class="headerlink" href="#imdb-search" title="Permanent link">¶</a>"
+
+    <div id="imdb-search" />
+    
+    ???+ tip 
+    
+        Pass `imdb_search_<<key>>` to the file as template variables to change this value per collection.
+
+        ```yaml
+          - default: seasonal
+            template_variables:
+              imdb_search_easter: 
+                list.any:
+                  - ls075298827
+                  - ls000099714
+        ```
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    {%    
+      include-markdown "../../../../defaults/movie/seasonal.yml" 
+      comments=false
+      preserve-includer-indent=true
+      dedent=true
+      start="# check4"
+      end="# check5"
+    %}
+    ```
+
+??? example "Default Template Variable `tmdb_collection` (click to expand) <a class="headerlink" href="#tmdb-collection" title="Permanent link">¶</a>"
+
+    <div id="tmdb-collection" />
+    
+    ???+ tip 
+    
+        Pass `tmdb_collection_<<key>>` to the file as template variables to change this value per collection.
+
+        ```yaml
+          - default: seasonal
+            template_variables:
+              tmdb_collection_years: 
+                - 1234
+                - 5678
+        ```
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    {%    
+      include-markdown "../../../../defaults/movie/seasonal.yml" 
+      comments=false
+      preserve-includer-indent=true
+      dedent=true
+      start="# check5"
+      end="# check6"
+    %}
+    ```
+
+??? example "Default Template Variable `tmdb_movie` (click to expand) <a class="headerlink" href="#tmdb-movie" title="Permanent link">¶</a>"
+
+    <div id="tmdb-movie" />
+    
+    ???+ tip 
+    
+        Pass `tmdb_movie_<<key>>` to the file as template variables to change this value per collection.
+
+        ```yaml
+          - default: seasonal
+            template_variables:
+              tmdb_movie_valentine: 
+                - 4321
+                - 8765
+        ```
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    {%    
+      include-markdown "../../../../defaults/movie/seasonal.yml" 
+      comments=false
+      preserve-includer-indent=true
+      dedent=true
+      start="# check6"
+      end="# check7"
+    %}
+    ```
+
+??? example "Default Template Variable `mdblist_list` (click to expand) <a class="headerlink" href="#mdblist-list" title="Permanent link">¶</a>"
+
+    <div id="mdblist-list" />
+    
+    ???+ tip 
+    
+        Pass `mdblist_list_<<key>>` to the file as template variables to change this value per collection.
+
+        ```yaml
+          - default: seasonal
+            template_variables:
+              mdblist_list_memorial: https://mdblist.com/lists/rizreflects/world-war-related-movies 
+        ```
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    {%    
+      include-markdown "../../../../defaults/movie/seasonal.yml" 
+      comments=false
+      preserve-includer-indent=true
+      dedent=true
+      start="# check7"
+      end="# check8"
+    %}
+    ```
+
+??? example "Default Template Variable `trakt_list` (click to expand) <a class="headerlink" href="#trakt-list" title="Permanent link">¶</a>"
+
+    <div id="trakt-list" />
+    
+    ???+ tip 
+    
+        Pass `trakt_list_<<key>>` to the file as template variables to change this value per collection.
+
+        ```yaml
+          - default: seasonal
+            template_variables:
+              trakt_list_mother:  
+                - https://trakt.tv/users/robertsnorlax/lists/arizona-westerns
+                - https://trakt.tv/users/pullsa/lists/the-96th-academy-awards-oscars-2024
+        ```
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    {%    
+      include-markdown "../../../../defaults/movie/seasonal.yml" 
+      comments=false
+      preserve-includer-indent=true
+      dedent=true
+      start="# check8"
+      end="# check9"
+    %}
+    ```
diff --git a/docs/defaults/sources/movie/writer.md b/docs/defaults/sources/movie/writer.md
new file mode 100644
index 000000000..69245627f
--- /dev/null
+++ b/docs/defaults/sources/movie/writer.md
@@ -0,0 +1 @@
+# Writer Collections
diff --git a/docs/defaults/sources/playlist.md b/docs/defaults/sources/playlist.md
new file mode 100644
index 000000000..490be6d25
--- /dev/null
+++ b/docs/defaults/sources/playlist.md
@@ -0,0 +1,31 @@
+# Playlists
+
+These are lists provided for reference to show what values will be in use if you do no customization.  **These do not 
+show how to change a name or a list.**
+
+If you want to customize these values, use the methods described above.
+
+??? example "Default Template Variable `trakt_list` (click to expand) <a class="headerlink" href="#trakt-list" title="Permanent link">¶</a>"
+
+    <div id="trakt-list" />
+
+    ???+ tip 
+    
+        Pass `trakt_list_<<key>>` to the file as template variables to change this value per playlist.
+
+        ```yaml
+          - default: playlists
+            template_variables:
+              trakt_list_startrek: https://trakt.tv/users/username/lists/startrek
+        ```
+
+    ```yaml
+    {%
+      include-markdown "../../../defaults/playlist.yml" 
+      comments=false
+      preserve-includer-indent=true
+      dedent=true
+      start="conditions:"
+      end="default:"
+    %}
+    ```
diff --git a/docs/defaults/sources/show/content_rating_us.md b/docs/defaults/sources/show/content_rating_us.md
new file mode 100644
index 000000000..25dbb814f
--- /dev/null
+++ b/docs/defaults/sources/show/content_rating_us.md
@@ -0,0 +1,45 @@
+# US Content Rating Collections
+
+These are lists provided for reference to show what values will be in use if you do no customization.  **These do not 
+show how to change a name or a list.**
+
+If you want to customize these values, use the methods described above.
+
+??? example "Default `include` (click to expand) <a class="headerlink" href="#include" title="Permanent link">¶</a>"
+
+    <div id="include" />
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    include: {%    
+      include-markdown "../../../../defaults/show/content_rating_us.yml" 
+      comments=false
+      preserve-includer-indent=false
+      start="include:"
+      end="addons:"
+    %}
+    ```
+
+??? example "Default `addons` (click to expand) <a class="headerlink" href="#addons" title="Permanent link">¶</a>"
+
+    <div id="addons" />
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    addons: {%    
+      include-markdown "../../../../defaults/show/content_rating_us.yml" 
+      comments=false
+      preserve-includer-indent=false
+      start="addons:"
+    %}
+    ```
diff --git a/docs/defaults/sources/show/content_rating_us.yml b/docs/defaults/sources/show/content_rating_us.yml
new file mode 100644
index 000000000..968581ca6
--- /dev/null
+++ b/docs/defaults/sources/show/content_rating_us.yml
@@ -0,0 +1,123 @@
+##############################################################################
+#                       US Content Rating Collections                        #
+#                 Created by Yozora, Bullmoose20, & Sohjiro                  #
+#          EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL           #
+#       https://kometa.wiki/en/latest/defaults/both/content_rating_us        #
+##############################################################################
+
+external_templates:
+  default: templates
+  template_variables:
+    collection_section: "110"
+
+collections:
+  Ratings Collections:
+    template:
+      - name: separator
+        separator: content_rating
+        key_name: Ratings
+        translation_key: separator
+
+dynamic_collections:
+  US Show Content Rating:
+    type: content_rating
+    title_format: <<key_name>> <<library_typeU>>s
+    other_name: Not Rated <<library_typeU>>s
+    template:
+      - smart_filter
+      - shared
+    other_template:
+      - other_collection
+      - smart_filter
+      - shared
+    template_variables:
+      search_term:
+        default: content_rating
+      image:
+        default: content_rating/us/<<key_name>>
+        other: content_rating/us/NR
+      translation_key:
+        default: content_rating
+        other: content_rating_other
+      dynamic:
+        default: true
+    include:
+      - TV-G
+      - TV-Y
+      - TV-PG
+      - TV-14
+      - TV-MA
+    addons:
+      TV-G: 
+        - gb/U
+        - gb/0+
+        - U
+        - G
+        - 1
+        - 2
+        - 3
+        - 4
+        - 5
+        - 6
+        - "01"
+        - "02"
+        - "03"
+        - "04"
+        - "05"
+        - "06"
+        - G - All Ages
+        - A
+        - no/A
+      TV-Y:
+        - TV-Y7
+        - TV-Y7-FV
+        - 7
+        - 8
+        - 9
+        - "07"
+        - "08"
+        - "09"
+        - no/5
+        - no/05
+        - no/6
+        - no/06
+        - no/7
+        - no/07
+      TV-PG:
+        - gb/PG
+        - gb/9+
+        - 10
+        - 11
+        - 12
+        - 13
+        - PG - Children
+        - no/9
+        - no/09
+        - no/10
+        - no/11
+        - no/12
+      TV-14:
+        - gb/12A
+        - 12+
+        - PG-13
+        - TV-13
+        - gb/14+
+        - gb/15
+        - 14
+        - 15
+        - 16
+        - 17
+        - PG-13 - Teens 13 or older
+        - no/15
+        - no/16
+      TV-MA:
+        - 18
+        - gb/18
+        - MA-17
+        - NC-17
+        - R
+        - TVMA
+        - R - 17+ (violence & profanity)
+        - R+ - Mild Nudity
+        - Rx - Hentai
+        - no/18
diff --git a/docs/defaults/sources/show/continent.md b/docs/defaults/sources/show/continent.md
new file mode 100644
index 000000000..9750ee5d4
--- /dev/null
+++ b/docs/defaults/sources/show/continent.md
@@ -0,0 +1,44 @@
+# Continent Collections
+
+These are lists provided for reference to show what values will be in use if you do no customization.  **These do not show how to change a name or a list.**
+
+If you want to customize these values, use the methods described above.
+
+??? example "Default `include` (click to expand) <a class="headerlink" href="#include" title="Permanent link">¶</a>"
+
+    <div id="include" />
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    include: {%    
+      include-markdown "../../../../defaults/show/continent.yml" 
+      comments=false
+      preserve-includer-indent=false
+      start="include:"
+      end="addons:"
+    %}
+    ```
+
+??? example "Default `addons` (click to expand) <a class="headerlink" href="#addons" title="Permanent link">¶</a>"
+
+    <div id="addons" />
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    addons: {%    
+      include-markdown "../../../../defaults/show/continent.yml" 
+      comments=false
+      preserve-includer-indent=false
+      start="addons:"
+    %}
+    ```
diff --git a/docs/defaults/sources/show/country.md b/docs/defaults/sources/show/country.md
new file mode 100644
index 000000000..3446a351d
--- /dev/null
+++ b/docs/defaults/sources/show/country.md
@@ -0,0 +1,44 @@
+# Country Collections
+
+These are lists provided for reference to show what values will be in use if you do no customization.  **These do not show how to change a name or a list.**
+
+If you want to customize these values, use the methods described above.
+
+??? example "Default `include` (click to expand) <a class="headerlink" href="#include" title="Permanent link">¶</a>"
+
+    <div id="include" />
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    include: {%    
+      include-markdown "../../../../defaults/show/country.yml" 
+      comments=false
+      preserve-includer-indent=false
+      start="include:"
+      end="addons:"
+    %}
+    ```
+
+??? example "Default `addons` (click to expand) <a class="headerlink" href="#addons" title="Permanent link">¶</a>"
+
+    <div id="addons" />
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    addons: {%    
+      include-markdown "../../../../defaults/show/country.yml" 
+      comments=false
+      preserve-includer-indent=false
+      start="addons:"
+    %}
+    ```
diff --git a/docs/defaults/sources/show/decade.md b/docs/defaults/sources/show/decade.md
new file mode 100644
index 000000000..11001f710
--- /dev/null
+++ b/docs/defaults/sources/show/decade.md
@@ -0,0 +1 @@
+# Decade Collections
diff --git a/docs/defaults/sources/show/franchise.md b/docs/defaults/sources/show/franchise.md
new file mode 100644
index 000000000..295db9bb2
--- /dev/null
+++ b/docs/defaults/sources/show/franchise.md
@@ -0,0 +1,45 @@
+# Franchise Collections
+
+These are lists provided for reference to show what values will be in use if you do no customization.  **These do not 
+show how to change a name or a list.**
+
+If you want to customize these values, use the methods described above.
+
+??? example "Default `data` (click to expand) <a class="headerlink" href="#data" title="Permanent link">¶</a>"
+
+    <div id="data" />
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    data: {%    
+      include-markdown "../../../../defaults/show/franchise.yml" 
+      comments=false
+      preserve-includer-indent=false
+      start="data:"
+      end="template:"
+    %}
+    ```
+
+??? example "Default `addons` (click to expand) <a class="headerlink" href="#addons" title="Permanent link">¶</a>"
+
+    <div id="addons" />
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    addons: {%    
+      include-markdown "../../../../defaults/show/franchise.yml" 
+      comments=false
+      preserve-includer-indent=false
+      start="addons:"
+    %}
+    ```
diff --git a/docs/defaults/sources/show/network.md b/docs/defaults/sources/show/network.md
new file mode 100644
index 000000000..91e2a3e12
--- /dev/null
+++ b/docs/defaults/sources/show/network.md
@@ -0,0 +1,45 @@
+# Network Collections
+
+These are lists provided for reference to show what values will be in use if you do no customization.  **These do not 
+show how to change a name or a list.**
+
+If you want to customize these values, use the methods described above.
+
+??? example "Default `include` (click to expand) <a class="headerlink" href="#include" title="Permanent link">¶</a>"
+
+    <div id="include" />
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    include: {%    
+      include-markdown "../../../../defaults/show/network.yml" 
+      comments=false
+      preserve-includer-indent=false
+      start="include:"
+      end="addons:"
+    %}
+    ```
+
+??? example "Default `addons` (click to expand) <a class="headerlink" href="#addons" title="Permanent link">¶</a>"
+
+    <div id="addons" />
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    addons: {%    
+      include-markdown "../../../../defaults/show/network.yml" 
+      comments=false
+      preserve-includer-indent=false
+      start="addons:"
+    %}
+    ```
diff --git a/docs/defaults/sources/show/region.md b/docs/defaults/sources/show/region.md
new file mode 100644
index 000000000..392d38f91
--- /dev/null
+++ b/docs/defaults/sources/show/region.md
@@ -0,0 +1,45 @@
+# Region Collections
+
+These are lists provided for reference to show what values will be in use if you do no customization.  **These do not 
+show how to change a name or a list.**
+
+If you want to customize these values, use the methods described above.
+
+??? example "Default `include` (click to expand) <a class="headerlink" href="#include" title="Permanent link">¶</a>"
+
+    <div id="include" />
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    include: {%    
+      include-markdown "../../../../defaults/show/region.yml" 
+      comments=false
+      preserve-includer-indent=false
+      start="include:"
+      end="addons:"
+    %}
+    ```
+
+??? example "Default `addons` (click to expand) <a class="headerlink" href="#addons" title="Permanent link">¶</a>"
+
+    <div id="addons" />
+
+    ```{ .dtd .no-copy }
+    ###############################################################################
+    ################################## IMPORTANT ##################################
+    #####################  THIS DATA IS PROVIDED FOR REFERENCE ####################
+    ##  DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
+    #############  SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
+    ###############################################################################
+    addons: {%    
+      include-markdown "../../../../defaults/show/region.yml" 
+      comments=false
+      preserve-includer-indent=false
+      start="addons:"
+    %}
+    ```
diff --git a/docs/files/filters.md b/docs/files/filters.md
index 3cad5c401..24a22a704 100644
--- a/docs/files/filters.md
+++ b/docs/files/filters.md
@@ -86,453 +86,9 @@ filters:
 
 Anything that doesn't have either both the Genre `Action` and the Country `Germany` or the Genre `Comedy` and the Country `France` will be ignored.
 
-All filter options are listed below. To display items filtered out add `show_filtered: true` to the definition.
+All filter options are listed below. 
 
-You can use the `plex_all: true` builder to filter from your entire library.
-
-???+ warning
-    
-    Filters can be very slow, particularly on larger libraries. Try to build or narrow your items using a [Smart Label Collection](builders/smart.md#smart-label), [Plex Search](builders/plex.md#plex-search) or another [Builder](overview.md) if possible.
-
-## String Filters
-
-String filters can be used with either no modifier or with `.not`, `.is`, `.isnot`, `.begins`, `.ends`, or `.regex`.
-
-String filters can take multiple values **only as a list**.
-
-### Modifier
-
-| String Modifier | Description                                                                    |
-|:----------------|:-------------------------------------------------------------------------------|
-| No Modifier     | Matches every item where the attribute contains the given string               |
-| `.not`          | Matches every item where the attribute does not contain the given string       |
-| `.is`           | Matches every item where the attribute exactly matches the given string        |
-| `.isnot`        | Matches every item where the attribute does not exactly match the given string |
-| `.begins`       | Matches every item where the attribute begins with the given string            |
-| `.ends`         | Matches every item where the attribute ends with the given string              |
-| `.regex`        | Matches every item where the attribute matches the regex given                 |
-
-### Attribute
-
-| String Filter                                       | Description                              |                   Movies                   |                                      Shows                                       |                                     Seasons                                      |                  Episodes                   |                                     Artists                                      |                                      Albums                                      |                   Track                    |
-|:----------------------------------------------------|:-----------------------------------------|:------------------------------------------:|:--------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------:|:-------------------------------------------:|:--------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------:|:------------------------------------------:|
-| `title`                                             | Uses the title attribute to match        | :fontawesome-solid-circle-check:{ .green } |                    :fontawesome-solid-circle-check:{ .green }                    |                    :fontawesome-solid-circle-check:{ .green }                    | :fontawesome-solid-circle-check:{ .green }  |                    :fontawesome-solid-circle-check:{ .green }                    |                    :fontawesome-solid-circle-check:{ .green }                    | :fontawesome-solid-circle-check:{ .green } |
-| `tmdb_title`<sup>**[2](#table-annotations)**</sup>  | Uses the title from TMDb to match        | :fontawesome-solid-circle-check:{ .green } |                    :fontawesome-solid-circle-check:{ .green }                    |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }   |                     :fontawesome-solid-circle-xmark:{ .red }                     |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `tvdb_title`<sup>**[2](#table-annotations)**</sup>  | Uses the title from TVDb to match        |  :fontawesome-solid-circle-xmark:{ .red }  |                    :fontawesome-solid-circle-check:{ .green }                    |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }   |                     :fontawesome-solid-circle-xmark:{ .red }                     |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `tvdb_status`<sup>**[2](#table-annotations)**</sup> | Uses the status from TVDb to match       |  :fontawesome-solid-circle-xmark:{ .red }  |                    :fontawesome-solid-circle-check:{ .green }                    |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }   |                     :fontawesome-solid-circle-xmark:{ .red }                     |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `summary`                                           | Uses the summary attribute to match      | :fontawesome-solid-circle-check:{ .green } |                    :fontawesome-solid-circle-check:{ .green }                    |                    :fontawesome-solid-circle-check:{ .green }                    | :fontawesome-solid-circle-check:{ .green }  |                    :fontawesome-solid-circle-check:{ .green }                    |                    :fontawesome-solid-circle-check:{ .green }                    | :fontawesome-solid-circle-check:{ .green } |
-| `studio`                                            | Uses the studio attribute to match       | :fontawesome-solid-circle-check:{ .green } |                    :fontawesome-solid-circle-check:{ .green }                    |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }   |                     :fontawesome-solid-circle-xmark:{ .red }                     |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `edition`                                           | Uses the edition attribute to match      | :fontawesome-solid-circle-check:{ .green } |                     :fontawesome-solid-circle-xmark:{ .red }                     |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }   |                     :fontawesome-solid-circle-xmark:{ .red }                     |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `record_label`                                      | Uses the record label attribute to match |  :fontawesome-solid-circle-xmark:{ .red }  |                     :fontawesome-solid-circle-xmark:{ .red }                     |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }   |                     :fontawesome-solid-circle-xmark:{ .red }                     |                    :fontawesome-solid-circle-check:{ .green }                    |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `folder`                                            | Uses the item's folder to match          |  :fontawesome-solid-circle-xmark:{ .red }  |                    :fontawesome-solid-circle-check:{ .green }                    |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }   |                    :fontawesome-solid-circle-check:{ .green }                    |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `filepath`                                          | Uses the item's filepath to match        | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green }  | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green } |
-| `audio_track_title`                                 | Uses the audio track titles to match     | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green }  | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green } |
-| `video_codec`                                       | Uses the video codec tags to match       | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green }  |                     :fontawesome-solid-circle-xmark:{ .red }                     |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `video_profile`                                     | Uses the video profile tags to match     | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green }  |                     :fontawesome-solid-circle-xmark:{ .red }                     |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `audio_codec`                                       | Uses the audio codec tags to match       | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green }  |                     :fontawesome-solid-circle-xmark:{ .red }                     |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `audio_profile`                                     | Uses the audio profile tags to match     | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green }  |                     :fontawesome-solid-circle-xmark:{ .red }                     |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |
-
-## Tag Filters
-
-Tag filters can be used with either no modifier or with `.not`.
-
-Tag filters can take multiple values as a **list or a comma-separated string**.
-
-### Modifier
-
-| Tag Modifier | Description                                                                               |
-|:-------------|:------------------------------------------------------------------------------------------|
-| No Modifier  | Matches every item where the attribute matches the given string                           |
-| `.not`       | Matches every item where the attribute does not match the given string                    |
-| `.regex`     | Matches every item where one value of this attribute matches the regex.                   |
-| `.count_lt`  | Matches every item where the attribute count is less than the given number                |
-| `.count_lte` | Matches every item where the attribute count is less than the given number                |
-| `.count_gt`  | Matches every item where the attribute count is greater than the given number             |
-| `.count_gte` | Matches every item where the attribute count is greater than or equal to the given number |
-
-### Attribute
-
-| Tag Filters                                            | Description                                                                                                                                     |                   Movies                   |                                      Shows                                       |                                     Seasons                                      |                  Episodes                  |                  Artists                   |                   Albums                   |                   Track                    |
-|:-------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------|:------------------------------------------:|:--------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------:|:------------------------------------------:|:------------------------------------------:|:------------------------------------------:|:------------------------------------------:|
-| `actor`                                                | Uses the actor tags to match                                                                                                                    | :fontawesome-solid-circle-check:{ .green } |                    :fontawesome-solid-circle-check:{ .green }                    |                     :fontawesome-solid-circle-xmark:{ .red }                     | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `collection`                                           | Uses the collection tags to match                                                                                                               | :fontawesome-solid-circle-check:{ .green } |                    :fontawesome-solid-circle-check:{ .green }                    |                    :fontawesome-solid-circle-check:{ .green }                    | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } |
-| `content_rating`                                       | Uses the content rating tags to match                                                                                                           | :fontawesome-solid-circle-check:{ .green } |                    :fontawesome-solid-circle-check:{ .green }                    |                     :fontawesome-solid-circle-xmark:{ .red }                     | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `network`                                              | Uses the network tags to match                                                                                                                  |  :fontawesome-solid-circle-xmark:{ .red }  |                    :fontawesome-solid-circle-check:{ .green }                    |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `country`                                              | Uses the country tags to match                                                                                                                  | :fontawesome-solid-circle-check:{ .green } |                     :fontawesome-solid-circle-xmark:{ .red }                     |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `director`                                             | Uses the director tags to match                                                                                                                 | :fontawesome-solid-circle-check:{ .green } |                     :fontawesome-solid-circle-xmark:{ .red }                     |                     :fontawesome-solid-circle-xmark:{ .red }                     | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `genre`                                                | Uses the genre tags to match                                                                                                                    | :fontawesome-solid-circle-check:{ .green } |                    :fontawesome-solid-circle-check:{ .green }                    |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `label`                                                | Uses the label tags to match                                                                                                                    | :fontawesome-solid-circle-check:{ .green } |                    :fontawesome-solid-circle-check:{ .green }                    |                    :fontawesome-solid-circle-check:{ .green }                    | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } |
-| `producer`                                             | Uses the actor tags to match                                                                                                                    | :fontawesome-solid-circle-check:{ .green } |                     :fontawesome-solid-circle-xmark:{ .red }                     |                     :fontawesome-solid-circle-xmark:{ .red }                     | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `year`<sup>**[3](#table-annotations)**</sup>           | Uses the year tag to match                                                                                                                      | :fontawesome-solid-circle-check:{ .green } |                    :fontawesome-solid-circle-check:{ .green }                    |                    :fontawesome-solid-circle-check:{ .green }                    | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } |
-| `writer`                                               | Uses the writer tags to match                                                                                                                   | :fontawesome-solid-circle-check:{ .green } |                     :fontawesome-solid-circle-xmark:{ .red }                     |                     :fontawesome-solid-circle-xmark:{ .red }                     | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `resolution`                                           | Uses the resolution tag to match                                                                                                                | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `audio_language`                                       | Uses the audio language tags to match                                                                                                           | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `subtitle_language`                                    | Uses the subtitle language tags to match                                                                                                        | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `tmdb_genre`<sup>**[2](#table-annotations)**</sup>     | Uses the genres from TMDb to match                                                                                                              | :fontawesome-solid-circle-check:{ .green } |                    :fontawesome-solid-circle-check:{ .green }                    |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `tmdb_keyword`<sup>**[2](#table-annotations)**</sup>   | Uses the keywords from TMDb to match                                                                                                            | :fontawesome-solid-circle-check:{ .green } |                    :fontawesome-solid-circle-check:{ .green }                    |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `origin_country`<sup>**[2](#table-annotations)**</sup> | Uses TMDb origin country [ISO 3166-1 alpha-2 codes](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) to match<br>Example: `origin_country: us` |  :fontawesome-solid-circle-xmark:{ .red }  |                    :fontawesome-solid-circle-check:{ .green }                    |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `tvdb_genre`<sup>**[2](#table-annotations)**</sup>     | Uses the genres from TVDb to match                                                                                                              |  :fontawesome-solid-circle-xmark:{ .red }  |                    :fontawesome-solid-circle-check:{ .green }                    |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `imdb_keyword`<sup>**[2](#table-annotations)**</sup>   | Uses the keywords from IMDb to match See [Special](#special-filters) for more attributes                                                        | :fontawesome-solid-circle-check:{ .green } |                    :fontawesome-solid-circle-check:{ .green }                    |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |
-
-## Boolean Filters
-
-Boolean Filters have no modifiers.
-
-### Attribute
-
-| Boolean Filters    | Description                                                                                              |                   Movies                   |                                      Shows                                       |                                     Seasons                                      |                  Episodes                  |                  Artists                   |                   Albums                   |                   Track                    |
-|:-------------------|:---------------------------------------------------------------------------------------------------------|:------------------------------------------:|:--------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------:|:------------------------------------------:|:------------------------------------------:|:------------------------------------------:|:------------------------------------------:|
-| `has_collection`   | Matches every item that has or does not have a collection                                                | :fontawesome-solid-circle-check:{ .green } |                    :fontawesome-solid-circle-check:{ .green }                    |                    :fontawesome-solid-circle-check:{ .green }                    | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } |
-| `has_edition`      | Matches every item that has or does not have an edition                                                  | :fontawesome-solid-circle-check:{ .green } |                     :fontawesome-solid-circle-xmark:{ .red }                     |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `has_stinger`      | Matches every item that has a [media stinger](http://www.mediastinger.com/) (After/During Credits Scene) | :fontawesome-solid-circle-check:{ .green } |                     :fontawesome-solid-circle-xmark:{ .red }                     |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `has_dolby_vision` | Matches every item that has or does not have a dolby vision                                              | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `has_overlay`      | Matches every item that has or does not have an overlay                                                  | :fontawesome-solid-circle-check:{ .green } |                    :fontawesome-solid-circle-check:{ .green }                    |                    :fontawesome-solid-circle-check:{ .green }                    | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  |
-
-## Date Filters
-
-Date filters can be used with either no modifier or with `.not`, `.before`, `.after`, or `.regex`.
-
-Date filters can **NOT** take multiple values.
-
-### Modifier
-
-| Date Modifier | Description                                                           |                                   Format                                   |
-|:--------------|:----------------------------------------------------------------------|:--------------------------------------------------------------------------:|
-| No Modifier   | Matches every item where the date attribute is in the last X days     |                  **Format:** number of days<br>e.g. `30`                   |
-| `.not`        | Matches every item where the date attribute is not in the last X days |                  **Format:** number of days<br>e.g. `30`                   |
-| `.before`     | Matches every item where the date attribute is before the given date  | **Format:** MM/DD/YYYY or `today` for the current day<br>e.g. `01/01/2000` |
-| `.after`      | Matches every item where the date attribute is after the given date   | **Format:** MM/DD/YYYY or `today` for the current day<br>e.g. `01/01/2000` |
-| `.regex`      | Matches every item where the attribute matches the regex given        |                                    N/A                                     |
-
-### Attribute
-
-| Date Filters                                                    | Description                                                                    |                   Movies                   |                   Shows                    |                  Seasons                   |                  Episodes                  |                  Artists                   |                   Albums                   |                   Track                    |
-|:----------------------------------------------------------------|:-------------------------------------------------------------------------------|:------------------------------------------:|:------------------------------------------:|:------------------------------------------:|:------------------------------------------:|:------------------------------------------:|:------------------------------------------:|:------------------------------------------:|
-| `release`                                                       | Uses the release date attribute (originally available) to match                | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `added`                                                         | Uses the date added attribute to match                                         | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } |
-| `last_played`                                                   | Uses the date last played attribute to match                                   | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } |
-| `first_episode_aired`<sup>**[2](#table-annotations)**</sup>     | Uses the first episode aired date to match                                     |  :fontawesome-solid-circle-xmark:{ .red }  | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `last_episode_aired`<sup>**[2](#table-annotations)</sup>        | Uses the last episode aired date to match                                      |  :fontawesome-solid-circle-xmark:{ .red }  | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `last_episode_aired_or_never`<sup>[2](#table-annotations)</sup> | Similar to `last_episode_aired` but also includes those that haven't aired yet |  :fontawesome-solid-circle-xmark:{ .red }  | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |
-
-## Number Filters
-
-Number filters must use `.gt`, `.gte`, `.lt`, or `.lte` as a modifier.
-
-Number filters can **NOT** take multiple values.
-
-### Modifier
-
-| Number Modifier | Description                                                                                |                      Format                       |
-|:----------------|:-------------------------------------------------------------------------------------------|:-------------------------------------------------:|
-| No Modifier     | Matches every item where the number attribute is equal to the given number                 | **Format:** number<br>e.g. `30`, `1995`, or `7.5` |
-| `.not`          | Matches every item where the number attribute is not equal to the given number             | **Format:** number<br>e.g. `30`, `1995`, or `7.5` |
-| `.gt`           | Matches every item where the number attribute is greater than the given number             | **Format:** number<br>e.g. `30`, `1995`, or `7.5` |
-| `.gte`          | Matches every item where the number attribute is greater than or equal to the given number | **Format:** number<br>e.g. `30`, `1995`, or `7.5` |
-| `.lt`           | Matches every item where the number attribute is less than the given number                | **Format:** number<br>e.g. `30`, `1995`, or `7.5` |
-| `.lte`          | Matches every item where the number attribute is less than or equal to the given number    | **Format:** number<br>e.g. `30`, `1995`, or `7.5` |
-
-### Attribute
-
-| Number Filters                                                                          | Description                                                                                                                                                                 |                   Movies                   |                                      Shows                                       |                                     Seasons                                      |                  Episodes                  |                                     Artists                                      |                                      Albums                                      |                   Track                    |
-|:----------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:------------------------------------------:|:--------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------:|:------------------------------------------:|:--------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------:|:------------------------------------------:|
-| `year`<sup>**[3](#table-annotations)**</sup>                                            | Uses the year attribute to match<br>minimum: `1`                                                                                                                            | :fontawesome-solid-circle-check:{ .green } |                    :fontawesome-solid-circle-check:{ .green }                    |                    :fontawesome-solid-circle-check:{ .green }                    | :fontawesome-solid-circle-check:{ .green } |                     :fontawesome-solid-circle-xmark:{ .red }                     |                    :fontawesome-solid-circle-check:{ .green }                    | :fontawesome-solid-circle-check:{ .green } |
-| `tmdb_year`<sup>**[2](#table-annotations)**</sup><sup>**[3](#table-annotations)**</sup> | Uses the year on TMDb to match<br>minimum: `1`                                                                                                                              | :fontawesome-solid-circle-check:{ .green } |                    :fontawesome-solid-circle-check:{ .green }                    |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |                     :fontawesome-solid-circle-xmark:{ .red }                     |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `critic_rating`                                                                         | Uses the critic rating attribute to match<br>`0.0` - `10.0`                                                                                                                 | :fontawesome-solid-circle-check:{ .green } |                    :fontawesome-solid-circle-check:{ .green }                    |                     :fontawesome-solid-circle-xmark:{ .red }                     | :fontawesome-solid-circle-check:{ .green } |                     :fontawesome-solid-circle-xmark:{ .red }                     |                    :fontawesome-solid-circle-check:{ .green }                    |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `audience_rating`                                                                       | Uses the audience rating attribute to match<br> `0.0` - `10.0`                                                                                                              | :fontawesome-solid-circle-check:{ .green } |                    :fontawesome-solid-circle-check:{ .green }                    |                     :fontawesome-solid-circle-xmark:{ .red }                     | :fontawesome-solid-circle-check:{ .green } |                     :fontawesome-solid-circle-xmark:{ .red }                     |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `user_rating`                                                                           | Uses the user rating attribute to match<br>`0.0` - `10.0`                                                                                                                   | :fontawesome-solid-circle-check:{ .green } |                    :fontawesome-solid-circle-check:{ .green }                    |                    :fontawesome-solid-circle-check:{ .green }                    | :fontawesome-solid-circle-check:{ .green } |                    :fontawesome-solid-circle-check:{ .green }                    |                    :fontawesome-solid-circle-check:{ .green }                    | :fontawesome-solid-circle-check:{ .green } |
-| `tmdb_vote_count`<sup>**[2](#table-annotations)**</sup>                                 | Uses the tmdb vote count to match<br>minimum: `1`                                                                                                                           | :fontawesome-solid-circle-check:{ .green } |                    :fontawesome-solid-circle-check:{ .green }                    |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |                     :fontawesome-solid-circle-xmark:{ .red }                     |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `tmdb_vote_average`<sup>**[2](#table-annotations)**</sup>                               | Uses the tmdb vote average rating to match<br>minimum: `0.0`                                                                                                                | :fontawesome-solid-circle-check:{ .green } |                    :fontawesome-solid-circle-check:{ .green }                    |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |                     :fontawesome-solid-circle-xmark:{ .red }                     |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `plays`                                                                                 | Uses the plays attribute to match<br>minimum: `1`                                                                                                                           | :fontawesome-solid-circle-check:{ .green } |                    :fontawesome-solid-circle-check:{ .green }                    |                    :fontawesome-solid-circle-check:{ .green }                    | :fontawesome-solid-circle-check:{ .green } |                    :fontawesome-solid-circle-check:{ .green }                    |                    :fontawesome-solid-circle-check:{ .green }                    | :fontawesome-solid-circle-check:{ .green } |
-| `duration`                                                                              | Uses the duration attribute to match using minutes<br>minimum: `0`                                                                                                          | :fontawesome-solid-circle-check:{ .green } |                    :fontawesome-solid-circle-check:{ .green }                    |                     :fontawesome-solid-circle-xmark:{ .red }                     | :fontawesome-solid-circle-check:{ .green } |                     :fontawesome-solid-circle-xmark:{ .red }                     |                     :fontawesome-solid-circle-xmark:{ .red }                     | :fontawesome-solid-circle-check:{ .green } |
-| `channels`                                                                              | Uses the audio channels attribute to match<br>minimum: `0`                                                                                                                  | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green } |                     :fontawesome-solid-circle-xmark:{ .red }                     |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `height`                                                                                | Uses the height attribute to match<br>minimum: `0`                                                                                                                          | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green } |                     :fontawesome-solid-circle-xmark:{ .red }                     |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `width`                                                                                 | Uses the width attribute to match<br>minimum: `0`                                                                                                                           | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green } |                     :fontawesome-solid-circle-xmark:{ .red }                     |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `aspect`                                                                                | Uses the aspect attribute to match<br>minimum: `0.0`                                                                                                                        | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green } |                     :fontawesome-solid-circle-xmark:{ .red }                     |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `versions`                                                                              | Uses the number of versions found to match<br>minimum: `0`                                                                                                                  | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green } |
-| `stinger_rating`<sup>**[4](#table-annotations)**</sup>                                  | Uses the [media stinger](http://www.mediastinger.com/) rating to match. The media stinger rating is if the after/during credits scene is worth staying for.<br>minimum: `0` | :fontawesome-solid-circle-check:{ .green } |                     :fontawesome-solid-circle-xmark:{ .red }                     |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |                     :fontawesome-solid-circle-xmark:{ .red }                     |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  | 
-
-## Special Filters
-
-Special Filters each have their own set of rules for how they're used.
-
-### Attribute
-
-| Special Filters                                                                                                            | Description                                                                                                                                                                                                                                                                                              |                   Movies                   |                   Shows                    |                  Seasons                   |                  Episodes                  |                  Artists                   |                   Albums                   |                  Track                   |
-|:---------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:------------------------------------------:|:------------------------------------------:|:------------------------------------------:|:------------------------------------------:|:------------------------------------------:|:------------------------------------------:|:----------------------------------------:|
-| `history`                                                                                                                  | Uses the release date attribute (originally available) to match dates throughout history<br>`day`: Match the Day and Month to Today's Date<br>`month`: Match the Month to Today's Date<br>`1-30`: Match the Day and Month to Today's Date or `1-30` days before Today's Date                             | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-xmark:{ .red } |
-| `episodes`                                                                                                                 | Uses the item's episodes attributes to match <br> Use the `percentage` attribute given a number between 0-100 to determine the percentage of an items episodes that must match the sub-filter.                                                                                                           |  :fontawesome-solid-circle-xmark:{ .red }  | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  | :fontawesome-solid-circle-xmark:{ .red } |
-| `seasons`                                                                                                                  | Uses the item's seasons attributes to match <br> Use the `percentage` attribute given a number between 0-100 to determine the percentage of an items seasons that must match the sub-filter.                                                                                                             |  :fontawesome-solid-circle-xmark:{ .red }  | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  | :fontawesome-solid-circle-xmark:{ .red } |
-| `tracks`                                                                                                                   | Uses the item's tracks attributes to match <br> Use the `percentage` attribute given a number between 0-100 to determine the percentage of an items tracks that must match the sub-filter.                                                                                                               |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-xmark:{ .red } |
-| `albums`                                                                                                                   | Uses the item's albums attributes to match <br> Use the `percentage` attribute given a number between 0-100 to determine the percentage of an items albums that must match the sub-filter.                                                                                                               |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  | :fontawesome-solid-circle-xmark:{ .red } |
-| `original_language`<sup>**[2](#table-annotations)**</sup><br>`original_language.not`<sup>**[2](#table-annotations)**</sup> | Uses TMDb original language [ISO 639-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) to match<br>Example: `original_language: en, ko`                                                                                                                                                    | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  | :fontawesome-solid-circle-xmark:{ .red } |
-| `tmdb_status`<sup>**[2](#table-annotations)**</sup><br>`tmdb_status.not`<sup>**[2](#table-annotations)**</sup>             | Uses TMDb Status to match<br>**Values:** `returning`, `planned`, `production`, `ended`, `canceled`, `pilot`                                                                                                                                                                                              |  :fontawesome-solid-circle-xmark:{ .red }  | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  | :fontawesome-solid-circle-xmark:{ .red } |
-| `tmdb_type`<sup>**[2](#table-annotations)**</sup><br>`tmdb_type.not`<sup>**[2](#table-annotations)**</sup>                 | Uses TMDb Type to match<br>**Values:** `documentary`, `news`, `production`, `miniseries`, `reality`, `scripted`, `talk_show`, `video`                                                                                                                                                                    |  :fontawesome-solid-circle-xmark:{ .red }  | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  | :fontawesome-solid-circle-xmark:{ .red } |
-| `imdb_keyword`<sup>**[2](#table-annotations)**</sup><sup>**[5](#table-annotations)**</sup>                                 | Uses the keywords from IMDb to match<br>`keywords`: list of keywords to match<br>`minimum_votes`: minimum number of votes keywords must have<br>`minimum_relevant`: minimum number of relevant votes keywords must have<br>`minimum_percentage`: minimum percentage of relevant votes keywords must have | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  | :fontawesome-solid-circle-xmark:{ .red } |
-
-## Table Annotations
-
-<sup>**1**</sup> Filters using the special `episodes`/`tracks` [filter](#special-filters) with the [default percent](settings.md).
-
-<sup>**2**</sup> Also filters out missing movies/shows from being added to Radarr/Sonarr. These Values also cannot use the `count` modifiers.
-
-<sup>**3**</sup> You can use `current_year` to have Kometa use the current years value. This can be combined with a `-#` at the end to subtract that number of years. i.e. `current_year-2`
-
-<sup>**4**</sup> The actual numbers are pulled from the [Mediastingers](https://github.com/Kometa-Team/Mediastingers) Repo.
-
-<sup>**5**</sup> Also is a Tag Filter and can use all of those modifiers.
-
-## Collection Filter Examples
-
-A few examples are listed below:
-
-```yaml
-collections:
-  1080p Documentaries:
-    plex_search:
-      all:
-        genre: Documentary
-    summary: A collection of 1080p Documentaries
-    filters:
-      resolution: 1080
-```
-```yaml
-collections:
-  Daniel Craig only James Bonds:
-    imdb_list:
-      list_id: ls006405458
-    filters:
-      actor: Daniel Craig
-```
-```yaml
-collections:
-  French Romance:
-    plex_search:
-      all:
-        genre: Romance
-    filters:
-      audio_language: Français
-```
-```yaml
-collections:
-  Romantic Comedies:
-    plex_search:
-      all:
-        genre: Romance
-    filters:
-      genre: Comedy
-```
-```yaml
-collections:
-  9.0 Movies:
-    plex_all: true
-    filters:
-      user_rating.gte: 9
-```
-```yaml
-collections:
-  Summer 2020 Movies:
-    plex_all: true
-    filters:
-      release.after: 5/1/2020
-      release.before: 8/31/2020
-```
-```yaml
-collections:
-  Movies Released in the Last 180 Days:
-    plex_all: true
-    filters:
-      release: 180
-```
-```yaml
-collections:
-  Good Adam Sandler Romantic Comedies:
-    plex_search:
-      all:
-        genre: Romance
-        actor: Adam Sandler
-    filters:
-      genre: Comedy
-      user_rating.gte: 7
-```
-```yaml
-collections:
-  Movies with Commentary:
-    plex_all: true
-    filters:
-      audio_track_title: Commentary
-```
----
-
-## Tag Filters
-
-Tag filters can be used with either no modifier or with `.not`.
-
-Tag filters can take multiple values as a **list or a comma-separated string**.
-
-### Modifier
-
-| Tag Modifier | Description                                                                               |
-|:-------------|:------------------------------------------------------------------------------------------|
-| No Modifier  | Matches every item where the attribute matches the given string                           |
-| `.not`       | Matches every item where the attribute does not match the given string                    |
-| `.regex`     | Matches every item where one value of this attribute matches the regex.                   |
-| `.count_lt`  | Matches every item where the attribute count is less than the given number                |
-| `.count_lte` | Matches every item where the attribute count is less than the given number                |
-| `.count_gt`  | Matches every item where the attribute count is greater than the given number             |
-| `.count_gte` | Matches every item where the attribute count is greater than or equal to the given number |
-
-### Attribute
-
-| Tag Filters                                            | Description                                                                                                                                     |                   Movies                   |                                      Shows                                       |                                     Seasons                                      |                  Episodes                  |                  Artists                   |                   Albums                   |                   Track                    |
-|:-------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------|:------------------------------------------:|:--------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------:|:------------------------------------------:|:------------------------------------------:|:------------------------------------------:|:------------------------------------------:|
-| `actor`                                                | Uses the actor tags to match                                                                                                                    | :fontawesome-solid-circle-check:{ .green } |                    :fontawesome-solid-circle-check:{ .green }                    |                     :fontawesome-solid-circle-xmark:{ .red }                     | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `collection`                                           | Uses the collection tags to match                                                                                                               | :fontawesome-solid-circle-check:{ .green } |                    :fontawesome-solid-circle-check:{ .green }                    |                    :fontawesome-solid-circle-check:{ .green }                    | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } |
-| `content_rating`                                       | Uses the content rating tags to match                                                                                                           | :fontawesome-solid-circle-check:{ .green } |                    :fontawesome-solid-circle-check:{ .green }                    |                     :fontawesome-solid-circle-xmark:{ .red }                     | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `network`                                              | Uses the network tags to match                                                                                                                  |  :fontawesome-solid-circle-xmark:{ .red }  |                    :fontawesome-solid-circle-check:{ .green }                    |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `country`                                              | Uses the country tags to match                                                                                                                  | :fontawesome-solid-circle-check:{ .green } |                     :fontawesome-solid-circle-xmark:{ .red }                     |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `director`                                             | Uses the director tags to match                                                                                                                 | :fontawesome-solid-circle-check:{ .green } |                     :fontawesome-solid-circle-xmark:{ .red }                     |                     :fontawesome-solid-circle-xmark:{ .red }                     | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `genre`                                                | Uses the genre tags to match                                                                                                                    | :fontawesome-solid-circle-check:{ .green } |                    :fontawesome-solid-circle-check:{ .green }                    |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `label`                                                | Uses the label tags to match                                                                                                                    | :fontawesome-solid-circle-check:{ .green } |                    :fontawesome-solid-circle-check:{ .green }                    |                    :fontawesome-solid-circle-check:{ .green }                    | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } |
-| `producer`                                             | Uses the actor tags to match                                                                                                                    | :fontawesome-solid-circle-check:{ .green } |                     :fontawesome-solid-circle-xmark:{ .red }                     |                     :fontawesome-solid-circle-xmark:{ .red }                     | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `year`<sup>**[3](#table-annotations)**</sup>           | Uses the year tag to match                                                                                                                      | :fontawesome-solid-circle-check:{ .green } |                    :fontawesome-solid-circle-check:{ .green }                    |                    :fontawesome-solid-circle-check:{ .green }                    | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } |
-| `writer`                                               | Uses the writer tags to match                                                                                                                   | :fontawesome-solid-circle-check:{ .green } |                     :fontawesome-solid-circle-xmark:{ .red }                     |                     :fontawesome-solid-circle-xmark:{ .red }                     | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `resolution`                                           | Uses the resolution tag to match                                                                                                                | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `audio_language`                                       | Uses the audio language tags to match                                                                                                           | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `subtitle_language`                                    | Uses the subtitle language tags to match                                                                                                        | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `tmdb_genre`<sup>**[2](#table-annotations)**</sup>     | Uses the genres from TMDb to match                                                                                                              | :fontawesome-solid-circle-check:{ .green } |                    :fontawesome-solid-circle-check:{ .green }                    |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `tmdb_keyword`<sup>**[2](#table-annotations)**</sup>   | Uses the keywords from TMDb to match                                                                                                            | :fontawesome-solid-circle-check:{ .green } |                    :fontawesome-solid-circle-check:{ .green }                    |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `origin_country`<sup>**[2](#table-annotations)**</sup> | Uses TMDb origin country [ISO 3166-1 alpha-2 codes](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) to match<br>Example: `origin_country: us` |  :fontawesome-solid-circle-xmark:{ .red }  |                    :fontawesome-solid-circle-check:{ .green }                    |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `tvdb_genre`<sup>**[2](#table-annotations)**</sup>     | Uses the genres from TVDb to match                                                                                                              |  :fontawesome-solid-circle-xmark:{ .red }  |                    :fontawesome-solid-circle-check:{ .green }                    |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `imdb_keyword`<sup>**[2](#table-annotations)**</sup>   | Uses the keywords from IMDb to match See [Special](#special-filters) for more attributes                                                        | :fontawesome-solid-circle-check:{ .green } |                    :fontawesome-solid-circle-check:{ .green }                    |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |
-
-## Boolean Filters
-
-Boolean Filters have no modifiers.
-
-### Attribute
-
-| Boolean Filters    | Description                                                                                              |                   Movies                   |                                      Shows                                       |                                     Seasons                                      |                  Episodes                  |                  Artists                   |                   Albums                   |                   Track                    |
-|:-------------------|:---------------------------------------------------------------------------------------------------------|:------------------------------------------:|:--------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------:|:------------------------------------------:|:------------------------------------------:|:------------------------------------------:|:------------------------------------------:|
-| `has_collection`   | Matches every item that has or does not have a collection                                                | :fontawesome-solid-circle-check:{ .green } |                    :fontawesome-solid-circle-check:{ .green }                    |                    :fontawesome-solid-circle-check:{ .green }                    | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } |
-| `has_edition`      | Matches every item that has or does not have an edition                                                  | :fontawesome-solid-circle-check:{ .green } |                     :fontawesome-solid-circle-xmark:{ .red }                     |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `has_stinger`      | Matches every item that has a [media stinger](http://www.mediastinger.com/) (After/During Credits Scene) | :fontawesome-solid-circle-check:{ .green } |                     :fontawesome-solid-circle-xmark:{ .red }                     |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `has_dolby_vision` | Matches every item that has or does not have a dolby vision                                              | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `has_overlay`      | Matches every item that has or does not have an overlay                                                  | :fontawesome-solid-circle-check:{ .green } |                    :fontawesome-solid-circle-check:{ .green }                    |                    :fontawesome-solid-circle-check:{ .green }                    | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  |
-
-## Date Filters
-
-Date filters can be used with either no modifier or with `.not`, `.before`, `.after`, or `.regex`.
-
-Date filters can **NOT** take multiple values.
-
-### Modifier
-
-| Date Modifier | Description                                                           |                                   Format                                   |
-|:--------------|:----------------------------------------------------------------------|:--------------------------------------------------------------------------:|
-| No Modifier   | Matches every item where the date attribute is in the last X days     |                  **Format:** number of days<br>e.g. `30`                   |
-| `.not`        | Matches every item where the date attribute is not in the last X days |                  **Format:** number of days<br>e.g. `30`                   |
-| `.before`     | Matches every item where the date attribute is before the given date  | **Format:** MM/DD/YYYY or `today` for the current day<br>e.g. `01/01/2000` |
-| `.after`      | Matches every item where the date attribute is after the given date   | **Format:** MM/DD/YYYY or `today` for the current day<br>e.g. `01/01/2000` |
-| `.regex`      | Matches every item where the attribute matches the regex given        |                                    N/A                                     |
-
-### Attribute
-
-| Date Filters                                                    | Description                                                                    |                   Movies                   |                   Shows                    |                  Seasons                   |                  Episodes                  |                  Artists                   |                   Albums                   |                   Track                    |
-|:----------------------------------------------------------------|:-------------------------------------------------------------------------------|:------------------------------------------:|:------------------------------------------:|:------------------------------------------:|:------------------------------------------:|:------------------------------------------:|:------------------------------------------:|:------------------------------------------:|
-| `release`                                                       | Uses the release date attribute (originally available) to match                | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `added`                                                         | Uses the date added attribute to match                                         | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } |
-| `last_played`                                                   | Uses the date last played attribute to match                                   | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } |
-| `first_episode_aired`<sup>**[2](#table-annotations)**</sup>     | Uses the first episode aired date to match                                     |  :fontawesome-solid-circle-xmark:{ .red }  | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `last_episode_aired`<sup>**[2](#table-annotations)</sup>        | Uses the last episode aired date to match                                      |  :fontawesome-solid-circle-xmark:{ .red }  | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `last_episode_aired_or_never`<sup>[2](#table-annotations)</sup> | Similar to `last_episode_aired` but also includes those that haven't aired yet |  :fontawesome-solid-circle-xmark:{ .red }  | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |
-
-## Number Filters
-
-Number filters must use `.gt`, `.gte`, `.lt`, or `.lte` as a modifier.
-
-Number filters can **NOT** take multiple values.
-
-### Modifier
-
-| Number Modifier | Description                                                                                |                      Format                       |
-|:----------------|:-------------------------------------------------------------------------------------------|:-------------------------------------------------:|
-| No Modifier     | Matches every item where the number attribute is equal to the given number                 | **Format:** number<br>e.g. `30`, `1995`, or `7.5` |
-| `.not`          | Matches every item where the number attribute is not equal to the given number             | **Format:** number<br>e.g. `30`, `1995`, or `7.5` |
-| `.gt`           | Matches every item where the number attribute is greater than the given number             | **Format:** number<br>e.g. `30`, `1995`, or `7.5` |
-| `.gte`          | Matches every item where the number attribute is greater than or equal to the given number | **Format:** number<br>e.g. `30`, `1995`, or `7.5` |
-| `.lt`           | Matches every item where the number attribute is less than the given number                | **Format:** number<br>e.g. `30`, `1995`, or `7.5` |
-| `.lte`          | Matches every item where the number attribute is less than or equal to the given number    | **Format:** number<br>e.g. `30`, `1995`, or `7.5` |
-
-### Attribute
-
-| Number Filters                                                                          | Description                                                                                                                                                                 |                   Movies                   |                                      Shows                                       |                                     Seasons                                      |                  Episodes                  |                                     Artists                                      |                                      Albums                                      |                   Track                    |
-|:----------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:------------------------------------------:|:--------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------:|:------------------------------------------:|:--------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------:|:------------------------------------------:|
-| `year`<sup>**[3](#table-annotations)**</sup>                                            | Uses the year attribute to match<br>minimum: `1`                                                                                                                            | :fontawesome-solid-circle-check:{ .green } |                    :fontawesome-solid-circle-check:{ .green }                    |                    :fontawesome-solid-circle-check:{ .green }                    | :fontawesome-solid-circle-check:{ .green } |                     :fontawesome-solid-circle-xmark:{ .red }                     |                    :fontawesome-solid-circle-check:{ .green }                    | :fontawesome-solid-circle-check:{ .green } |
-| `tmdb_year`<sup>**[2](#table-annotations)**</sup><sup>**[3](#table-annotations)**</sup> | Uses the year on TMDb to match<br>minimum: `1`                                                                                                                              | :fontawesome-solid-circle-check:{ .green } |                    :fontawesome-solid-circle-check:{ .green }                    |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |                     :fontawesome-solid-circle-xmark:{ .red }                     |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `critic_rating`                                                                         | Uses the critic rating attribute to match<br>`0.0` - `10.0`                                                                                                                 | :fontawesome-solid-circle-check:{ .green } |                    :fontawesome-solid-circle-check:{ .green }                    |                     :fontawesome-solid-circle-xmark:{ .red }                     | :fontawesome-solid-circle-check:{ .green } |                     :fontawesome-solid-circle-xmark:{ .red }                     |                    :fontawesome-solid-circle-check:{ .green }                    |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `audience_rating`                                                                       | Uses the audience rating attribute to match<br> `0.0` - `10.0`                                                                                                              | :fontawesome-solid-circle-check:{ .green } |                    :fontawesome-solid-circle-check:{ .green }                    |                     :fontawesome-solid-circle-xmark:{ .red }                     | :fontawesome-solid-circle-check:{ .green } |                     :fontawesome-solid-circle-xmark:{ .red }                     |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `user_rating`                                                                           | Uses the user rating attribute to match<br>`0.0` - `10.0`                                                                                                                   | :fontawesome-solid-circle-check:{ .green } |                    :fontawesome-solid-circle-check:{ .green }                    |                    :fontawesome-solid-circle-check:{ .green }                    | :fontawesome-solid-circle-check:{ .green } |                    :fontawesome-solid-circle-check:{ .green }                    |                    :fontawesome-solid-circle-check:{ .green }                    | :fontawesome-solid-circle-check:{ .green } |
-| `tmdb_vote_count`<sup>**[2](#table-annotations)**</sup>                                 | Uses the tmdb vote count to match<br>minimum: `1`                                                                                                                           | :fontawesome-solid-circle-check:{ .green } |                    :fontawesome-solid-circle-check:{ .green }                    |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |                     :fontawesome-solid-circle-xmark:{ .red }                     |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `tmdb_vote_average`<sup>**[2](#table-annotations)**</sup>                               | Uses the tmdb vote average rating to match<br>minimum: `0.0`                                                                                                                | :fontawesome-solid-circle-check:{ .green } |                    :fontawesome-solid-circle-check:{ .green }                    |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |                     :fontawesome-solid-circle-xmark:{ .red }                     |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `plays`                                                                                 | Uses the plays attribute to match<br>minimum: `1`                                                                                                                           | :fontawesome-solid-circle-check:{ .green } |                    :fontawesome-solid-circle-check:{ .green }                    |                    :fontawesome-solid-circle-check:{ .green }                    | :fontawesome-solid-circle-check:{ .green } |                    :fontawesome-solid-circle-check:{ .green }                    |                    :fontawesome-solid-circle-check:{ .green }                    | :fontawesome-solid-circle-check:{ .green } |
-| `duration`                                                                              | Uses the duration attribute to match using minutes<br>minimum: `0`                                                                                                          | :fontawesome-solid-circle-check:{ .green } |                    :fontawesome-solid-circle-check:{ .green }                    |                     :fontawesome-solid-circle-xmark:{ .red }                     | :fontawesome-solid-circle-check:{ .green } |                     :fontawesome-solid-circle-xmark:{ .red }                     |                     :fontawesome-solid-circle-xmark:{ .red }                     | :fontawesome-solid-circle-check:{ .green } |
-| `channels`                                                                              | Uses the audio channels attribute to match<br>minimum: `0`                                                                                                                  | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green } |                     :fontawesome-solid-circle-xmark:{ .red }                     |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `height`                                                                                | Uses the height attribute to match<br>minimum: `0`                                                                                                                          | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green } |                     :fontawesome-solid-circle-xmark:{ .red }                     |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `width`                                                                                 | Uses the width attribute to match<br>minimum: `0`                                                                                                                           | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green } |                     :fontawesome-solid-circle-xmark:{ .red }                     |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `aspect`                                                                                | Uses the aspect attribute to match<br>minimum: `0.0`                                                                                                                        | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green } |                     :fontawesome-solid-circle-xmark:{ .red }                     |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |
-| `versions`                                                                              | Uses the number of versions found to match<br>minimum: `0`                                                                                                                  | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green }<sup>**[1](#table-annotations)**</sup> | :fontawesome-solid-circle-check:{ .green } |
-| `stinger_rating`<sup>**[4](#table-annotations)**</sup>                                  | Uses the [media stinger](http://www.mediastinger.com/) rating to match. The media stinger rating is if the after/during credits scene is worth staying for.<br>minimum: `0` | :fontawesome-solid-circle-check:{ .green } |                     :fontawesome-solid-circle-xmark:{ .red }                     |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  |                     :fontawesome-solid-circle-xmark:{ .red }                     |                     :fontawesome-solid-circle-xmark:{ .red }                     |  :fontawesome-solid-circle-xmark:{ .red }  | 
-
-## Special Filters
-
-Special Filters each have their own set of rules for how they're used.
-
-### Attribute
-
-| Special Filters                                                                                                            | Description                                                                                                                                                                                                                                                                                              |                   Movies                   |                   Shows                    |                  Seasons                   |                  Episodes                  |                  Artists                   |                   Albums                   |                  Track                   |
-|:---------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:------------------------------------------:|:------------------------------------------:|:------------------------------------------:|:------------------------------------------:|:------------------------------------------:|:------------------------------------------:|:----------------------------------------:|
-| `history`                                                                                                                  | Uses the release date attribute (originally available) to match dates throughout history<br>`day`: Match the Day and Month to Today's Date<br>`month`: Match the Month to Today's Date<br>`1-30`: Match the Day and Month to Today's Date or `1-30` days before Today's Date                             | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-xmark:{ .red } |
-| `episodes`                                                                                                                 | Uses the item's episodes attributes to match <br> Use the `percentage` attribute given a number between 0-100 to determine the percentage of an items episodes that must match the sub-filter.                                                                                                           |  :fontawesome-solid-circle-xmark:{ .red }  | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  | :fontawesome-solid-circle-xmark:{ .red } |
-| `seasons`                                                                                                                  | Uses the item's seasons attributes to match <br> Use the `percentage` attribute given a number between 0-100 to determine the percentage of an items seasons that must match the sub-filter.                                                                                                             |  :fontawesome-solid-circle-xmark:{ .red }  | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  | :fontawesome-solid-circle-xmark:{ .red } |
-| `tracks`                                                                                                                   | Uses the item's tracks attributes to match <br> Use the `percentage` attribute given a number between 0-100 to determine the percentage of an items tracks that must match the sub-filter.                                                                                                               |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-xmark:{ .red } |
-| `albums`                                                                                                                   | Uses the item's albums attributes to match <br> Use the `percentage` attribute given a number between 0-100 to determine the percentage of an items albums that must match the sub-filter.                                                                                                               |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  | :fontawesome-solid-circle-xmark:{ .red } |
-| `original_language`<sup>**[2](#table-annotations)**</sup><br>`original_language.not`<sup>**[2](#table-annotations)**</sup> | Uses TMDb original language [ISO 639-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) to match<br>Example: `original_language: en, ko`                                                                                                                                                    | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  | :fontawesome-solid-circle-xmark:{ .red } |
-| `tmdb_status`<sup>**[2](#table-annotations)**</sup><br>`tmdb_status.not`<sup>**[2](#table-annotations)**</sup>             | Uses TMDb Status to match<br>**Values:** `returning`, `planned`, `production`, `ended`, `canceled`, `pilot`                                                                                                                                                                                              |  :fontawesome-solid-circle-xmark:{ .red }  | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  | :fontawesome-solid-circle-xmark:{ .red } |
-| `tmdb_type`<sup>**[2](#table-annotations)**</sup><br>`tmdb_type.not`<sup>**[2](#table-annotations)**</sup>                 | Uses TMDb Type to match<br>**Values:** `documentary`, `news`, `production`, `miniseries`, `reality`, `scripted`, `talk_show`, `video`                                                                                                                                                                    |  :fontawesome-solid-circle-xmark:{ .red }  | :fontawesome-solid-circle-check:{ .green } |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  |  :fontawesome-solid-circle-xmark:{ .red }  | :fontawesome-solid-circle-xmark:{ .red } |
-| `imdb_keyword`<sup>**[2](#table-annotations)**</sup><sup>**[5](#table-annotations)**</sup>                                 | Uses the keywords from IMDb to ---
-
-# Filters
-
-Filters allow for you to filter every item added to the collection/overlay/playlist from every builder using the `filters` attribute. 
-
-## Using Filters
-
-Filters cannot do anything alone they require the use of at least one [Builder](builders/overview.md) to function.
-
-You can have multiple filters in each set but an item must match at least one value from **each** filter to not be ignored. The values for each must match what Plex has including special characters in order to match.
-
-```yaml
-filters:
-  genre: Action
-  country: Germany
-```
-
-Anything that doesn't have both the Genre `Action` and the Country `Germany` will be ignored.
-
-Multiple Filter Sets can be given as a list. With multiple sets only one of the sets must pass for the item to not be ignored. 
-
-```yaml
-filters:
-  - genre: Action
-    country: Germany
-  - genre: Comedy
-    country: France
-```
-
-Anything that doesn't have either both the Genre `Action` and the Country `Germany` or the Genre `Comedy` and the Country `France` will be ignored.
-
-All filter options are listed below. To display items filtered out add `show_filtered: true` to the definition.
+To display items filtered out add `show_filtered: true` to the definition.  To display items that make it through the filters add `show_unfiltered: true` to the definition.
 
 You can use the `plex_all: true` builder to filter from your entire library.
 
diff --git a/docs/files/overlays.md b/docs/files/overlays.md
index 38cf9f38d..3492d0096 100644
--- a/docs/files/overlays.md
+++ b/docs/files/overlays.md
@@ -391,31 +391,32 @@ Each Special Text Variables has multiple modifiers that can be used to format th
 
 ##### Special Rating Text
 
-| Variable                      | Description                             | Item Types                                  |
-|:------------------------------|:----------------------------------------|:--------------------------------------------|
-| `audience_rating`             | Plex Audience Rating                    | `Movies`, `Shows`, or `Episodes`            |
-| `critic_rating`               | Plex Critic Rating                      | `Movies`, `Shows`, or `Episodes`            |
-| `user_rating`                 | Plex User Rating                        | `Movies`, `Shows`, `Seasons`, or `Episodes` |
-| `tmdb_rating`                 | TMDb Rating                             | `Movies`, `Shows`, `Seasons`, or `Episodes` |
-| `imdb_rating`                 | IMDb Rating                             | `Movies`, `Shows`, or `Episodes`            |
-| `trakt_user_rating`           | Trakt User Rating                       | `Movies` or `Shows`                         |
-| `omdb_rating`                 | OMDb Rating                             | `Movies` or `Shows`                         |
-| `mdb_rating`                  | MDBList Rating                          | `Movies` or `Shows`                         |
-| `mdb_average_rating`          | MDBList Average Rating                  | `Movies` or `Shows`                         |
-| `mdb_imdb_rating`             | MDBList IMDb Rating                     | `Movies` or `Shows`                         |
-| `mdb_metacritic_rating`       | MDBList Metacritic Rating               | `Movies` or `Shows`                         |
-| `mdb_metacriticuser_rating`   | MDBList Metacritic User Rating          | `Movies` or `Shows`                         |
-| `mdb_trakt_rating`            | MDBList Trakt Rating                    | `Movies` or `Shows`                         |
-| `mdb_tomatoes_rating`         | MDBList Rotten Tomatoes Rating          | `Movies` or `Shows`                         |
-| `mdb_tomatoesaudience_rating` | MDBList Rotten Tomatoes Audience Rating | `Movies` or `Shows`                         |
-| `mdb_tmdb_rating`             | MDBList TMDb Rating                     | `Movies` or `Shows`                         |
-| `mdb_letterboxd_rating`       | MDBList Letterboxd Rating               | `Movies` or `Shows`                         |
-| `mdb_myanimelist_rating`      | MDBList MyAnimeList Rating              | `Movies` or `Shows`                         |
-| `anidb_rating`                | AniDB Rating                            | `Movies` or `Shows`                         |
-| `anidb_average_rating`        | AniDB Average Rating                    | `Movies` or `Shows`                         |
-| `anidb_score_rating`          | AniDB Score Rating                      | `Movies` or `Shows`                         |
-| `mal_rating`                  | MyAnimeList Rating                      | `Movies` or `Shows`                         |
-
+| Variable                      | Description                             | Item Types                                                                |
+|:------------------------------|:----------------------------------------|:--------------------------------------------------------------------------|
+| `audience_rating`             | Plex Audience Rating                    | `Movies`, `Shows`, or `Episodes`                                          |
+| `critic_rating`               | Plex Critic Rating                      | `Movies`, `Shows`, or `Episodes`                                          |
+| `user_rating`                 | Plex User Rating                        | `Movies`, `Shows`, `Seasons`, or `Episodes`                               |
+| `tmdb_rating`                 | TMDb Rating                             | `Movies`, `Shows`, `Seasons`, or `Episodes`                               |
+| `imdb_rating`                 | IMDb Rating                             | `Movies`, `Shows`, `Seasons`<sup>1</sup>, or `Episodes`                   |
+| `trakt_user_rating`           | Trakt User Rating                       | `Movies`, `Shows`, `Seasons`<sup>1</sup> or `Episodes`<sup>1</sup>        |
+| `omdb_rating`                 | OMDb Rating                             | `Movies`, `Shows`, `Seasons`<sup>1</sup> or `Episodes`<sup>1</sup>        |
+| `mdb_rating`                  | MDBList Rating                          | `Movies`, `Shows`, `Seasons`<sup>1</sup> or `Episodes`<sup>1</sup>        |
+| `mdb_average_rating`          | MDBList Average Rating                  | `Movies`, `Shows`, `Seasons`<sup>1</sup> or `Episodes`<sup>1</sup>        |
+| `mdb_imdb_rating`             | MDBList IMDb Rating                     | `Movies`, `Shows`, `Seasons`<sup>1</sup> or `Episodes`<sup>1</sup>        |
+| `mdb_metacritic_rating`       | MDBList Metacritic Rating               | `Movies`, `Shows`, `Seasons`<sup>1</sup> or `Episodes`<sup>1</sup>        |
+| `mdb_metacriticuser_rating`   | MDBList Metacritic User Rating          | `Movies`, `Shows`, `Seasons`<sup>1</sup> or `Episodes`<sup>1</sup>        |
+| `mdb_trakt_rating`            | MDBList Trakt Rating                    | `Movies`, `Shows`, `Seasons`<sup>1</sup> or `Episodes`<sup>1</sup>        |
+| `mdb_tomatoes_rating`         | MDBList Rotten Tomatoes Rating          | `Movies`, `Shows`, `Seasons`<sup>1</sup> or `Episodes`<sup>1</sup>        |
+| `mdb_tomatoesaudience_rating` | MDBList Rotten Tomatoes Audience Rating | `Movies`, `Shows`, `Seasons`<sup>1</sup> or `Episodes`<sup>1</sup>        |
+| `mdb_tmdb_rating`             | MDBList TMDb Rating                     | `Movies`, `Shows`, `Seasons`<sup>1</sup> or `Episodes`<sup>1</sup>        |
+| `mdb_letterboxd_rating`       | MDBList Letterboxd Rating               | `Movies`, `Shows`, `Seasons`<sup>1</sup> or `Episodes`<sup>1</sup>        |
+| `mdb_myanimelist_rating`      | MDBList MyAnimeList Rating              | `Movies`, `Shows`, `Seasons`<sup>1</sup> or `Episodes`<sup>1</sup>        |
+| `anidb_rating`                | AniDB Rating                            | `Movies` or `Shows`                                                       |
+| `anidb_average_rating`        | AniDB Average Rating                    | `Movies` or `Shows`                                                       |
+| `anidb_score_rating`          | AniDB Score Rating                      | `Movies` or `Shows`                                                       |
+| `mal_rating`                  | MyAnimeList Rating                      | `Movies` or `Shows`                                                       |
+
+<sup>1</sup> These services do not store season or episode-level ratings, using these options will allow show ratings to be applied at the season or episode level.
 
 ??? tip "Special Rating Text Modifiers"
 
diff --git a/docs/files/settings.md b/docs/files/settings.md
index 78a265ad6..23a06ecdc 100644
--- a/docs/files/settings.md
+++ b/docs/files/settings.md
@@ -24,6 +24,7 @@ tags:
   - missing_only_released
   - only_filter_missing
   - show_filtered
+  - show_unfiltered
   - show_missing
   - save_report
   - ignore_ids
@@ -66,6 +67,7 @@ All the following attributes serve various functions as how the definition funct
 | `missing_only_released`      | **Description:** definition Level `missing_only_released` toggle.<br>**Default:** `missing_only_released` [settings value](../config/settings.md) in the Configuration File<br>**Values:** `true` or `false`                                                                                                                                                                                                                                                                                                              |
 | `only_filter_missing`        | **Description:** definition Level `only_filter_missing` toggle.<br>**Default:** `only_filter_missing` [settings value](../config/settings.md) in the Configuration File<br>**Values:** `true` or `false`                                                                                                                                                                                                                                                                                                                  |
 | `show_filtered`              | **Description:** definition level `show_filtered` toggle.<br>**Default:** `show_filtered` [settings value](../config/settings.md) in the Configuration File<br>**Values:** `true` or `false`                                                                                                                                                                                                                                                                                                                              |
+| `show_unfiltered`            | **Description:** definition level `show_unfiltered` toggle.<br>**Default:** `show_unfiltered` [settings value](../config/settings.md) in the Configuration File<br>**Values:** `true` or `false`                                                                                                                                                                                                                                                                                                                              |
 | `show_missing`               | **Description:** definition level `show_missing` toggle.<br>**Default:** `show_missing` [settings value](../config/settings.md) in the Configuration File<br>**Values:** `true` or `false`                                                                                                                                                                                                                                                                                                                                |
 | `save_report`                | **Description:** definition level `save_report` toggle.<br>**Default:** `save_report` [settings value](../config/settings.md) in the Configuration File<br>**Values:** `true` or `false`                                                                                                                                                                                                                                                                                                                                  |
 | `ignore_ids`                 | **Description:** definition level `ignore_ids` which is combined with the library and global `ignore_ids`.<br>**Default:** `ignore_ids` [settings value](../config/settings.md) in the Configuration File<br>**Values:** List or comma-separated String of TMDb/TVDb IDs                                                                                                                                                                                                                                                  |
diff --git a/docs/kometa/install/images.md b/docs/kometa/install/images.md
index cb3ee2498..73e9d6a9e 100644
--- a/docs/kometa/install/images.md
+++ b/docs/kometa/install/images.md
@@ -1,6 +1,8 @@
 # Docker Images
 
-You should use the official docker image:
+## Official Image
+
+Generally, you should use the official docker image:
 
 ```
 kometateam/kometa
@@ -8,19 +10,21 @@ kometateam/kometa
 
 All the examples in the wiki are assuming the use of this image, and many do not work with non-official Docker images due to differences in how the authors have chosen to construct their images.
 
+## Alternate Images
+
+Generally speaking, we suggest you use the official image instead of these alternates, unless you have a specific reason to use one of these over the official. We do not provide support for issues which specifically relate to using third-party images [LSIO or other].
+
 One alternate image we see a lot is the Linuxserver image, due to its prominent placement in unRAID and linuxserver's general reputation.
 
-## LXML Images
+### LXML Images
 
-In March 2024, lxml, a prerequisite for operating Kometa, ceased support for older CPUs. This impedes users from running Kometa on unsupported hardware.
+In March 2024, `lxml`, a prerequisite for operating Kometa, ceased support for older CPUs. This impedes users from running Kometa on affected hardware.
 
-To address this issue, we have implemented 'lxml' variants for each Kometa branch (master, develop, and nightly). These variants resume compatibility with older hardware by freezing lxml on a previous version which has wider hardware support.
+To address this issue, we have implemented 'lxml' variants for each Kometa branch (master, develop, and nightly). These variants resume compatibility with older hardware by freezing `lxml` on a previous version which has wider hardware support.
 
 To transition to the lxml branch, simply prepend 'lxml-' to the branch name you are currently utilizing. For instance, `kometateam/kometa:lxml-master`, `kometateam/kometa:lxml-develop` and `kometateam/kometa:lxml-nightly`.
 
-This should cover it:
-
-## LinuxServer
+### LinuxServer
 
 The first image offered in unRAID for Kometa is the Linuxserver.io image [`linuxserver/kometa`]
 
@@ -36,7 +40,7 @@ The LSIO image:
 
 Generally speaking, we suggest you use the official image instead of LSIO. We do not provide support for issues which relate to using third-party images [LSIO or other].
 
-## Others
+### Others
 
 There are 8 other images listed at dockerhub aside from the official image and linuxserver.  None of them discuss how they are different beyond one noting it includes `curl`.
 
diff --git a/json-schema/config-schema.json b/json-schema/config-schema.json
index 3cfd1905e..96d251d93 100644
--- a/json-schema/config-schema.json
+++ b/json-schema/config-schema.json
@@ -747,6 +747,10 @@
                     "description": "Used to show filtered items.\nList all items which have been filtered out of a collection or playlist (i.e. if it doesn't meet the filter criteria)",
                     "type": "boolean"
                 },
+                "show_unfiltered": {
+                    "description": "Used to show unfiltered items.\nList all items which make it through a filter into a collection or playlist (i.e. if it MEETS the filter criteria)",
+                    "type": "boolean"
+                },
                 "show_options": {
                     "description": "Used to show attribute options from plex.\nWhile show_options is true the available options for an attribute when using plex_search, smart_filter or filters will be shown. i.e. a smart_filter on the genre attribute will return all of the attributes within the specified library.",
                     "type": "boolean"
diff --git a/json-schema/kitchen_sink_config.yml b/json-schema/kitchen_sink_config.yml
index 71941947b..3f503ec8a 100644
--- a/json-schema/kitchen_sink_config.yml
+++ b/json-schema/kitchen_sink_config.yml
@@ -824,6 +824,7 @@ settings:                                           # Can be individually specif
   show_unconfigured: true
   show_unmanaged: true
   show_filtered: true
+  show_unfiltered: true
   show_options: true
   show_missing: false
   only_filter_missing: false
diff --git a/kometa.py b/kometa.py
index ff5619afb..2c9496639 100644
--- a/kometa.py
+++ b/kometa.py
@@ -620,6 +620,7 @@ def run_libraries(config):
             logger.debug(f"Show Unmanaged: {library.show_unmanaged}")
             logger.debug(f"Show Unconfigured: {library.show_unconfigured}")
             logger.debug(f"Show Filtered: {library.show_filtered}")
+            logger.debug(f"Show Unfiltered: {library.show_unfiltered}")
             logger.debug(f"Show Options: {library.show_options}")
             logger.debug(f"Show Missing: {library.show_missing}")
             logger.debug(f"Save Report: {library.save_report}")
diff --git a/mkdocs.yml b/mkdocs.yml
index 8e8ebc074..c01429592 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -310,6 +310,7 @@ nav:
           - Studios: defaults/overlays/studio.md
         - Utility:
           - Direct Play Only: defaults/overlays/direct_play.md
+      - Defaults Sources: defaults/sources.md
   - FILES & BUILDERS:
       - Overview: files/overview.md
       - FILES:
@@ -350,7 +351,6 @@ nav:
     - EXPLANATION GUIDES: *guides
     - COMPANION SCRIPTS: *scripts
     - USEFUL LINKS: *links
-  - BLOG: https://blog.kometa.wiki
   - SPONSOR: https://github.com/sponsors/meisnate12
 #  - SHOWCASE:
 #    - Overlays Showcase: showcase/overlays.md
diff --git a/modules/builder.py b/modules/builder.py
index 16d579a04..62d510016 100644
--- a/modules/builder.py
+++ b/modules/builder.py
@@ -37,7 +37,7 @@
 poster_details = ["url_poster", "tmdb_poster", "tmdb_profile", "tvdb_poster", "file_poster"]
 background_details = ["url_background", "tmdb_background", "tvdb_background", "file_background"]
 boolean_details = [
-    "show_filtered", "show_missing", "save_report", "missing_only_released", "only_filter_missing",
+    "show_filtered", "show_unfiltered", "show_missing", "save_report", "missing_only_released", "only_filter_missing",
     "delete_below_minimum", "asset_folders", "create_asset_folders"
 ]
 scheduled_boolean = ["visible_library", "visible_home", "visible_shared"]
@@ -143,7 +143,7 @@
 boolean_attributes = plex.boolean_attributes + boolean_filters
 smart_invalid = ["collection_order", "builder_level"]
 smart_only = ["collection_filtering"]
-smart_url_invalid = ["filters", "run_again", "sync_mode", "show_filtered", "show_missing", "save_report", "smart_label"] + radarr_details + sonarr_details
+smart_url_invalid = ["filters", "run_again", "sync_mode", "show_filtered", "show_unfiltered", "show_missing", "save_report", "smart_label"] + radarr_details + sonarr_details
 custom_sort_builders = [
     "plex_search", "plex_watchlist", "plex_pilots", "tmdb_list", "tmdb_popular", "tmdb_now_playing", "tmdb_top_rated",
     "tmdb_trending_daily", "tmdb_trending_weekly", "tmdb_discover", "reciperr_list", "trakt_chart", "trakt_userlist",
@@ -172,7 +172,7 @@
      "cache_builders", "url_theme", "file_theme", "item_label", "default_percent", "non_item_remove_label", "item_analyze"
 ] + episode_parts_only + summary_details + poster_details + background_details + string_details
 playlist_attributes = [
-    "filters", "name_mapping", "show_filtered", "show_missing", "save_report", "allowed_library_types", "run_definition",
+    "filters", "name_mapping", "show_filtered", "show_unfiltered", "show_missing", "save_report", "allowed_library_types", "run_definition",
     "missing_only_released", "only_filter_missing", "delete_below_minimum", "ignore_ids", "ignore_imdb_ids",
     "server_preroll", "changes_webhooks", "minimum_items", "cache_builders", "default_percent"
 ] + custom_sort_builders + summary_details + poster_details + radarr_details + sonarr_details
@@ -569,6 +569,7 @@ def apply_vars(input_str, var_set, var_key, var_limit):
         self.language = self.library.Plex.language
         self.details = {
             "show_filtered": self.library.show_filtered,
+            "show_unfiltered": self.library.show_unfiltered,
             "show_options": self.library.show_options,
             "show_missing": self.library.show_missing,
             "save_report": self.library.save_report,
@@ -2411,7 +2412,7 @@ def filter_and_save_items(self, ids):
         name = self.obj.title if self.obj else self.name
         total = len(items)
         max_length = len(str(total))
-        if self.filters and self.details["show_filtered"] is True:
+        if self.filters and (self.details["show_filtered"] is True or self.details["show_unfiltered"] is True):
             logger.info("")
             logger.info("Filtering Builders:")
         filtered_items = []
@@ -2427,6 +2428,8 @@ def filter_and_save_items(self, ids):
                     current_title = util.item_title(item)
                     if self.check_filters(item, f"{(' ' * (max_length - len(str(i))))}{i}/{total}"):
                         self.found_items.append(item)
+                        if self.details["show_unfiltered"] is True:
+                            logger.info(f"{name} {self.Type} | = | {current_title}")
                     else:
                         filtered_items.append(item)
                         self.filtered_keys[item.ratingKey] = current_title
diff --git a/modules/config.py b/modules/config.py
index 9289f8106..f43dc23d9 100644
--- a/modules/config.py
+++ b/modules/config.py
@@ -215,6 +215,7 @@ def replace_attr(all_data, in_attr, par):
         replace_attr(self.data, "sync_mode", "plex")
         replace_attr(self.data, "show_unmanaged", "plex")
         replace_attr(self.data, "show_filtered", "plex")
+        replace_attr(self.data, "show_unfiltered", "plex")
         replace_attr(self.data, "show_missing", "plex")
         replace_attr(self.data, "save_missing", "plex")
         if self.data["libraries"]:
@@ -240,6 +241,7 @@ def replace_attr(all_data, in_attr, par):
                     replace_attr(self.data["libraries"][library], "sync_mode", "plex")
                     replace_attr(self.data["libraries"][library], "show_unmanaged", "plex")
                     replace_attr(self.data["libraries"][library], "show_filtered", "plex")
+                    replace_attr(self.data["libraries"][library], "show_unfiltered", "plex")
                     replace_attr(self.data["libraries"][library], "show_missing", "plex")
                     replace_attr(self.data["libraries"][library], "save_missing", "plex")
                 if "settings" in self.data["libraries"][library] and self.data["libraries"][library]["settings"]:
@@ -465,6 +467,7 @@ def check_for_attribute(data, attribute, parent=None, test_list=None, translatio
             "show_unmanaged": check_for_attribute(self.data, "show_unmanaged", parent="settings", var_type="bool", default=True),
             "show_unconfigured": check_for_attribute(self.data, "show_unconfigured", parent="settings", var_type="bool", default=True),
             "show_filtered": check_for_attribute(self.data, "show_filtered", parent="settings", var_type="bool", default=False),
+            "show_unfiltered": check_for_attribute(self.data, "show_unfiltered", parent="settings", var_type="bool", default=False),
             "show_options": check_for_attribute(self.data, "show_options", parent="settings", var_type="bool", default=False),
             "show_missing": check_for_attribute(self.data, "show_missing", parent="settings", var_type="bool", default=True),
             "save_report": check_for_attribute(self.data, "save_report", parent="settings", var_type="bool", default=False),
@@ -836,6 +839,7 @@ def check_for_attribute(data, attribute, parent=None, test_list=None, translatio
                 params["show_unmanaged"] = check_for_attribute(lib, "show_unmanaged", parent="settings", var_type="bool", default=self.general["show_unmanaged"], do_print=False, save=False)
                 params["show_unconfigured"] = check_for_attribute(lib, "show_unconfigured", parent="settings", var_type="bool", default=self.general["show_unconfigured"], do_print=False, save=False)
                 params["show_filtered"] = check_for_attribute(lib, "show_filtered", parent="settings", var_type="bool", default=self.general["show_filtered"], do_print=False, save=False)
+                params["show_unfiltered"] = check_for_attribute(lib, "show_unfiltered", parent="settings", var_type="bool", default=self.general["show_unfiltered"], do_print=False, save=False)
                 params["show_options"] = check_for_attribute(lib, "show_options", parent="settings", var_type="bool", default=self.general["show_options"], do_print=False, save=False)
                 params["show_missing"] = check_for_attribute(lib, "show_missing", parent="settings", var_type="bool", default=self.general["show_missing"], do_print=False, save=False)
                 params["show_missing_assets"] = check_for_attribute(lib, "show_missing_assets", parent="settings", var_type="bool", default=self.general["show_missing_assets"], do_print=False, save=False)
diff --git a/modules/library.py b/modules/library.py
index 40410e436..6e86ee516 100644
--- a/modules/library.py
+++ b/modules/library.py
@@ -78,6 +78,7 @@ def __init__(self, config, params):
         self.show_unmanaged = params["show_unmanaged"]
         self.show_unconfigured = params["show_unconfigured"]
         self.show_filtered = params["show_filtered"]
+        self.show_unfiltered = params["show_unfiltered"]
         self.show_options = params["show_options"]
         self.show_missing = params["show_missing"]
         self.show_missing_assets = params["show_missing_assets"]
diff --git a/modules/overlay.py b/modules/overlay.py
index 30bfabe54..392b6d759 100644
--- a/modules/overlay.py
+++ b/modules/overlay.py
@@ -22,22 +22,23 @@
 int_vars = ["runtime", "total_runtime", "season_number", "episode_number", "episode_count", "versions"]
 date_vars = ["originally_available"]
 types_for_var = {
-    "movie_show_season_episode_artist_album": ["runtime", "user_rating", "title"],
+    "movie_show_season_episode_artist_album": ["runtime", "title", "user_rating"],
     "movie_show_episode_album": ["critic_rating", "originally_available"],
-    "movie_show_season_episode": ["tmdb_rating"],
-    "show_season_artist_album": ["total_runtime"],
-    "movie_show_episode": ["audience_rating", "content_rating", "tmdb_rating", "imdb_rating"],
-    "movie_show": [
-        "original_title", "trakt_user_rating", "omdb_rating", "mdb_rating", "mdb_average_rating", "mdb_imdb_rating",
-        "mdb_metacritic_rating", "mdb_metacriticuser_rating", "mdb_trakt_rating", "mdb_tomatoes_rating",
-        "mdb_tomatoesaudience_rating", "mdb_tmdb_rating", "mdb_letterboxd_rating", "mdb_myanimelist_rating",
-        "anidb_rating", "anidb_average_rating", "anidb_score_rating", "mal_rating"
+    "movie_show_season_episode": [
+        "imdb_rating", "mdb_average_rating", "mdb_imdb_rating", "mdb_letterboxd_rating",
+        "mdb_metacritic_rating", "mdb_metacriticuser_rating", "mdb_rating",
+        "mdb_tmdb_rating", "mdb_tomatoes_rating", "mdb_tomatoesaudience_rating",
+        "mdb_trakt_rating", "mdb_myanimelist_rating", "omdb_rating", "tmdb_rating"
     ],
-    "movie_episode": ["versions", "bitrate"],
-    "season_episode": ["show_title", "season_number"],
+    "movie_show_season": ["original_title", "trakt_user_rating"],
+    "show_season_artist_album": ["total_runtime"],
+    "movie_show_episode": ["audience_rating", "content_rating"],
+    "movie_show": ["anidb_average_rating", "anidb_rating", "anidb_score_rating", "mal_rating"],
+    "movie_episode": ["bitrate", "versions"],
+    "season_episode": ["season_number", "show_title"],
     "show_season": ["episode_count"],
     "movie": ["edition"],
-    "episode": ["season_title", "episode_number"]
+    "episode": ["episode_number", "season_title"]
 }
 var_mods = {
     "bitrate": ["", "H", "L"],