mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
[98] Merge remote-tracking branch 'bullmoose20/nightly' into nightly
This commit is contained in:
commit
32c74bb08b
6 changed files with 7 additions and 7 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
1.18.3-develop97
|
1.18.3-develop98
|
||||||
|
|
|
@ -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…
Reference in a new issue