diff --git a/defaults/both/based.yml b/defaults/both/based.yml index 304be5ab..9bf86830 100644 --- a/defaults/both/based.yml +++ b/defaults/both/based.yml @@ -1,8 +1,8 @@ ############################################################################## -# "Based On..." Collections # +# "Based On..." Collections # # Created by Yozora, Bullmoose20, & Sohjiro # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # -# https://metamanager.wiki/en/latest/defaults/both/based.html # +# https://metamanager.wiki/en/latest/defaults/both/based.html # ############################################################################## external_templates: @@ -32,33 +32,13 @@ dynamic_collections: video_games: Video Game title_format: Based on a <> template: - - filter + - mdb_smart - translation - shared - addons: - books: - - based-on-novel - - based-on-novella - - based-on-novels - - based-on-book-series - - based-on-novelette - - based-on-book - - based-on-novel-or-booka - comics: - - based-on-comic-book - - based-on-manga - - based-on-comic - true_story: - - based-on-real-events - - based-on-real-story - - based-on-true-story - video_games: - - based-on-video-game - - based-on-a-video-game - - video-game-adaption + - arr template_variables: - filter_term: - default: imdb_keyword + mdblist_list: + default: https://mdblist.com/lists/plexmetamanager/based_on_<>_<>s image: default: based/<> translation_key: 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/both/based.md b/docs/defaults/both/based.md index a19f6517..63763360 100644 --- a/docs/defaults/both/based.md +++ b/docs/defaults/both/based.md @@ -51,8 +51,8 @@ This file contains a [Separator](../separators) so all [Shared Separator Variabl | `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
| | `exclude` | **Description:** Exclude these Media Outlets from creating a Dynamic Collection.
**Values:** List of Media Outlet Keys | -| `basedon_name` | **Description:** Changes the title format of the Dynamic Collections.
**Default:** `Based on a <>`
**Values:** Any string with `<>` in it. | -| `basedon_summary` | **Description:** Changes the summary format of the Dynamic Collections.
**Default:** `<>s based on or inspired by <>s.`
**Values:** Any string. | +| `based_name` | **Description:** Changes the title format of the Dynamic Collections.
**Default:** `Based on a <>`
**Values:** Any string with `<>` in it. | +| `based_summary` | **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. 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: diff --git a/docs/metadata/overlay.md b/docs/metadata/overlay.md index b4f9c293..6fe464ed 100644 --- a/docs/metadata/overlay.md +++ b/docs/metadata/overlay.md @@ -8,8 +8,7 @@ All overlay coordinates assume 1000 x 1500 for Posters and 1920 x 1080 for Backg **To remove all overlays add `remove_overlays: true` to the `overlay_path` [Libraries Attribute](../config/libraries.md#remove-overlays).** -**IMPORTANT NOTE ON OVERLAYS: -**Once you have applied overlays to your posters in PLex, it is highly recommennded that you never change artwork on a thing directly in Plex again. PMM uses labels on the items in Plex to decide if an overlays has been applied, so if you change artwork behind PMM's back things can become confused and items can end up with double-overlaid posters. It's recommended to set new artwork using the asset directory, which will ensure that this doesn't happen. +**IMPORTANT NOTE ON OVERLAYS:** Once you have applied overlays to your posters in PLex, it is highly recommennded that you never change artwork on a thing directly in Plex again. PMM uses labels on the items in Plex to decide if an overlays has been applied, so if you change artwork behind PMM's back things can become confused and items can end up with double-overlaid posters. It's recommended to set new artwork using the asset directory, which will ensure that this doesn't happen. **To change a single overlay original image either remove the `Overlay` shared label and update the Image in Plex or replace the image in the assets folder and then PMM will overlay the new image**