You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
2.1 KiB
62 lines
2.1 KiB
######################################################
|
|
# Movies #
|
|
######################################################
|
|
|
|
collections:
|
|
######################################################
|
|
# Movie Charts #
|
|
######################################################
|
|
Zoidberg Popular Movies:
|
|
sync_mode: sync
|
|
tautulli_popular:
|
|
list_days: 365
|
|
list_size: 25
|
|
list_buffer: 30
|
|
tautulli_watched:
|
|
list_days: 365
|
|
list_size: 25
|
|
list_buffer: 30
|
|
url_poster: https://theposterdb.com/api/assets/204196
|
|
summary: Most popular movies on Plex in the last year.
|
|
Best of All Time:
|
|
sync_mode: sync
|
|
imdb_list: https://www.imdb.com/search/title/?groups=top_250&count=250/
|
|
tmdb_top_rated: 250
|
|
url_poster: https://theposterdb.com/api/assets/136352
|
|
summary: IMDb & TVDB Top Rated Movies of All Time
|
|
Best of the 1990s:
|
|
tmdb_discover:
|
|
primary_release_date.gte: 01/01/1990
|
|
primary_release_date.lte: 12/31/1999
|
|
with_original_language: en
|
|
sort_by: popularity.desc
|
|
limit: 100
|
|
url_poster: https://theposterdb.com/api/assets/136354
|
|
summary: TMDB Most Popular Movies of the 1990s
|
|
Best of the 2000s:
|
|
tmdb_discover:
|
|
primary_release_date.gte: 01/01/2000
|
|
primary_release_date.lte: 12/31/2009
|
|
with_original_language: en
|
|
sort_by: popularity.desc
|
|
limit: 100
|
|
url_poster: https://theposterdb.com/api/assets/136355
|
|
summary: TMDB Most Popular Movies of the 2000s
|
|
Best of the 2010s:
|
|
tmdb_discover:
|
|
primary_release_date.gte: 01/01/2010
|
|
primary_release_date.lte: 12/31/2019
|
|
with_original_language: en
|
|
sort_by: popularity.desc
|
|
limit: 100
|
|
url_poster: https://theposterdb.com/api/assets/136356
|
|
summary: TMDB Most Popular Movies of the 2010s
|
|
Best of the 2020s:
|
|
tmdb_discover:
|
|
primary_release_date.gte: 01/01/2020
|
|
primary_release_date.lte: 12/31/2029
|
|
with_original_language: en
|
|
sort_by: popularity.desc
|
|
limit: 100
|
|
summary: TMDB Most Popular Movies of the 2020s
|