- Move Best of All Time to lists
This commit is contained in:
parent
9c11c480de
commit
4a0cdb6b76
|
@ -3,16 +3,3 @@ external_templates:
|
|||
- repo: templates/dynamic_collections
|
||||
|
||||
collections:
|
||||
# Top movies via IMDB, updated twice a week
|
||||
"🙌 Best Of All Time":
|
||||
template: { name: Award,
|
||||
level: "++" }
|
||||
summary: "Dive into the best films ever made"
|
||||
imdb_chart: top_movies
|
||||
schedule:
|
||||
- weekly(wednesday)
|
||||
- weekly(sunday)
|
||||
collection_order: random
|
||||
visible_library: true
|
||||
visible_home: true
|
||||
visible_shared: true
|
||||
|
|
|
@ -3,6 +3,19 @@ external_templates:
|
|||
- repo: templates/dynamic_collections
|
||||
|
||||
collections:
|
||||
# Top movies via IMDB, updated monthly
|
||||
"🙌 Best Of All Time":
|
||||
template: { name: Collection,
|
||||
sort_title: "Best Of All Time",
|
||||
level: "++++" }
|
||||
summary: "Dive into the best films ever made"
|
||||
imdb_chart: top_movies
|
||||
collection_order: random
|
||||
# default schedule
|
||||
visible_library: true
|
||||
visible_home: true
|
||||
visible_shared: true
|
||||
|
||||
# Movies with a perfect RT score, updated monthly
|
||||
"💯 The 100 Club":
|
||||
template: { name: Collection,
|
||||
|
|
Loading…
Reference in New Issue