[92] collection sort order fix decades,year,audio,subs

pull/1324/head
bullmoose20 2 years ago
parent bbe13d7c5b
commit a857fb725f

@ -1 +1 @@
1.18.3-develop91 1.18.3-develop92

@ -8,7 +8,7 @@
external_templates: external_templates:
pmm: templates pmm: templates
template_variables: template_variables:
collection_section: "090" collection_section: "095"
translations: translations:
pmm: translations pmm: translations

@ -8,7 +8,7 @@
external_templates: external_templates:
pmm: templates pmm: templates
template_variables: template_variables:
collection_section: "100" collection_section: "105"
translations: translations:
pmm: translations pmm: translations

@ -8,7 +8,7 @@ The `subtitle_language` Default Metadata File is used to dynamically create coll
Supported Library Types: Movie, Show Supported Library Types: Movie, Show
## Collections Section 090 ## Collections Section 095
| Collection | Key | Description | | Collection | Key | Description |
|:---------------------------------------------------------|:------------------------------------------|:----------------------------------------------------------------------------| |:---------------------------------------------------------|:------------------------------------------|:----------------------------------------------------------------------------|

@ -8,7 +8,7 @@ The `year` Default Metadata File is used to dynamically create collections based
Supported Library Types: Movie, Show Supported Library Types: Movie, Show
## Collections Section 100 ## Collections Section 105
| Collection | Key | Description | | Collection | Key | Description |
|:--------------------------------------------------|:----------------------------------|:----------------------------------------------------------------------------| |:--------------------------------------------------|:----------------------------------|:----------------------------------------------------------------------------|

@ -75,9 +75,9 @@ This is the default PMM collection ordering:
| `country` | `080` | | `country` | `080` |
| `based` | `085` | | `based` | `085` |
| `audio_language` | `090` | | `audio_language` | `090` |
| `subtitle_language` | `090` | | `subtitle_language` | `095` |
| `decade` | `100` | | `decade` | `100` |
| `year` | `100` | | `year` | `105` |
| `content_rating_us` | `110` | | `content_rating_us` | `110` |
| `content_rating_uk` | `110` | | `content_rating_uk` | `110` |
| `content_rating_cs` | `110` | | `content_rating_cs` | `110` |

Loading…
Cancel
Save