From 08da1478c6700b6052aa40d14a75e1220b2f7c2a Mon Sep 17 00:00:00 2001 From: meisnate12 Date: Thu, 3 Nov 2022 15:47:11 -0400 Subject: [PATCH] [184] fix wiki navbar --- CHANGELOG | 22 +++++++++++----------- VERSION | 2 +- docs/_templates/navbar.html | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index da1cec99..518a4439 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,17 +7,17 @@ Updated pathvalidate requirement to 2.5.2 # New Packaged Defaults System All the old PMM Defaults (i.e. `- git: PMM\...` Files) are now packaged into PMM locally and can be accessed using `- pmm: ...` -Added Common Sense Selection [Movie](https://www.commonsensemedia.org/reviews/category/movie/tag/common-sense-selections-31822)] and [Show](https://www.commonsensemedia.org/reviews/category/tv/tag/common-sense-selections-31822) collections to [`chart/other`](https://metamanager.wiki/en/nightly/defaults/chart/other.html) -Added [Common Sense Media Content Rating Collections](https://metamanager.wiki/en/nightly/defaults/both/content_rating_cs.html), called with `- pmm: content_rating_cs` and to be used in combination with operation [`mass_content_rating_update: mdb_commonsense`](https://metamanager.wiki/en/nightly/config/operations.html#mass-content-rating-update). -Added [Common Sense Media Content Rating Collections](https://metamanager.wiki/en/nightly/defaults/both/content_rating_cs.html), called with `- pmm: content_rating_cs` and to be used in combination with operation [`mass_content_rating_update: mdb_commonsense`](https://metamanager.wiki/en/nightly/config/operations.html#mass-content-rating-update). -Added several [visual styles for Separators](https://metamanager.wiki/en/nightly/defaults/separators.html#separator-styles) to match PLEX's Categories theming. Called using `sep_style` template variable. -Removed special_release and incorporated it into [resolution](https://metamanager.wiki/en/nightly/defaults/overlays/resolution.html). -Enhanced [resolution](https://metamanager.wiki/en/nightly/defaults/overlays/resolution.html) to support both dovetail overlays with resolutions and box overlays when resolutions are not being used. Regexes were enhanced to support the new TRaSH naming guides with the `{edition-` naming scheme. -Added [Common Sense Age Rating](https://metamanager.wiki/en/nightly/defaults/overlays/commonsense.html) overlays, called with `- pmm: commonsense` and to be used in combination with operation [`mass_content_rating_update: mdb_commonsense`](https://metamanager.wiki/en/nightly/config/operations.html#mass-content-rating-update). -Added [mediastinger](https://metamanager.wiki/en/nightly/defaults/overlays/mediastinger.html) overlays to indicate mid-credits and post-credits scenes, called with `- pmm: mediastinger` -Removed `imdb_top_250`, `oscars`, `mc_must_see`, `rt_cert_fresh` and `commonsense_selection` Overlays in favor of adding them all into the new combined [Ribbon Overlay](https://metamanager.wiki/en/nightly/defaults/overlays/ribbon.html). -Added the new [Versions Overlay](https://metamanager.wiki/en/nightly/defaults/overlays/versions.html) which adds a visual indicator of multiple versions of media, called with `- pmm: versions` -Removed the `audio_languages` Overlay and replaced it with the [Audio/Subtitle Language Count Overlay](https://metamanager.wiki/en/nightly/defaults/overlays/language_count.html), called with `- pmm: language_count`. +Added Common Sense Selection [Movie](https://www.commonsensemedia.org/reviews/category/movie/tag/common-sense-selections-31822)] and [Show](https://www.commonsensemedia.org/reviews/category/tv/tag/common-sense-selections-31822) collections to [`chart/other`](https://metamanager.wiki/en/latest/defaults/chart/other.html) +Added [Common Sense Media Content Rating Collections](https://metamanager.wiki/en/latest/defaults/both/content_rating_cs.html), called with `- pmm: content_rating_cs` and to be used in combination with operation [`mass_content_rating_update: mdb_commonsense`](https://metamanager.wiki/en/latest/config/operations.html#mass-content-rating-update). +Added [Common Sense Media Content Rating Collections](https://metamanager.wiki/en/latest/defaults/both/content_rating_cs.html), called with `- pmm: content_rating_cs` and to be used in combination with operation [`mass_content_rating_update: mdb_commonsense`](https://metamanager.wiki/en/latest/config/operations.html#mass-content-rating-update). +Added several [visual styles for Separators](https://metamanager.wiki/en/latest/defaults/separators.html#separator-styles) to match PLEX's Categories theming. Called using `sep_style` template variable. +Removed special_release and incorporated it into [resolution](https://metamanager.wiki/en/latest/defaults/overlays/resolution.html). +Enhanced [resolution](https://metamanager.wiki/en/latest/defaults/overlays/resolution.html) to support both dovetail overlays with resolutions and box overlays when resolutions are not being used. Regexes were enhanced to support the new TRaSH naming guides with the `{edition-` naming scheme. +Added [Common Sense Age Rating](https://metamanager.wiki/en/latest/defaults/overlays/commonsense.html) overlays, called with `- pmm: commonsense` and to be used in combination with operation [`mass_content_rating_update: mdb_commonsense`](https://metamanager.wiki/en/latest/config/operations.html#mass-content-rating-update). +Added [mediastinger](https://metamanager.wiki/en/latest/defaults/overlays/mediastinger.html) overlays to indicate mid-credits and post-credits scenes, called with `- pmm: mediastinger` +Removed `imdb_top_250`, `oscars`, `mc_must_see`, `rt_cert_fresh` and `commonsense_selection` Overlays in favor of adding them all into the new combined [Ribbon Overlay](https://metamanager.wiki/en/latest/defaults/overlays/ribbon.html). +Added the new [Versions Overlay](https://metamanager.wiki/en/latest/defaults/overlays/versions.html) which adds a visual indicator of multiple versions of media, called with `- pmm: versions` +Removed the `audio_languages` Overlay and replaced it with the [Audio/Subtitle Language Count Overlay](https://metamanager.wiki/en/latest/defaults/overlays/language_count.html), called with `- pmm: language_count`. Added Translations for the default collection name and summary (we're working on images). Currently we have `en`, `fr`, `de`, `da`, and `pt-br` if anyone wants to translate pmm to another language ping a team member on discord and let them know you wanna contribute. # New Features diff --git a/VERSION b/VERSION index bb40cbd6..dd464e3d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.17.3-develop183 +1.17.3-develop184 diff --git a/docs/_templates/navbar.html b/docs/_templates/navbar.html index 798daef5..d72dd0bc 100644 --- a/docs/_templates/navbar.html +++ b/docs/_templates/navbar.html @@ -48,7 +48,7 @@ {% if subsublink|length == 4 %} {{ subsublink[1] }} {% elif subsublink|length == 5 %} - {{ subsublink[1] }} + {{ subsublink[1] }} {% else %} {{ subsubsublink[1] }} {% endif %}