From c1476e4fbc66fd1abbc2f989dfe34ad65ab0c510 Mon Sep 17 00:00:00 2001 From: bullmoose20 Date: Wed, 21 Sep 2022 08:56:03 -0400 Subject: [PATCH 1/2] fix shared section in templates and trakt summary FR (#458) --- PMM/chart/trakt.yml | 5 ++++- PMM/templates.yml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/PMM/chart/trakt.yml b/PMM/chart/trakt.yml index 0bc23c3..263492d 100644 --- a/PMM/chart/trakt.yml +++ b/PMM/chart/trakt.yml @@ -29,6 +29,8 @@ # # Available options. Replace "key" with the # # # desired collection's key from the chart above. # # # +# # Customize summary of collection # +# summary: A collection of ... # # # Turn the collection on/off # # use_key: true # # # Determines collection order in its section # @@ -70,10 +72,11 @@ templates: trakt: default: limit_<>: 100 + summary: A collection of Trakt's Weekly <> List trakt_chart: chart: <> limit: <>>> - summary: A collection of Trakt's Weekly <> List + summary: <> dynamic_collections: Trakt: diff --git a/PMM/templates.yml b/PMM/templates.yml index ae51e8b..184922c 100644 --- a/PMM/templates.yml +++ b/PMM/templates.yml @@ -33,7 +33,7 @@ templates: key: <> pre: "_" order_<>: "" - image: chart/<> + image: chart/<> item_radarr_tag_<>: <> item_sonarr_tag_<>: <> optional: From 28ae50a8935b5496271e7f3829c298364c7161c7 Mon Sep 17 00:00:00 2001 From: YozoraXCII Date: Wed, 21 Sep 2022 20:48:16 +0100 Subject: [PATCH 2/2] Update PMM Defaults CHANGELOG --- PMM/CHANGELOG | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/PMM/CHANGELOG b/PMM/CHANGELOG index 0ac2803..9b9dbc4 100644 --- a/PMM/CHANGELOG +++ b/PMM/CHANGELOG @@ -4,6 +4,15 @@ Added several [visual styles for Separators](https://github.com/meisnate12/Plex- # OVERLAY CHANGES Added [Common Sense Age Rating](https://www.commonsensemedia.org/) overlays, called with `- git: PMM/overlays/age` and to be used in combination with operation `mass_content_rating_update: mdb_commonsense` +- See [this image](https://media.discordapp.net/attachments/1018513616653262908/1020094756329623624/unknown.png) Added Common Sense Selection overlays, called with `- git: PMM/overlays/commonsense_selection` +- See [this image](https://i.ibb.co/2cyjM1c/Untitled.png) Added [mediastinger](http://www.mediastinger.com/) overlays to indicate mid-credits and post-credits scenes, called with `- git: PMM/overlays/mediastinger` +- See #3 on "Jurassic World: Fallen Kingdom" in [this image](https://metamanager.wiki/en/nightly/_images/movie-overlays1-annotated.png) Added Oscars Ribbon overlay for [Best Picture Winners](https://www.imdb.com/search/title/?groups=best_picture_winner), called with `- git: PMM/overlays/oscars` +- See #11 on "Schindler's List" in [this image](https://metamanager.wiki/en/nightly/_images/movie-overlays1-annotated.png) +Added visual indicator of multiple versions of media, called with `- git: PMM/overlays/versions` +- See "The Incredible Hulk" and "Thor" in [this image]([https://cdn.discordapp.com/attachments/927936511238869042/1021788091037519892/unknown.png) + +# OTHER CHANGES +Changed various [template names](https://github.com/meisnate12/Plex-Meta-Manager-Configs/blob/master/PMM/templates.yml). If you are running local copies of the PMM default files which call the git version of the templates file , it is strongly recommended you check template names on all your local file collections. \ No newline at end of file