Movie collections to take the highest user rated movies from each decadepull/70/head
parent
24693dcbb0
commit
14c87709b3
@ -0,0 +1,58 @@
|
|||||||
|
######################################################
|
||||||
|
# Movie Collections #
|
||||||
|
######################################################
|
||||||
|
templates:
|
||||||
|
bestof:
|
||||||
|
sort_title: ~3_<<collection_name>>
|
||||||
|
sync_mode: sync
|
||||||
|
collection_order: custom
|
||||||
|
schedule: weekly(sunday)
|
||||||
|
|
||||||
|
collections:
|
||||||
|
Best of 1970s:
|
||||||
|
template: {name: bestof}
|
||||||
|
imdb_list:
|
||||||
|
url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,short&release_date=1970-01-01,1979-12-31&num_votes=10000,&languages=en&sort=user_rating,desc
|
||||||
|
limit: 150
|
||||||
|
url_poster: https://i.ibb.co/37n0VyF/1970.jpg
|
||||||
|
url_background: https://wallpapercave.com/wp/wp4016022.jpg
|
||||||
|
|
||||||
|
Best of 1980s:
|
||||||
|
template: {name: bestof}
|
||||||
|
imdb_list:
|
||||||
|
url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,short&release_date=1980-01-01,1989-12-31&num_votes=10000,&languages=en&sort=user_rating,desc
|
||||||
|
limit: 150
|
||||||
|
url_poster: https://i.ibb.co/71CGnd1/1980.jpg
|
||||||
|
url_background: https://wallpapercave.com/wp/wp4016022.jpg
|
||||||
|
|
||||||
|
Best of 1990s:
|
||||||
|
template: {name: bestof}
|
||||||
|
imdb_list:
|
||||||
|
url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,short&release_date=1990-01-01,1999-12-31&num_votes=10000,&languages=en&sort=user_rating,desc
|
||||||
|
limit: 150
|
||||||
|
url_poster: https://i.ibb.co/r3TFwf7/1990.jpg
|
||||||
|
url_background: https://wallpapercave.com/wp/wp4016022.jpg
|
||||||
|
|
||||||
|
Best of 2000s:
|
||||||
|
template: {name: bestof}
|
||||||
|
imdb_list:
|
||||||
|
url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,short&release_date=2000-01-01,2009-12-31&num_votes=10000,&languages=en&sort=user_rating,desc
|
||||||
|
limit: 150
|
||||||
|
url_poster: https://i.ibb.co/fMhyG74/2000.jpg
|
||||||
|
url_background: https://wallpapercave.com/wp/wp4016022.jpg
|
||||||
|
|
||||||
|
Best of 2010s:
|
||||||
|
template: {name: bestof}
|
||||||
|
imdb_list:
|
||||||
|
url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,short&release_date=2010-01-01,2019-12-31&num_votes=10000,&languages=en&sort=user_rating,desc
|
||||||
|
limit: 150
|
||||||
|
url_poster: https://i.ibb.co/4PrWNxT/2010.jpg
|
||||||
|
url_background: https://wallpapercave.com/wp/wp4016022.jpg
|
||||||
|
|
||||||
|
Best of 2020s:
|
||||||
|
template: {name: bestof}
|
||||||
|
imdb_list:
|
||||||
|
url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,short&release_date=2020-01-01,2029-12-31&num_votes=10000,&languages=en&sort=user_rating,desc
|
||||||
|
limit: 150
|
||||||
|
url_poster: https://i.ibb.co/SdvBshG/2020.jpg
|
||||||
|
url_background: https://wallpapercave.com/wp/wp4016022.jpg
|
Loading…
Reference in new issue