From 7b3db8c79771a3f5b3b7484584ea1909d9cddfad Mon Sep 17 00:00:00 2001 From: bullmoose20 Date: Thu, 4 Jan 2024 16:11:05 -0500 Subject: [PATCH 1/4] updates to best awards --- defaults/award/bafta.yml | 1 - defaults/award/choice.yml | 19 ++++++++++++++++++- defaults/award/golden.yml | 1 - defaults/award/other_award.yml | 1 - defaults/award/spirit.yml | 21 +++++++++++++++++++-- defaults/award/sundance.yml | 1 - 6 files changed, 37 insertions(+), 7 deletions(-) diff --git a/defaults/award/bafta.yml b/defaults/award/bafta.yml index e2951ca6..06be75a3 100644 --- a/defaults/award/bafta.yml +++ b/defaults/award/bafta.yml @@ -1,7 +1,6 @@ ############################################################################## # British Academy of Film and Television Arts Awards Collections # # Created by Yozora, Bullmoose20, & Sohjiro # -# Credit to pjcob & maxwelldeux for the Trakt Lists # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # https://metamanager.wiki/en/latest/defaults/award/bafta.html # ############################################################################## diff --git a/defaults/award/choice.yml b/defaults/award/choice.yml index 02927d58..51853a25 100644 --- a/defaults/award/choice.yml +++ b/defaults/award/choice.yml @@ -1,7 +1,6 @@ ############################################################################## # Critics Choice Awards Collections # # Created by Yozora, Bullmoose20, & Sohjiro # -# Credit to pjcob for the Trakt Lists # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # https://metamanager.wiki/en/latest/defaults/award/choice.html # ############################################################################## @@ -11,6 +10,24 @@ external_templates: template_variables: collection_section: 130 +collections: + Critics Choice Award Winners: + variables: + key: choice + template: + - name: shared + sort: Choice ! + allowed_libraries: movie + image: award/choice/winner + translation_key: choice_best + - name: arr + - name: custom + imdb_award: + event_id: ev0000133 + event_year: all + category_filter: best picture + winning: true + dynamic_collections: Critics Choice Awards: type: imdb_awards diff --git a/defaults/award/golden.yml b/defaults/award/golden.yml index 539b539b..1c7198c3 100644 --- a/defaults/award/golden.yml +++ b/defaults/award/golden.yml @@ -1,7 +1,6 @@ ############################################################################## # Golden Globes Awards Collections # # Created by Yozora, Bullmoose20, & Sohjiro # -# Credit to maxwelldeux for the Trakt Lists # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # https://metamanager.wiki/en/latest/defaults/award/golden.html # ############################################################################## diff --git a/defaults/award/other_award.yml b/defaults/award/other_award.yml index db0416fa..c6057b55 100644 --- a/defaults/award/other_award.yml +++ b/defaults/award/other_award.yml @@ -1,7 +1,6 @@ ############################################################################## # Other Awards Collections # # Created by Yozora, Bullmoose20, & Sohjiro # -# Credit to maxwelldeux for the Trakt Lists # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # https://metamanager.wiki/en/latest/defaults/award/other.html # ############################################################################## diff --git a/defaults/award/spirit.yml b/defaults/award/spirit.yml index e9cdf149..cc78f98b 100644 --- a/defaults/award/spirit.yml +++ b/defaults/award/spirit.yml @@ -1,7 +1,6 @@ ############################################################################## # Independent Spirit Awards Collections # # Created by Yozora, Bullmoose20, & Sohjiro # -# Credit to pjcob for the Trakt Lists # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # https://metamanager.wiki/en/latest/defaults/award/spirit.html # ############################################################################## @@ -11,8 +10,26 @@ external_templates: template_variables: collection_section: 130 +collections: + Spirit Awards Winners: + variables: + key: spirit + template: + - name: shared + sort: Spirit !1 + allowed_libraries: movie + image: award/spirit/winner + translation_key: spirit_best + - name: arr + - name: custom + imdb_award: + event_id: ev0000349 + event_year: all + category_filter: best feature + winning: true + dynamic_collections: - Independent Spirit Awards Awards: + Independent Spirit Award Awards: type: imdb_awards sync: true data: diff --git a/defaults/award/sundance.yml b/defaults/award/sundance.yml index 9c4fcdaa..724d7b59 100644 --- a/defaults/award/sundance.yml +++ b/defaults/award/sundance.yml @@ -1,7 +1,6 @@ ############################################################################## # Sundance Awards Collections # # Created by Yozora, Bullmoose20, & Sohjiro # -# Credit to pjcob & maxwelldeux for the Trakt Lists # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # https://metamanager.wiki/en/latest/defaults/award/sundance.html # ############################################################################## From 292f72528d153c7ce4555680f071c625c079d4d8 Mon Sep 17 00:00:00 2001 From: bullmoose20 Date: Thu, 4 Jan 2024 19:23:04 -0500 Subject: [PATCH 2/4] Update spirit.yml --- defaults/award/spirit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/award/spirit.yml b/defaults/award/spirit.yml index cc78f98b..6748c011 100644 --- a/defaults/award/spirit.yml +++ b/defaults/award/spirit.yml @@ -11,7 +11,7 @@ external_templates: collection_section: 130 collections: - Spirit Awards Winners: + Spirit Best Feature Winner: variables: key: spirit template: From 1087f153f3e13e4888298ce837e534c1df904851 Mon Sep 17 00:00:00 2001 From: bullmoose20 Date: Thu, 4 Jan 2024 19:24:43 -0500 Subject: [PATCH 3/4] Update choice.yml --- defaults/award/choice.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/defaults/award/choice.yml b/defaults/award/choice.yml index 51853a25..1d8d25c1 100644 --- a/defaults/award/choice.yml +++ b/defaults/award/choice.yml @@ -11,7 +11,7 @@ external_templates: collection_section: 130 collections: - Critics Choice Award Winners: + Critics Choice Best Picture Winners: variables: key: choice template: @@ -53,4 +53,4 @@ dynamic_collections: translation_key: default: choice_year dynamic: - default: true \ No newline at end of file + default: true From 2873fd4ff5e299c573326117a506c34065ee6964 Mon Sep 17 00:00:00 2001 From: bullmoose20 Date: Thu, 4 Jan 2024 19:32:41 -0500 Subject: [PATCH 4/4] Update spirit.yml --- defaults/award/spirit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/award/spirit.yml b/defaults/award/spirit.yml index 6748c011..378dd45d 100644 --- a/defaults/award/spirit.yml +++ b/defaults/award/spirit.yml @@ -11,7 +11,7 @@ external_templates: collection_section: 130 collections: - Spirit Best Feature Winner: + Spirit Best Feature Winners: variables: key: spirit template: