######################################################
#                Chart Collections                   #
######################################################
templates:
  Chart:
    sort_title: +01_<<num>><<collection_name>>
    sync_mode: sync
    smart_label: random
  Best of:
    trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-of-<<year>>
    sort_title: +19_Best of <<year>>
    collection_mode: hide
    sync_mode: sync
    summary: Rotten Tomatoes Best Movies of <<year>>
    smart_label: audience_rating.desc
collections:
  Plex Popular:
    template: { name: Chart, num: 1 }
    tautulli_popular:
      list_days: 30
      list_size: 20
      list_buffer: 20
    tautulli_watched:
      list_days: 30
      list_size: 20
      list_buffer: 20
    summary: Movies Popular on Plex
  Trending:
    template: { name: Chart, num: 2 }
    trakt_trending: 10
    tmdb_trending_daily: 10
    tmdb_trending_weekly: 10
    summary: Movies Trending across the internet
  Popular:
    template: { name: Chart, num: 3 }
    tmdb_popular: 40
    imdb_list:
      url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short
      limit: 40
    summary: Popular Movies across the internet
  Top Rated:
    template: { name: Chart, num: 4 }
    imdb_list: https://www.imdb.com/search/title/?groups=top_250&count=250/
    tmdb_top_rated: 250
    summary: Top Rated Movies across the internet
  IMDb Top 250:
    template: { name: Chart, num: 5 }
    imdb_list: https://www.imdb.com/search/title/?groups=top_250&count=250&sort=user_rating,desc
    summary: Movies that are in IMDB's Top 250 Movies of all time list
  IMDb Top 100 Superhero Movies:
    template: { name: Chart, num: 6 }
    imdb_list: https://www.imdb.com/list/ls008583762/
    summary: Top 100 Superhero Movies
  IMDb Top 100 Film Noir:
    template: { name: Chart, num: 7 }
    imdb_list: https://www.imdb.com/list/ls027489496/
    summary: Top 100 Film Noir Movies
  Best of 2010:
    template: { name: Best of, year: 2010 }
  Best of 2011:
    template: { name: Best of, year: 2011 }
  Best of 2012:
    template: { name: Best of, year: 2012 }
  Best of 2013:
    template: { name: Best of, year: 2013 }
  Best of 2014:
    template: { name: Best of, year: 2014 }
  Best of 2015:
    template: { name: Best of, year: 2015 }
  Best of 2016:
    template: { name: Best of, year: 2016 }
  Best of 2017:
    template: { name: Best of, year: 2017 }
  Best of 2018:
    template: { name: Best of, year: 2018 }
  Best of 2019:
    template: { name: Best of, year: 2019 }
  Best of 2020:
    template: { name: Best of, year: 2020 }
  Best of 2021:
    template: { name: Best of, year: 2021 }
  Best of 2022:
    template: { name: Best of, year: 2022 }
  Best of 2023:
    template: { name: Best of, year: 2023 }