parent
99ecfbeb5b
commit
e4a6edf8af
@ -0,0 +1,34 @@
|
||||
######################################################
|
||||
# Chart Collections #
|
||||
######################################################
|
||||
templates:
|
||||
Chart:
|
||||
sort_title: +1_<<num>><<collection_name>>
|
||||
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
|
||||
Popular:
|
||||
template: { name: Chart, num: 3 }
|
||||
anidb_popular: 30
|
||||
anilist_popular: 30
|
||||
summary: Popular Anime across the internet
|
||||
Top Rated:
|
||||
template: { name: Chart, num: 4 }
|
||||
anilist_top_rated: 50
|
||||
summary: Top Rated Anime across the internet
|
||||
Current Anime Season:
|
||||
anilist_season:
|
||||
sort_by: popular
|
||||
limit: 100
|
||||
sync_mode: sync
|
@ -0,0 +1,43 @@
|
||||
templates:
|
||||
network:
|
||||
optional:
|
||||
- network
|
||||
tmdb_network: <<network>>
|
||||
sort_title: +2_<<collection_name>>
|
||||
sync_mode: sync
|
||||
smart_label: episode_added.desc
|
||||
collections:
|
||||
HBO:
|
||||
template: { name: network, network: "49, 2593, 3186, 3308" }
|
||||
Cinemax:
|
||||
template: { name: network, network: 359 }
|
||||
Showtime:
|
||||
template: { name: network, network: 67 }
|
||||
Netflix:
|
||||
template: { name: network, network: 213 }
|
||||
Hulu:
|
||||
template: { name: network, network: 453 }
|
||||
Syfy:
|
||||
template: { name: network, network: "77, 3701" }
|
||||
Starz:
|
||||
template: { name: network, network: "318, 758, 4906" }
|
||||
HGTV:
|
||||
template: { name: network, network: 210 }
|
||||
TBS:
|
||||
template: { name: network, network: "68, 160, 4888" }
|
||||
National Geographic:
|
||||
template: { name: network, network: "43, 799, 1756, 1825, 3355, 4293, 4476" }
|
||||
Prime Video:
|
||||
template: { name: network, network: 1024 }
|
||||
YouTube:
|
||||
template: { name: network, network: "247, 1436, 4869" }
|
||||
FX:
|
||||
template: { name: network, network: 88 }
|
||||
Disney+:
|
||||
template: { name: network, network: "2739, 2919" }
|
||||
Apple+:
|
||||
template: { name: network, network: 2552 }
|
||||
Discovery:
|
||||
template: { name: network, network: "10, 22, 64, 106, 244, 626, 670, 1079, 1287, 1534, 2087, 2480, 2692, 3045, 3591, 3900, 3953, 4440, 4462, 4741" }
|
||||
A&E:
|
||||
template: { name: network, network: "129, 2639, 3688" }
|
@ -0,0 +1,44 @@
|
||||
######################################################
|
||||
# Chart Collections #
|
||||
######################################################
|
||||
templates:
|
||||
Chart:
|
||||
sort_title: +1_<<num>><<collection_name>>
|
||||
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
|
Loading…
Reference in new issue