- Fix movies_collections_general.yml formatting that was preventing file from running
This commit is contained in:
parent
274853b40f
commit
d6110e77b6
|
@ -9,6 +9,7 @@ templates:
|
||||||
# -----------------------------
|
# -----------------------------
|
||||||
# Per-year award winners
|
# Per-year award winners
|
||||||
Yearly_Oscars_Winners:
|
Yearly_Oscars_Winners:
|
||||||
|
# This will always be a year behind (2020 movies win at the 2021 Oscars) - The collection is the 2020 movies that won at the 2021 Oscars
|
||||||
default:
|
default:
|
||||||
imdb_sort: moviemeter,asc
|
imdb_sort: moviemeter,asc
|
||||||
allowed_library_types: movie
|
allowed_library_types: movie
|
||||||
|
|
|
@ -120,8 +120,8 @@ collections:
|
||||||
summary: "Dive into the best films ever made"
|
summary: "Dive into the best films ever made"
|
||||||
imdb_chart: top_movies
|
imdb_chart: top_movies
|
||||||
schedule:
|
schedule:
|
||||||
- weekly(wednesday)
|
- weekly(wednesday)
|
||||||
- weekly(sunday)
|
- weekly(sunday)
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_shared: true
|
visible_shared: true
|
||||||
|
|
||||||
|
@ -184,8 +184,8 @@ collections:
|
||||||
imdb_list:
|
imdb_list:
|
||||||
- https://www.imdb.com/search/title/?title_type=tv_series&release_date=2020-01-01,2029-12-31&num_votes=5000,&languages=en&sort=user_rating,desc
|
- https://www.imdb.com/search/title/?title_type=tv_series&release_date=2020-01-01,2029-12-31&num_votes=5000,&languages=en&sort=user_rating,desc
|
||||||
schedule:
|
schedule:
|
||||||
- weekly(wednesday)
|
- weekly(wednesday)
|
||||||
- weekly(sunday)
|
- weekly(sunday)
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_shared: true
|
visible_shared: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue