diff --git a/.github/.wordlist.txt b/.github/.wordlist.txt
index 2a0d5a70..d1ba7821 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 00000000..63b8dc2f
--- /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 fc09d694..8cfca8dd 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -25,5 +25,6 @@ Fixes an issue where episode overlays sometimes wouldn't be added
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
+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/docs/defaults/award/bafta.md b/docs/defaults/award/bafta.md
index 44cb0da3..77b7258d 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.
Attribute | Description & Values |
---|
starting | Controls the starting year for collections Default: latest-5 Values: Number greater than 0 |
ending | Controls the ending year for collections Default: latest Values: Number greater than 1 |
increment | Controls 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 4cfcf1aa..488685c0 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.
Attribute | Description & Values |
---|
starting | Controls the starting year for collections Default: latest-5 Values: Number greater than 0 |
ending | Controls the ending year for collections Default: latest Values: Number greater than 1 |
increment | Controls 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 afebaf2e..15671e54 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.
Attribute | Description & Values |
---|
starting | Controls the starting year for collections Default: latest-5 Values: Number greater than 0 |
ending | Controls the ending year for collections Default: latest Values: Number greater than 1 |
increment | Controls 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 fa43095d..b853b4f3 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.
Attribute | Description & Values |
---|
starting | Controls the starting year for collections Default: latest-5 Values: Number greater than 0 |
ending | Controls the ending year for collections Default: latest Values: Number greater than 1 |
increment | Controls 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 565b4b96..028e595a 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.
Attribute | Description & Values |
---|
starting | Controls the starting year for collections Default: latest-5 Values: Number greater than 0 |
ending | Controls the ending year for collections Default: latest Values: Number greater than 1 |
increment | Controls 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 2352ee66..aee0bfa7 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.
Attribute | Description & Values |
---|
starting | Controls the starting year for collections Default: latest-5 Values: Number greater than 0 |
ending | Controls the ending year for collections Default: latest Values: Number greater than 1 |
increment | Controls 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 8121ce4e..172097d8 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.
Attribute | Description & Values |
---|
starting | Controls the starting year for collections Default: latest-5 Values: Number greater than 0 |
ending | Controls the ending year for collections Default: latest Values: Number greater than 1 |
increment | Controls 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"
diff --git a/docs/defaults/award/nfr.md b/docs/defaults/award/nfr.md
index 654dfcbf..2884bc4a 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.
Attribute | Description & Values |
---|
starting | Controls the starting year for collections Default: latest-5 Values: Number greater than 0 |
ending | Controls the ending year for collections Default: latest Values: Number greater than 1 |
increment | Controls 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 7ed38ba8..c11db364 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.
Attribute | Description & Values |
---|
starting | Controls the starting year for collections Default: latest-6 Values: Number greater than 0 |
ending | Controls the ending year for collections Default: latest-1 Values: Number greater than 1 |
increment | Controls 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 3b755957..47445c0a 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.
Attribute | Description & Values |
---|
starting | Controls the starting year for collections Default: latest-5 Values: Number greater than 0 |
ending | Controls the ending year for collections Default: latest Values: Number greater than 1 |
increment | Controls 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 a2773de9..01e4a8d7 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.
Attribute | Description & Values |
---|
starting | Controls the starting year for collections Default: latest-5 Values: Number greater than 0 |
ending | Controls the ending year for collections Default: latest Values: Number greater than 1 |
increment | Controls 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 e58e309d..020451cf 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.
Attribute | Description & Values |
---|
starting | Controls the starting year for collections Default: latest-5 Values: Number greater than 0 |
ending | Controls the ending year for collections Default: latest Values: Number greater than 1 |
increment | Controls 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 6aee76d4..b7a6b298 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 6cd01b09..42065ac8 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.
Attribute | Description & Values |
---|
starting | Controls the starting year for collections Default: latest-5 Values: Number greater than 0 |
ending | Controls the ending year for collections Default: latest Values: Number greater than 1 |
increment | Controls 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 7351c106..38c62371 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.
Attribute | Description & Values |
---|
starting | Controls the starting year for collections Default: latest-5 Values: Number greater than 0 |
ending | Controls the ending year for collections Default: latest Values: Number greater than 1 |
increment | Controls 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 b80cbefd..1a4b6e5a 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.
Attribute | Description & Values |
---|
starting | Controls the starting year for collections Default: latest-5 Values: Number greater than 0 |
ending | Controls the ending year for collections Default: latest Values: Number greater than 1 |
increment | Controls 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 048e94cb..165b7292 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.
Attribute | Description & Values |
---|
starting | Controls the starting year for collections Default: latest-5 Values: Number greater than 0 |
ending | Controls the ending year for collections Default: latest Values: Number greater than 1 |
increment | Controls 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 c1e6a657..ea865a8b 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.Attribute | Description & Values |
---|
depth | Controls the depth within the casting credits to search for common actors Default: 5 Values: Number greater than 0 |
limit | Controls 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 Birthday | Number 0 or greater |
`after` | Run if X Number of Days after the Birthday | Number 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 9f889379..369aa215 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 da5be2b5..676849e2 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.**
+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) "
-
-
-
- ```{ .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) "
-
-
-
- ```{ .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 ce8c1816..cc0336e7 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 dd4dd46d..1879fd82 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.**
+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 `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
+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 499c73cc..f9961ad7 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.**
+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) "
-
-
-
- ```{ .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) "
-
-
-
- ```{ .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 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 f38edf25..a1453c66 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.**
+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) "
-
-
-
- ```{ .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) "
-
-
-
- ```{ .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 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 5257e9ff..04dba954 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.**
+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) "
-
-
-
- ```{ .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) "
-
-
-
- ```{ .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 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 d684b739..b96c2d41 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.**
+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) "
-
-
-
- ```{ .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) "
-
-
-
- ```{ .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 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 5a1c9646..7eb6bcef 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.**
+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) "
-
-
-
- ```{ .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) "
-
-
-
- ```{ .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 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 31ff55d0..183de06c 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:** `<> <