From a857fb725f921d79d14a6eb1d374576ed746e670 Mon Sep 17 00:00:00 2001 From: bullmoose20 Date: Thu, 23 Feb 2023 20:33:41 -0500 Subject: [PATCH] [92] collection sort order fix decades,year,audio,subs --- VERSION | 2 +- defaults/both/subtitle_language.yml | 2 +- defaults/both/year.yml | 2 +- docs/defaults/both/subtitle_language.md | 2 +- docs/defaults/both/year.md | 2 +- docs/defaults/collections.md | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/VERSION b/VERSION index 5bdafed4..23f7d402 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.18.3-develop91 +1.18.3-develop92 diff --git a/defaults/both/subtitle_language.yml b/defaults/both/subtitle_language.yml index a55a42ff..7201017b 100644 --- a/defaults/both/subtitle_language.yml +++ b/defaults/both/subtitle_language.yml @@ -8,7 +8,7 @@ external_templates: pmm: templates template_variables: - collection_section: "090" + collection_section: "095" translations: pmm: translations diff --git a/defaults/both/year.yml b/defaults/both/year.yml index eb0be205..7fec1f7a 100644 --- a/defaults/both/year.yml +++ b/defaults/both/year.yml @@ -8,7 +8,7 @@ external_templates: pmm: templates template_variables: - collection_section: "100" + collection_section: "105" translations: pmm: translations diff --git a/docs/defaults/both/subtitle_language.md b/docs/defaults/both/subtitle_language.md index c2538b18..81ffcb55 100644 --- a/docs/defaults/both/subtitle_language.md +++ b/docs/defaults/both/subtitle_language.md @@ -8,7 +8,7 @@ The `subtitle_language` Default Metadata File is used to dynamically create coll Supported Library Types: Movie, Show -## Collections Section 090 +## Collections Section 095 | Collection | Key | Description | |:---------------------------------------------------------|:------------------------------------------|:----------------------------------------------------------------------------| diff --git a/docs/defaults/both/year.md b/docs/defaults/both/year.md index 74ab5ed4..1d6fdf6a 100644 --- a/docs/defaults/both/year.md +++ b/docs/defaults/both/year.md @@ -8,7 +8,7 @@ The `year` Default Metadata File is used to dynamically create collections based Supported Library Types: Movie, Show -## Collections Section 100 +## Collections Section 105 | Collection | Key | Description | |:--------------------------------------------------|:----------------------------------|:----------------------------------------------------------------------------| diff --git a/docs/defaults/collections.md b/docs/defaults/collections.md index a23b6715..8b8ade72 100644 --- a/docs/defaults/collections.md +++ b/docs/defaults/collections.md @@ -75,9 +75,9 @@ This is the default PMM collection ordering: | `country` | `080` | | `based` | `085` | | `audio_language` | `090` | -| `subtitle_language` | `090` | +| `subtitle_language` | `095` | | `decade` | `100` | -| `year` | `100` | +| `year` | `105` | | `content_rating_us` | `110` | | `content_rating_uk` | `110` | | `content_rating_cs` | `110` |