mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-25 14:00:21 +00:00
[15] Merge remote-tracking branch 'TheSpoon98/master' into nightly
This commit is contained in:
commit
28d04c54b7
2 changed files with 23 additions and 4 deletions
|
@ -15,9 +15,9 @@ translations:
|
||||||
pmm: translations
|
pmm: translations
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
Golden Globe Best Motion Pictures:
|
Golden Globes Best Picture Winners:
|
||||||
variables:
|
variables:
|
||||||
key: best
|
key: best_picture
|
||||||
template:
|
template:
|
||||||
- name: shared
|
- name: shared
|
||||||
sort: Golden Globes !1
|
sort: Golden Globes !1
|
||||||
|
@ -25,10 +25,28 @@ collections:
|
||||||
image: award/golden/best_picture_winner
|
image: award/golden/best_picture_winner
|
||||||
- name: arr
|
- name: arr
|
||||||
- name: custom
|
- name: custom
|
||||||
|
collection_order: release.desc
|
||||||
- name: translation
|
- name: translation
|
||||||
translation_key: golden_best
|
translation_key: golden_best
|
||||||
trakt_list: https://trakt.tv/users/maxwelldeux/lists/golden-globe-award-best-motion-picture
|
tmdb_list:
|
||||||
|
- 8191011 # Drama
|
||||||
|
- 8191022 # Musical or Comedy
|
||||||
|
- 8235497 # Animation
|
||||||
|
|
||||||
|
Golden Globes Best Director Winners:
|
||||||
|
variables:
|
||||||
|
key: best_director
|
||||||
|
template:
|
||||||
|
- name: shared
|
||||||
|
sort: Golden Globes !2
|
||||||
|
allowed_libraries: movie
|
||||||
|
image: award/golden/best_director_winner
|
||||||
|
- name: arr
|
||||||
|
- name: custom
|
||||||
|
- name: translation
|
||||||
|
translation_key: golden_director
|
||||||
|
tmdb_list: 8235502
|
||||||
|
|
||||||
dynamic_collections:
|
dynamic_collections:
|
||||||
Golden Globes Awards:
|
Golden Globes Awards:
|
||||||
type: number
|
type: number
|
||||||
|
|
|
@ -10,7 +10,8 @@ The `golden` Default Metadata File is used to create collections based on the Go
|
||||||
|
|
||||||
| Collection | Key | Description |
|
| Collection | Key | Description |
|
||||||
|:------------------------------------------------------------|:----------------------------------|:--------------------------------------------------------------|
|
|:------------------------------------------------------------|:----------------------------------|:--------------------------------------------------------------|
|
||||||
| `Golden Globe Best Motion Pictures` | `best` | Collection of Golden Globe Best Motion Picture Award Winners. |
|
| `Golden Globes Best Picture Winners` | `best_picture` | Collection of Golden Globe Best Picture Award Winners. |
|
||||||
|
| `Golden Globes Best Director Winners` | `best_director` | Collection of Golden Globe Best Director Award Winners. |
|
||||||
| `Golden Globe <<year>>`<br>**Example:** `Golden Globe 2022` | `<<year>>`<br>**Example:** `2022` | Collection of Golden Globe Award Winners for the given year. |
|
| `Golden Globe <<year>>`<br>**Example:** `Golden Globe 2022` | `<<year>>`<br>**Example:** `2022` | Collection of Golden Globe Award Winners for the given year. |
|
||||||
|
|
||||||
## Config
|
## Config
|
||||||
|
|
Loading…
Reference in a new issue