Advertisement
Guest User

Untitled

a guest
Jan 1st, 2022
7,205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. ######################################################
  2. # Chart Collections #
  3. ######################################################
  4. templates:
  5. Chart:
  6. sort_title: +1_<<num>><<collection_name>>
  7. sync_mode: sync
  8. smart_label: random
  9. collections:
  10. Trending Shows:
  11. template: { name: Chart, num: 2 }
  12. trakt_trending: 10
  13. tmdb_trending_daily: 10
  14. tmdb_trending_weekly: 10
  15. summary: Shows Trending across the internet
  16. Popular Shows:
  17. template: { name: Chart, num: 3 }
  18. tmdb_popular: 40
  19. imdb_list:
  20. url: https://www.imdb.com/search/title/?title_type=tv_series,tv_miniseries
  21. limit: 40
  22. summary: Popular Shows across the internet
  23. Best New Shows of 2021:
  24. template: { name: Chart, num: 4 }
  25. imdb_list:
  26. url: https://www.imdb.com/search/title/?title_type=tv_series,tv_miniseries&release_date=2021-01-01,2021-12-31&user_rating=7.0,&num_votes=150,&sort=num_votes,desc
  27. limit: 50
  28. summary: Best New Shows of 2021
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement