parent
ff850b22e3
commit
77fe1a5d68
|
@ -131,7 +131,8 @@ collections:
|
|||
summary: "Oscar Winning Movies"
|
||||
template: { name: Award,
|
||||
level: "+" }
|
||||
imdb_list: "https://www.imdb.com/search/title/?title_type=feature,documentary&groups=oscar_winner"
|
||||
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)
|
||||
|
@ -141,7 +142,7 @@ collections:
|
|||
level: "++" }
|
||||
summary: "Previous Oscar Best Picture Winners"
|
||||
imdb_list:
|
||||
- url: https://www.imdb.com/search/title/?count=250&groups=oscar_best_picture_winners&sort=year%2Cdesc
|
||||
- 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)
|
||||
|
|
|
@ -364,6 +364,17 @@ collections:
|
|||
visible_home: false
|
||||
visible_shared: false
|
||||
|
||||
Quibi:
|
||||
template: { name: Studio,
|
||||
poster: https://theposterdb.com/api/assets/115020 }
|
||||
imdb_list:
|
||||
- https://www.imdb.com/list/ls085112163
|
||||
summary: Quibi Original Shows
|
||||
visible_library: true
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
|
||||
|
||||
Showtime:
|
||||
template: { name: Studio,
|
||||
poster: https://theposterdb.com/api/assets/113257 }
|
||||
|
|
|
@ -159,7 +159,7 @@ collections:
|
|||
level: "+" }
|
||||
summary: "IMDb's top movies of the 1970s"
|
||||
imdb_list:
|
||||
url: https://www.imdb.com/search/title/?title_type=tv_series&release_date=1970-01-01,1979-12-31&num_votes=1000,&sort=user_rating,desc
|
||||
- https://www.imdb.com/search/title/?title_type=tv_series&release_date=1970-01-01,1979-12-31&num_votes=1000,&sort=user_rating,desc
|
||||
schedule: weekly(wednesday), weekly(sunday)
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
|
@ -205,7 +205,7 @@ collections:
|
|||
level: "+" }
|
||||
summary: "IMDb's top movies of the 2020s"
|
||||
imdb_list:
|
||||
url: 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: weekly(wednesday), weekly(sunday)
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
|
@ -253,7 +253,7 @@ collections:
|
|||
template: { name: Genre }
|
||||
summary: "The suspense is killing us!"
|
||||
imdb_list:
|
||||
url: https://www.imdb.com/search/keyword/?keywords=psychological-thriller&ref_=kw_ref_rt_usr&sort=release_date,desc&mode=detail&page=1&title_type=movie&genres=Thriller&user_rating=5.0%2C&release_date=2000%2C
|
||||
- https://www.imdb.com/search/keyword/?keywords=psychological-thriller&ref_=kw_ref_rt_usr&sort=release_date,desc&mode=detail&page=1&title_type=movie&genres=Thriller&user_rating=5.0%2C&release_date=2000%2C
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
|
||||
|
@ -402,7 +402,7 @@ collections:
|
|||
level: "+" }
|
||||
summary: "You're watching Disney Channel"
|
||||
imdb_list:
|
||||
- url: https://www.imdb.com/list/ls093405279/
|
||||
- https://www.imdb.com/list/ls093405279
|
||||
collection_order: release
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
|
|
Loading…
Reference in New Issue