diff --git a/docs/defaults/both/actor.md b/docs/defaults/both/actor.md index 40fbb2a8..f9a49ef4 100644 --- a/docs/defaults/both/actor.md +++ b/docs/defaults/both/actor.md @@ -2,7 +2,7 @@ The `actor` Default Metadata File is used to dynamically create collections based on the most popular actors/actresses in your library. -![](../images/actor1.png) +![](../images/person_bw.png) ## Requirements & Recommendations @@ -17,9 +17,20 @@ Supported Library Types: Movie, Show ### Rainier Style -Below is a screenshot of the alternative Rainier (`rainier`) style which can be set via the `style` template variable. +![](../images/person_rainier.png) + +### Signature Style + +![](../images/person_signature.png) + +### Diivoy Style + +![](../images/person_diivoy.png) + +### Diivoy Color Style + +![](../images/person_diivoycolor.png) -![](../images/actor2.png) ## Config @@ -47,7 +58,7 @@ This file contains a [Separator](../separators) so all [Shared Separator Variabl | Variable | Description & Values | |:------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| `style` | **Description:** Controls the visual theme of the collections created.
Values:
bwBlack & White Theme
rainierRainier Theme
| +| `style` | **Description:** Controls the visual theme of the collections created.
**Default:** `bw`
**Values:** `bw`, `rainier`, `signature`, `diivoy`, or `diivoycolor` | | `limit` | **Description:** Changes the Builder Limit for all collections in a Defaults file.
**Values:** Number Greater then 0 | | `limit_<>`1 | **Description:** Changes the Builder Limit of the specified key's collection.
**Default:** `limit`
**Values:** Number Greater then 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](../../metadata/builders/smart.md#sort-options) | @@ -70,7 +81,7 @@ libraries: data: depth: 10 limit: 20 - style: rainier + style: diivoy sort_by: title.asc use_separator: false sep_style: purple diff --git a/docs/defaults/images/actor1.png b/docs/defaults/images/actor1.png deleted file mode 100644 index 3d092dc7..00000000 Binary files a/docs/defaults/images/actor1.png and /dev/null differ diff --git a/docs/defaults/images/actor2.png b/docs/defaults/images/actor2.png deleted file mode 100644 index 8a79864e..00000000 Binary files a/docs/defaults/images/actor2.png and /dev/null differ diff --git a/docs/defaults/images/director1.png b/docs/defaults/images/director1.png deleted file mode 100644 index 064e5398..00000000 Binary files a/docs/defaults/images/director1.png and /dev/null differ diff --git a/docs/defaults/images/director2.png b/docs/defaults/images/director2.png deleted file mode 100644 index fb02fd79..00000000 Binary files a/docs/defaults/images/director2.png and /dev/null differ diff --git a/docs/defaults/images/person_bw.png b/docs/defaults/images/person_bw.png new file mode 100644 index 00000000..f33aef77 Binary files /dev/null and b/docs/defaults/images/person_bw.png differ diff --git a/docs/defaults/images/person_diivoy.png b/docs/defaults/images/person_diivoy.png new file mode 100644 index 00000000..5ee7c5c9 Binary files /dev/null and b/docs/defaults/images/person_diivoy.png differ diff --git a/docs/defaults/images/person_diivoycolor.png b/docs/defaults/images/person_diivoycolor.png new file mode 100644 index 00000000..7b35329c Binary files /dev/null and b/docs/defaults/images/person_diivoycolor.png differ diff --git a/docs/defaults/images/person_rainier.png b/docs/defaults/images/person_rainier.png new file mode 100644 index 00000000..e460a28c Binary files /dev/null and b/docs/defaults/images/person_rainier.png differ diff --git a/docs/defaults/images/person_signature.png b/docs/defaults/images/person_signature.png new file mode 100644 index 00000000..e5c5842f Binary files /dev/null and b/docs/defaults/images/person_signature.png differ diff --git a/docs/defaults/images/producer1.png b/docs/defaults/images/producer1.png deleted file mode 100644 index c8824599..00000000 Binary files a/docs/defaults/images/producer1.png and /dev/null differ diff --git a/docs/defaults/images/producer2.png b/docs/defaults/images/producer2.png deleted file mode 100644 index 3dfaf05e..00000000 Binary files a/docs/defaults/images/producer2.png and /dev/null differ diff --git a/docs/defaults/images/writer1.png b/docs/defaults/images/writer1.png deleted file mode 100644 index 52dc3bc1..00000000 Binary files a/docs/defaults/images/writer1.png and /dev/null differ diff --git a/docs/defaults/images/writer2.png b/docs/defaults/images/writer2.png deleted file mode 100644 index baad7a2b..00000000 Binary files a/docs/defaults/images/writer2.png and /dev/null differ diff --git a/docs/defaults/movie/director.md b/docs/defaults/movie/director.md index 56eff1a8..ce2f1020 100644 --- a/docs/defaults/movie/director.md +++ b/docs/defaults/movie/director.md @@ -2,7 +2,7 @@ The `director` Default Metadata File is used to dynamically create collections based on the most popular directors in your library. -![](../images/director1.png) +![](../images/person_bw.png) ## Requirements & Recommendations @@ -17,9 +17,19 @@ Supported Library Types: Movie ### Rainier Style -Below is a screenshot of the alternative Rainier (`rainier`) style which can be set via the `style` template variable. +![](../images/person_rainier.png) -![](../images/director2.png) +### Signature Style + +![](../images/person_signature.png) + +### Diivoy Style + +![](../images/person_diivoy.png) + +### Diivoy Color Style + +![](../images/person_diivoycolor.png) ## Config @@ -44,7 +54,7 @@ This file contains a [Separator](../separators) so all [Shared Separator Variabl | Variable | Description & Values | |:------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| `style` | **Description:** Controls the visual theme of the collections created
Values:
bwBlack & White Theme
rainierRainier Theme
| +| `style` | **Description:** Controls the visual theme of the collections created.
**Default:** `bw`
**Values:** `bw`, `rainier`, `signature`, `diivoy`, or `diivoycolor` | | `limit` | **Description:** Changes the Builder Limit for all collections in a Defaults file.
**Values:** Number Greater then 0 | | `limit_<>`1 | **Description:** Changes the Builder Limit of the specified key's collection.
**Default:** `limit`
**Values:** Number Greater then 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](../../metadata/builders/smart.md#sort-options) | diff --git a/docs/defaults/movie/producer.md b/docs/defaults/movie/producer.md index a2dd0dbb..c7a705e2 100644 --- a/docs/defaults/movie/producer.md +++ b/docs/defaults/movie/producer.md @@ -2,7 +2,7 @@ The `producer` Default Metadata File is used to dynamically create collections based on the most popular producers in your library. -![](../images/producer1.png) +![](../images/person_bw.png) ## Requirements & Recommendations @@ -17,9 +17,19 @@ Supported Library Types: Movie ### Rainier Style -Below is a screenshot of the alternative Rainier (`rainier`) style which can be set via the `style` template variable. +![](../images/person_rainier.png) -![](../images/producer2.png) +### Signature Style + +![](../images/person_signature.png) + +### Diivoy Style + +![](../images/person_diivoy.png) + +### Diivoy Color Style + +![](../images/person_diivoycolor.png) ## Config @@ -44,7 +54,7 @@ This file contains a [Separator](../separators) so all [Shared Separator Variabl | Variable | Description & Values | |:------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| `style` | **Description:** Controls the visual theme of the collections created
Values:
bwBlack & White Theme
rainierRainier Theme
| +| `style` | **Description:** Controls the visual theme of the collections created.
**Default:** `bw`
**Values:** `bw`, `rainier`, `signature`, `diivoy`, or `diivoycolor` | | `limit` | **Description:** Changes the Builder Limit for all collections in a Defaults file.
**Values:** Number Greater then 0 | | `limit_<>`1 | **Description:** Changes the Builder Limit of the specified key's collection.
**Default:** `limit`
**Values:** Number Greater then 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](../../metadata/builders/smart.md#sort-options) | @@ -64,7 +74,7 @@ libraries: metadata_path: - pmm: producer template_variables: - style: rainier + style: diivoycolor use_separator: false sep_style: purple data: diff --git a/docs/defaults/movie/writer.md b/docs/defaults/movie/writer.md index 64bc0bca..b0699a53 100644 --- a/docs/defaults/movie/writer.md +++ b/docs/defaults/movie/writer.md @@ -17,9 +17,19 @@ Supported Library Types: Movie ### Rainier Style -Below is a screenshot of the alternative Rainier (`rainier`) style which can be set via the `style` template variable. +![](../images/person_rainier.png) -![](../images/writer2.png) +### Signature Style + +![](../images/person_signature.png) + +### Diivoy Style + +![](../images/person_diivoy.png) + +### Diivoy Color Style + +![](../images/person_diivoycolor.png) ## Config @@ -44,7 +54,7 @@ This file contains a [Separator](../separators) so all [Shared Separator Variabl | Variable | Description & Values | |:------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| `style` | **Description:** Controls the visual theme of the collections created
Values:
bwBlack & White Theme
rainierRainier Theme
| +| `style` | **Description:** Controls the visual theme of the collections created.
**Default:** `bw`
**Values:** `bw`, `rainier`, `signature`, `diivoy`, or `diivoycolor` | | `limit` | **Description:** Changes the Builder Limit for all collections in a Defaults file.
**Values:** Number Greater then 0 | | `limit_<>`1 | **Description:** Changes the Builder Limit of the specified key's collection.
**Default:** `limit`
**Values:** Number Greater then 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](../../metadata/builders/smart.md#sort-options) | @@ -64,7 +74,7 @@ libraries: metadata_path: - pmm: writer template_variables: - style: rainier + style: signature use_separator: false sep_style: purple data: