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.
46 lines
1.4 KiB
46 lines
1.4 KiB
3 years ago
|
######################################################
|
||
|
# Chart Collections #
|
||
|
######################################################
|
||
|
templates:
|
||
|
Chart:
|
||
|
sort_title: +01_<<num>><<collection_name>>
|
||
|
visible_library: true
|
||
|
sync_mode: sync
|
||
|
smart_label: random
|
||
|
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: Shows Popular on Plex
|
||
|
Trending:
|
||
|
template: { name: Chart, num: 2 }
|
||
|
trakt_trending: 10
|
||
|
tmdb_trending_daily: 10
|
||
|
tmdb_trending_weekly: 10
|
||
|
summary: Shows Trending across the internet
|
||
|
Popular:
|
||
|
template: { name: Chart, num: 3 }
|
||
|
tmdb_popular: 40
|
||
|
imdb_list:
|
||
|
url: https://www.imdb.com/search/title/?title_type=tv_series,tv_miniseries
|
||
|
limit: 40
|
||
|
summary: Popular Shows across the internet
|
||
|
Top Rated:
|
||
|
template: { name: Chart, num: 4 }
|
||
|
imdb_list:
|
||
|
url: https://www.imdb.com/search/title/?title_type=tv_series,tv_miniseries&num_votes=20000,&sort=user_rating,desc
|
||
|
limit: 100
|
||
|
tmdb_top_rated: 100
|
||
|
summary: Top Rated Movies across the internet
|
||
|
Emmy Winners:
|
||
|
template: { name: Chart, num: 5 }
|
||
|
imdb_list: https://www.imdb.com/search/title/?title_type=tv_series,tv_miniseries&groups=emmy_winner
|
||
|
summary: Emmy Winning Shows
|