- Fix awards collections
This commit is contained in:
parent
b26763e957
commit
43b105371b
|
@ -149,32 +149,18 @@ collections:
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_shared: true
|
visible_shared: true
|
||||||
|
|
||||||
### Categorical
|
### Current Awards
|
||||||
"Oscar Winners":
|
|
||||||
summary: "Oscar Winning Movies"
|
|
||||||
template: { name: Award,
|
|
||||||
level: "+" }
|
|
||||||
imdb_list:
|
|
||||||
- https://www.imdb.com/search/title/?title_type=feature,documentary&groups=oscar_winner
|
|
||||||
schedule: yearly(03/28)
|
|
||||||
visible_home: range(02/01-03/31)
|
|
||||||
visible_shared: range(02/01-03/31)
|
|
||||||
|
|
||||||
"Best Picture Winners":
|
|
||||||
template: { name: Award,
|
|
||||||
level: "++" }
|
|
||||||
summary: "Previous Oscar Best Picture Winners"
|
|
||||||
imdb_list:
|
|
||||||
- https://www.imdb.com/search/title/?count=250&groups=oscar_best_picture_winners&sort=year%2Cdesc
|
|
||||||
schedule: yearly(04/01), yearly(01/01) # in case list wasn't updated in April, check again in January next year
|
|
||||||
visible_home: range(02/01-03/31)
|
|
||||||
visible_shared: range(02/01-03/31)
|
|
||||||
|
|
||||||
### Seasonal
|
|
||||||
|
|
||||||
### Awards
|
|
||||||
"2022 Best Picture Nominees":
|
"2022 Best Picture Nominees":
|
||||||
# NEED TO BUILD MANUALLY
|
# TODO: NEED TO BUILD MANUALLY
|
||||||
|
template: { name: Award,
|
||||||
|
level: "++++++" }
|
||||||
|
summary: "Who will take home the trophy?"
|
||||||
|
schedule: never
|
||||||
|
visible_home: range(02/01-03/31)
|
||||||
|
visible_shared: range(02/01-03/31)
|
||||||
|
|
||||||
|
"2022 Best Actor Nominees":
|
||||||
|
# TODO: NEED TO BUILD MANUALLY
|
||||||
template: { name: Award,
|
template: { name: Award,
|
||||||
level: "+++++" }
|
level: "+++++" }
|
||||||
summary: "Who will take home the trophy?"
|
summary: "Who will take home the trophy?"
|
||||||
|
@ -182,80 +168,103 @@ collections:
|
||||||
visible_home: range(02/01-03/31)
|
visible_home: range(02/01-03/31)
|
||||||
visible_shared: range(02/01-03/31)
|
visible_shared: range(02/01-03/31)
|
||||||
|
|
||||||
"2022 Best Actor Nominees":
|
|
||||||
# NEED TO BUILD MANUALLY
|
|
||||||
template: { name: Award,
|
|
||||||
level: "++++" }
|
|
||||||
summary: "Who will take home the trophy?"
|
|
||||||
schedule: never
|
|
||||||
visible_home: range(02/01-03/31)
|
|
||||||
visible_shared: range(02/01-03/31)
|
|
||||||
|
|
||||||
"2022 Best Actress Nominees":
|
"2022 Best Actress Nominees":
|
||||||
# NEED TO BUILD MANUALLY
|
# TODO: NEED TO BUILD MANUALLY
|
||||||
template: { name: Holiday,
|
template: { name: Holiday,
|
||||||
level: "++++" }
|
level: "+++++" }
|
||||||
summary: "Who will take home the trophy?"
|
summary: "Who will take home the trophy?"
|
||||||
schedule: never
|
schedule: never
|
||||||
visible_home: range(02/01-03/31)
|
visible_home: range(02/01-03/31)
|
||||||
visible_shared: range(02/01-03/31)
|
visible_shared: range(02/01-03/31)
|
||||||
|
|
||||||
"2022 Oscar Nominations":
|
"2022 Oscar Nominees":
|
||||||
summary: "Who will take home the trophy?"
|
summary: "Who will take home the trophy?"
|
||||||
template: { name: Award,
|
template: { name: Award,
|
||||||
level: "+++" }
|
level: "++++" }
|
||||||
trakt_list:
|
trakt_list:
|
||||||
# NEED TO REPLACE MANUALLY
|
# TODO: NEED TO REPLACE MANUALLY
|
||||||
- https://trakt.tv/users/jcbwoldseth/lists/oscar-race-2022
|
- https://trakt.tv/users/jcbwoldseth/lists/oscar-race-2022
|
||||||
schedule: yearly(02/20)
|
schedule: yearly(02/20)
|
||||||
visible_home: range(02/01-03/31)
|
visible_home: range(02/01-03/31)
|
||||||
visible_shared: range(02/01-03/31)
|
visible_shared: range(02/01-03/31)
|
||||||
|
|
||||||
"Cannes - Palme d'or":
|
### Historical Awards
|
||||||
|
"Past Oscar Winners":
|
||||||
|
summary: "Oscar-winning Movies"
|
||||||
|
template: { name: Award,
|
||||||
|
level: "++" }
|
||||||
|
imdb_list:
|
||||||
|
- https://www.imdb.com/search/title/?title_type=feature,documentary&groups=oscar_winner
|
||||||
|
schedule: yearly(03/28)
|
||||||
|
visible_home: range(02/01-03/31)
|
||||||
|
visible_shared: range(02/01-03/31)
|
||||||
|
|
||||||
|
"Past Best Picture Winners":
|
||||||
|
template: { name: Award,
|
||||||
|
level: "++" }
|
||||||
|
summary: "Previous Oscar Best Picture winners"
|
||||||
|
imdb_list:
|
||||||
|
- https://www.imdb.com/search/title/?count=250&groups=oscar_best_picture_winners&sort=year%2Cdesc
|
||||||
|
schedule: yearly(04/01), yearly(01/01) # in case list wasn't updated in April, check again in January next year
|
||||||
|
visible_home: range(02/01-03/31)
|
||||||
|
visible_shared: range(02/01-03/31)
|
||||||
|
|
||||||
|
"Past Worst Picture Winners":
|
||||||
|
template: { name: Award,
|
||||||
|
level: "++" }
|
||||||
|
summary: "Previous Razzie Worst Picture winners"
|
||||||
|
mdblist_list: https://mdblist.com/lists/hdlists/razzie-awards-worst-picture-winners
|
||||||
|
schedule: yearly(04/01), yearly(01/01) # in case list wasn't updated in April, check again in January next year
|
||||||
|
visible_home: range(02/01-03/31)
|
||||||
|
visible_shared: range(02/01-03/31)
|
||||||
|
|
||||||
|
"Past Cannes Palme d'or Winners":
|
||||||
summary: "The Palme d'Or is the highest prize awarded at the Cannes Film Festival. It was introduced in 1955 by the organising committee."
|
summary: "The Palme d'Or is the highest prize awarded at the Cannes Film Festival. It was introduced in 1955 by the organising committee."
|
||||||
template: { name: Award,
|
template: { name: Award,
|
||||||
level: "++++" }
|
level: "++" }
|
||||||
trakt_list: https://trakt.tv/users/sp1ti/lists/cannes-palme-d-or-winners
|
trakt_list: https://trakt.tv/users/sp1ti/lists/cannes-palme-d-or-winners
|
||||||
schedule: yearly(06/01)
|
schedule: yearly(06/01)
|
||||||
visible_home: range(06/01-06/30)
|
visible_home: range(06/01-06/30)
|
||||||
visible_shared: range(06/01-06/30)
|
visible_shared: range(06/01-06/30)
|
||||||
|
|
||||||
"Cesar":
|
"Past Cesar Award Winners":
|
||||||
summary: "The César Award is the national film award of France. It is delivered in the Nuit des César ceremony and was first awarded in 1976."
|
summary: "The César Award is the national film award of France. It is delivered in the Nuit des César ceremony and was first awarded in 1976."
|
||||||
template: { name: Award,
|
template: { name: Award,
|
||||||
level: "++++" }
|
level: "++" }
|
||||||
trakt_list: https://trakt.tv/users/fauxliege/lists/cesar-meilleur-film
|
trakt_list: https://trakt.tv/users/fauxliege/lists/cesar-meilleur-film
|
||||||
schedule: yearly(03/14)
|
schedule: yearly(03/14)
|
||||||
visible_home: range(03/14-03/31)
|
visible_home: range(03/14-03/31)
|
||||||
visible_shared: range(03/14-03/31)
|
visible_shared: range(03/14-03/31)
|
||||||
|
|
||||||
"Berlinale":
|
"Past Berlinale Winners":
|
||||||
summary: "The Berlin International Film Festival, usually called the Berlinale, is a film festival held annually in Berlin, Germany."
|
summary: "The Berlin International Film Festival, usually called the Berlinale, is a film festival held annually in Berlin, Germany."
|
||||||
template: { name: Award,
|
template: { name: Award,
|
||||||
level: "++++" }
|
level: "++" }
|
||||||
trakt_list: https://trakt.tv/users/maxwelldeux/lists/berlin-international-film-festival-golden-bears
|
trakt_list: https://trakt.tv/users/maxwelldeux/lists/berlin-international-film-festival-golden-bears
|
||||||
schedule: yearly(02/21)
|
schedule: yearly(02/21)
|
||||||
visible_home: range(02/21-03/31)
|
visible_home: range(02/21-03/31)
|
||||||
visible_shared: range(02/21-03/31)
|
visible_shared: range(02/21-03/31)
|
||||||
|
|
||||||
"BAFTA Best Film":
|
"Past BAFTA Best Film Winners":
|
||||||
summary: "The EE British Academy Film Awards or BAFTA Film Awards are presented in an annual award show hosted by the British Academy of Film and Television Arts (BAFTA) to honour the best British and international contributions to film."
|
summary: "The EE British Academy Film Awards or BAFTA Film Awards are presented in an annual award show hosted by the British Academy of Film and Television Arts (BAFTA) to honour the best British and international contributions to film."
|
||||||
template: { name: Award,
|
template: { name: Award,
|
||||||
level: "++++" }
|
level: "++" }
|
||||||
trakt_list: https://trakt.tv/users/maxwelldeux/lists/bafta-award-best-film
|
trakt_list: https://trakt.tv/users/maxwelldeux/lists/bafta-award-best-film
|
||||||
schedule: yearly(02/21)
|
schedule: yearly(02/21)
|
||||||
visible_home: range(02/21-03/31)
|
visible_home: range(02/21-03/31)
|
||||||
visible_shared: range(02/21-03/31)
|
visible_shared: range(02/21-03/31)
|
||||||
|
|
||||||
"Venice":
|
"Past Venice Film Festival Winners":
|
||||||
summary: "The Venice Film Festival or Venice International Film Festival (Italian: Mostra Internazionale d'Arte Cinematografica della Biennale di Venezia is the world's oldest film festival"
|
summary: "The Venice Film Festival or Venice International Film Festival (Italian: Mostra Internazionale d'Arte Cinematografica della Biennale di Venezia is the world's oldest film festival"
|
||||||
template: { name: Award,
|
template: { name: Award,
|
||||||
level: "++++" }
|
level: "++" }
|
||||||
trakt_list: https://trakt.tv/users/maxwelldeux/lists/venice-film-festival-golden-lion
|
trakt_list: https://trakt.tv/users/maxwelldeux/lists/venice-film-festival-golden-lion
|
||||||
schedule: yearly(02/21)
|
schedule: yearly(02/21)
|
||||||
visible_home: range(02/21-03/31)
|
visible_home: range(02/21-03/31)
|
||||||
visible_shared: range(02/21-03/31)
|
visible_shared: range(02/21-03/31)
|
||||||
|
|
||||||
|
### Seasonal
|
||||||
|
|
||||||
### People
|
### People
|
||||||
Adam Sandler:
|
Adam Sandler:
|
||||||
template: { name: Person, person: 19292 }
|
template: { name: Person, person: 19292 }
|
||||||
|
|
|
@ -241,20 +241,12 @@ collections:
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_shared: false
|
visible_shared: false
|
||||||
|
|
||||||
"Just The Worst":
|
|
||||||
template: { name: Award }
|
|
||||||
summary: "Razzie Award-winning movies"
|
|
||||||
mdblist_list: https://mdblist.com/lists/hdlists/razzie-awards-worst-picture-winners
|
|
||||||
schedule: weekly(wednesday), weekly(sunday)
|
|
||||||
visible_home: false
|
|
||||||
visible_shared: false
|
|
||||||
|
|
||||||
# Genres
|
# Genres
|
||||||
"Spoofs and Parodies":
|
"Spoofs and Parodies":
|
||||||
template: { name: Genre }
|
template: { name: Genre }
|
||||||
summary: "Imitation is the sincerest form of flattery"
|
summary: "Imitation is the sincerest form of flattery"
|
||||||
mdblist_list: https://mdblist.com/lists/hdlists/top-50-parody-movies-of-all-time
|
mdblist_list: https://mdblist.com/lists/hdlists/top-50-parody-movies-of-all-time
|
||||||
schedule: weekly(wednesday), weekly(sunday)
|
schedule: yearly(01/01)
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_shared: false
|
visible_shared: false
|
||||||
|
|
||||||
|
@ -262,6 +254,7 @@ collections:
|
||||||
template: { name: Genre }
|
template: { name: Genre }
|
||||||
summary: "The best sports movies, ever."
|
summary: "The best sports movies, ever."
|
||||||
mdblist_list: https://mdblist.com/lists/hdlists/150-best-sports-movies-of-all-time
|
mdblist_list: https://mdblist.com/lists/hdlists/150-best-sports-movies-of-all-time
|
||||||
|
schedule: yearly(01/01)
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_shared: false
|
visible_shared: false
|
||||||
|
|
||||||
|
@ -307,7 +300,7 @@ collections:
|
||||||
### Seasonal
|
### Seasonal
|
||||||
"This is Halloween":
|
"This is Halloween":
|
||||||
template: { name: Holiday,
|
template: { name: Holiday,
|
||||||
level: "+" }
|
level: "+++" }
|
||||||
summary: "Boo!"
|
summary: "Boo!"
|
||||||
trakt_list:
|
trakt_list:
|
||||||
- https://trakt.tv/users/29zombies/lists/halloween
|
- https://trakt.tv/users/29zombies/lists/halloween
|
||||||
|
@ -323,7 +316,7 @@ collections:
|
||||||
|
|
||||||
"This is Thanksgiving":
|
"This is Thanksgiving":
|
||||||
template: { name: Holiday,
|
template: { name: Holiday,
|
||||||
level: "+" }
|
level: "+++" }
|
||||||
summary: "Gobble gobble!"
|
summary: "Gobble gobble!"
|
||||||
trakt_list:
|
trakt_list:
|
||||||
- https://trakt.tv/users/galacticboy/lists/thanksgiving-movies
|
- https://trakt.tv/users/galacticboy/lists/thanksgiving-movies
|
||||||
|
@ -337,7 +330,7 @@ collections:
|
||||||
|
|
||||||
"This is Christmas":
|
"This is Christmas":
|
||||||
template: { name: Holiday,
|
template: { name: Holiday,
|
||||||
level: "+" }
|
level: "+++" }
|
||||||
summary: "Cozy up with some Christmas classics"
|
summary: "Cozy up with some Christmas classics"
|
||||||
trakt_list:
|
trakt_list:
|
||||||
- https://trakt.tv/users/movistapp/lists/christmas-movies
|
- https://trakt.tv/users/movistapp/lists/christmas-movies
|
||||||
|
@ -348,9 +341,20 @@ collections:
|
||||||
visible_home: range(11/29-12/31)
|
visible_home: range(11/29-12/31)
|
||||||
visible_shared: range(11/29-12/31)
|
visible_shared: range(11/29-12/31)
|
||||||
|
|
||||||
|
"The Hallmark Christmas Collection":
|
||||||
|
template: { name: Holiday,
|
||||||
|
level: "++" }
|
||||||
|
summary: "Christmas movies with extra-sap"
|
||||||
|
trakt_list:
|
||||||
|
- https://trakt.tv/users/mzdiobolik/lists/hallmark-christmas-movies
|
||||||
|
collection_order: audience_rating.desc
|
||||||
|
schedule: range(11/29-12/31)
|
||||||
|
visible_home: range(11/29-12/31)
|
||||||
|
visible_shared: range(11/29-12/31)
|
||||||
|
|
||||||
"This is Valentine's Day":
|
"This is Valentine's Day":
|
||||||
template: { name: Holiday,
|
template: { name: Holiday,
|
||||||
level: "+" }
|
level: "+++" }
|
||||||
summary: "Love me tender, love me sweet"
|
summary: "Love me tender, love me sweet"
|
||||||
trakt_list:
|
trakt_list:
|
||||||
- https://trakt.tv/users/movie-pal/lists/valentine-s-day
|
- https://trakt.tv/users/movie-pal/lists/valentine-s-day
|
||||||
|
@ -363,7 +367,7 @@ collections:
|
||||||
|
|
||||||
"This is St. Patrick's Day":
|
"This is St. Patrick's Day":
|
||||||
template: { name: Holiday,
|
template: { name: Holiday,
|
||||||
level: "+" }
|
level: "+++" }
|
||||||
summary: "Kiss me, I'm Irish"
|
summary: "Kiss me, I'm Irish"
|
||||||
trakt_list:
|
trakt_list:
|
||||||
- https://trakt.tv/users/triadcool/lists/irish
|
- https://trakt.tv/users/triadcool/lists/irish
|
||||||
|
@ -376,7 +380,7 @@ collections:
|
||||||
### Series and Collections
|
### Series and Collections
|
||||||
"1001 Movies You Must See Before You Die":
|
"1001 Movies You Must See Before You Die":
|
||||||
template: { name: Collection,
|
template: { name: Collection,
|
||||||
level: "+++" }
|
level: "++" }
|
||||||
# summary provided by Trakt
|
# summary provided by Trakt
|
||||||
trakt_list_details:
|
trakt_list_details:
|
||||||
- https://trakt.tv/users/sp1ti/lists/1001-movies-you-must-see-before-you-die
|
- https://trakt.tv/users/sp1ti/lists/1001-movies-you-must-see-before-you-die
|
||||||
|
@ -385,7 +389,7 @@ collections:
|
||||||
|
|
||||||
"The Criterion Collection":
|
"The Criterion Collection":
|
||||||
template: { name: Collection,
|
template: { name: Collection,
|
||||||
level: "+++" }
|
level: "++" }
|
||||||
# summary provided by Trakt
|
# summary provided by Trakt
|
||||||
trakt_list_details:
|
trakt_list_details:
|
||||||
- https://trakt.tv/users/maxwelldeux/lists/the-criterion-collection
|
- https://trakt.tv/users/maxwelldeux/lists/the-criterion-collection
|
||||||
|
|
Loading…
Reference in New Issue