- Move 100 Club, Just the Worst to colllections from awards
This commit is contained in:
parent
7af58dfaf2
commit
d2c894d2df
|
@ -5,8 +5,9 @@ external_templates:
|
||||||
collections:
|
collections:
|
||||||
# Movies with a perfect RT score, updated monthly
|
# Movies with a perfect RT score, updated monthly
|
||||||
"💯 The 100 Club":
|
"💯 The 100 Club":
|
||||||
template: { name: Award,
|
template: { name: Collection,
|
||||||
level: "+" }
|
sort_title: "Best Movies Ever",
|
||||||
|
level: "+++" }
|
||||||
summary: "RottenTomatoes' movies with a perfect score"
|
summary: "RottenTomatoes' movies with a perfect score"
|
||||||
mdblist_list: https://mdblist.com/lists/hdlists/100-on-rottentomatoes-com
|
mdblist_list: https://mdblist.com/lists/hdlists/100-on-rottentomatoes-com
|
||||||
collection_order: random
|
collection_order: random
|
||||||
|
@ -17,7 +18,9 @@ collections:
|
||||||
|
|
||||||
# Worst movies of all time, updated monthly
|
# Worst movies of all time, updated monthly
|
||||||
"💩 Just the Worst":
|
"💩 Just the Worst":
|
||||||
template: { name: Award }
|
template: { name: Collection
|
||||||
|
sort_title: "Worst Movies Ever"
|
||||||
|
level: "++" }
|
||||||
summary: "The worst movies of all time."
|
summary: "The worst movies of all time."
|
||||||
trakt_list:
|
trakt_list:
|
||||||
- https://trakt.tv/users/hdlists/lists/worst-movies-of-all-time
|
- https://trakt.tv/users/hdlists/lists/worst-movies-of-all-time
|
||||||
|
|
Loading…
Reference in New Issue