From 11a76f78e239d53f79be96939477be414ce65eb0 Mon Sep 17 00:00:00 2001 From: Nelson Gibson Date: Wed, 11 Jan 2023 18:44:43 -0500 Subject: [PATCH 1/3] Converted to TMDB - added Best Director --- defaults/award/golden.yml | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/defaults/award/golden.yml b/defaults/award/golden.yml index 0f72aab6..555cbab9 100644 --- a/defaults/award/golden.yml +++ b/defaults/award/golden.yml @@ -15,9 +15,9 @@ translations: pmm: translations collections: - Golden Globe Best Motion Pictures: + Golden Globes Best Picture Winners: variables: - key: best + key: best_picture template: - name: shared sort: Golden Globes !1 @@ -25,10 +25,27 @@ collections: image: award/golden/best_picture_winner - name: arr - name: custom + collection_order: release.desc - name: translation 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: Golden Globes Awards: type: number @@ -46,7 +63,7 @@ dynamic_collections: - custom template_variables: imdb_list: - default: https://www.imdb.com/search/title/?release_date=<>-01-01,<>-12-31&groups=golden_globe_winner&sort=<> + default: https://www.imdb.com/search/title/?release_date=<>-01-01,<>-12-31&groups=golden_globe_winner&sort=<> imdb_sort: default: moviemeter,asc image: From 42e5d74267867680149c52a750cfa76317ab2960 Mon Sep 17 00:00:00 2001 From: Nelson Gibson Date: Wed, 11 Jan 2023 18:53:00 -0500 Subject: [PATCH 2/3] Fixed spacing. --- defaults/award/golden.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/defaults/award/golden.yml b/defaults/award/golden.yml index 555cbab9..f505af08 100644 --- a/defaults/award/golden.yml +++ b/defaults/award/golden.yml @@ -46,6 +46,7 @@ collections: - name: translation translation_key: golden_director tmdb_list: 8235502 + dynamic_collections: Golden Globes Awards: type: number From 90cd5bb12219f708acb001cfe7cb91180a1921e4 Mon Sep 17 00:00:00 2001 From: Nelson Gibson Date: Thu, 12 Jan 2023 10:16:19 -0500 Subject: [PATCH 3/3] Updated for new default setup --- docs/defaults/award/golden.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/defaults/award/golden.md b/docs/defaults/award/golden.md index 19028638..3902d9c4 100644 --- a/docs/defaults/award/golden.md +++ b/docs/defaults/award/golden.md @@ -10,7 +10,8 @@ The `golden` Default Metadata File is used to create collections based on the Go | 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 <>`
**Example:** `Golden Globe 2022` | `<>`
**Example:** `2022` | Collection of Golden Globe Award Winners for the given year. | ## Config