mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-06 00:18:53 -05:00
Updated configs
Updated configs to match latest changes
This commit is contained in:
parent
fb67ff1a8a
commit
be835635ab
@ -7,13 +7,12 @@ templates:
|
||||
title: feature
|
||||
url_poster: <<poster>>
|
||||
imdb_list:
|
||||
- url: https://www.imdb.com/search/title/?title_type=<<title>>&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=<<genre>>
|
||||
- url: https://www.imdb.com/search/title/?title_type=<<title>>&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=<<genre>>&sort=user_rating,desc
|
||||
sort_title: +3_<<collection_name>>
|
||||
sort_title: zzz_<<collection_name>>
|
||||
sync_mode: sync
|
||||
url_poster: <<poster>>
|
||||
Other Genre:
|
||||
sort_title: +3_<<collection_name>>
|
||||
sort_title: zzz_<<collection_name>>
|
||||
sync_mode: sync
|
||||
url_poster: <<poster>>
|
||||
collections:
|
||||
|
||||
@ -6,7 +6,7 @@ templates:
|
||||
optional:
|
||||
- company
|
||||
tmdb_company: <<company>>
|
||||
sort_title: +2_<<collection_name>>
|
||||
sort_title: +05_<<collection_name>>
|
||||
sync_mode: sync
|
||||
smart_label: release.desc
|
||||
url_poster: <<poster>>
|
||||
|
||||
@ -1,57 +1,79 @@
|
||||
######################################################
|
||||
# Movies #
|
||||
######################################################
|
||||
|
||||
templates:
|
||||
Chart:
|
||||
sort_title: +02_<<collection_name>>
|
||||
sync_mode: sync
|
||||
Series:
|
||||
sort_title: +03_<<collection_name>>
|
||||
sync_mode: sync
|
||||
collections:
|
||||
######################################################
|
||||
# Movie Charts #
|
||||
######################################################
|
||||
Zoidberg Popular Movies:
|
||||
Zoidberg Popular:
|
||||
sort_title: +01_<<num>><<collection_name>>
|
||||
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
|
||||
list_size: 15
|
||||
list_buffer: 25
|
||||
summary: Most popular movies on Plex in the last year.
|
||||
name_mapping: Zoidberg Popular Movies
|
||||
Best of All Time:
|
||||
template: {name: Chart}
|
||||
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 1970s:
|
||||
template: {name: Chart}
|
||||
tmdb_discover:
|
||||
primary_release_date.gte: 01/01/1970
|
||||
primary_release_date.lte: 12/31/1979
|
||||
with_original_language: en
|
||||
sort_by: popularity.desc
|
||||
limit: 100
|
||||
summary: TMDB Most Popular Movies of the 1980s
|
||||
Best of the 1980s:
|
||||
template: {name: Chart}
|
||||
tmdb_discover:
|
||||
primary_release_date.gte: 01/01/1980
|
||||
primary_release_date.lte: 12/31/1989
|
||||
with_original_language: en
|
||||
sort_by: popularity.desc
|
||||
limit: 100
|
||||
summary: TMDB Most Popular Movies of the 1980s
|
||||
Best of the 1990s:
|
||||
template: {name: Chart}
|
||||
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:
|
||||
template: {name: Chart}
|
||||
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:
|
||||
template: {name: Chart}
|
||||
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:
|
||||
template: {name: Chart}
|
||||
tmdb_discover:
|
||||
primary_release_date.gte: 01/01/2020
|
||||
primary_release_date.lte: 12/31/2029
|
||||
@ -59,3 +81,53 @@ collections:
|
||||
sort_by: popularity.desc
|
||||
limit: 100
|
||||
summary: TMDB Most Popular Movies of the 2020s
|
||||
Academy Award Winners:
|
||||
template: {name: Chart}
|
||||
tmdb_list: https://www.themoviedb.org/list/28
|
||||
sort_by: release_date.desc
|
||||
collection_order: custom
|
||||
summary: All Academy Award Winners on Plex.
|
||||
######################################################
|
||||
# Movie Series #
|
||||
######################################################
|
||||
X-Men Universe:
|
||||
template: {name: Series}
|
||||
trakt_list: https://trakt.tv/users/donxy/lists/x-men-universe?sort=rank,asc
|
||||
summary: X-Men Universe in Chronological Order
|
||||
url_poster: https://theposterdb.com/api/assets/21
|
||||
The Pixar Theory:
|
||||
template: {name: Series}
|
||||
trakt_list: https://trakt.tv/users/donxy/lists/the-pixar-theory?sort=rank,asc
|
||||
summary: Chronological order of the Pixar theory (all Pixar films are in a shared universe that is connected by Boo)
|
||||
url_poster: https://theposterdb.com/api/assets/4767
|
||||
Alien & Predator Universe:
|
||||
template: {name: Series}
|
||||
trakt_list: https://trakt.tv/users/donxy/lists/alien-predator-timeline?sort=rank,asc
|
||||
url_poster: https://theposterdb.com/api/assets/146111
|
||||
summary: All Alien & Predator movies in the shared universe
|
||||
name_mapping: Alien/Predator Universe
|
||||
Rocky Universe:
|
||||
template: {name: Series}
|
||||
tmdb_list: https://www.themoviedb.org/collection/1575
|
||||
tmdb_list: https://www.themoviedb.org/collection/553717
|
||||
sort_by: release_date.desc
|
||||
collection_order: custom
|
||||
summary: All movies from the Rocky & Creed Universe.
|
||||
Fast & Furious Collection:
|
||||
template: {name: Series}
|
||||
tmdb_list: https://www.themoviedb.org/collection/9485
|
||||
sort_by: release_date.desc
|
||||
collection_order: custom
|
||||
summary: All movies in the Fast & Furious Universe.
|
||||
Indiana Jones Franchise:
|
||||
template: {name: Series}
|
||||
tmdb_list: https://www.themoviedb.org/collection/84
|
||||
sort_by: release_date.desc
|
||||
collection_order: custom
|
||||
summary: All movies in the Indiana Jones Universe.
|
||||
Mission Impossible Collection:
|
||||
template: {name: Series}
|
||||
tmdb_list: https://www.themoviedb.org/collection/87359
|
||||
sort_by: release_date.desc
|
||||
collection_order: custom
|
||||
summary: All movies in the Mission: Impossible Universe.
|
||||
@ -1,10 +1,26 @@
|
||||
######################################################
|
||||
# Playlists #
|
||||
######################################################
|
||||
playlists:
|
||||
Marvel Cinematic Universe:
|
||||
sync_to_users: all
|
||||
sync_mode: sync
|
||||
libraries: Movies, TV Shows
|
||||
trakt_list: https://trakt.tv/users/donxy/lists/marvel-cinematic-universe?sort=rank,asc
|
||||
summary: Marvel Cinematic Universe In Order
|
||||
summary: Marvel Cinematic Universe in Chronological Order
|
||||
url_poster: https://theposterdb.com/api/assets/6897
|
||||
Star Wars Franchise:
|
||||
sync_to_users: all
|
||||
sync_mode: sync
|
||||
libraries: Movies, TV Shows
|
||||
tvdb_list: https://thetvdb.com/lists/star-wars
|
||||
summary: All shows and movies from the Star Wars Franchise
|
||||
Arrowverse:
|
||||
sync_to_users: all
|
||||
sync_mode: sync
|
||||
libraries: Movies, TV Shows
|
||||
trakt_list: https://trakt.tv/users/donxy/lists/arrowverse?sort=rank,asc
|
||||
summary: A DC Comics franchise that includes crossovers with Green Arrow, The Flash, Supergirl, and many more.
|
||||
DC Extended Universe:
|
||||
sync_to_users: all
|
||||
sync_mode: sync
|
||||
libraries: Movies, TV Shows
|
||||
trakt_list: https://trakt.tv/users/donxy/lists/dc-extended-universe?sort=rank,asc
|
||||
summary: Movies & Shows from the DC Extended Universe.
|
||||
@ -3,22 +3,18 @@
|
||||
######################################################
|
||||
templates:
|
||||
Chart:
|
||||
sort_title: +1_<<num>><<collection_name>>
|
||||
sort_title: +02_<<collection_name>>
|
||||
sync_mode: sync
|
||||
######################################################
|
||||
# TV Charts #
|
||||
######################################################
|
||||
collections:
|
||||
Zoidberg Popular Shows:
|
||||
template: {name: Chart, num: 1}
|
||||
collection_order: custom
|
||||
tautulli_popular:
|
||||
list_days: 365
|
||||
list_size: 25
|
||||
list_buffer: 30
|
||||
Zoidberg Popular:
|
||||
sort_title: +01_<<collection_name>>
|
||||
sync_mode: sync
|
||||
tautulli_watched:
|
||||
list_days: 365
|
||||
list_size: 25
|
||||
list_buffer: 30
|
||||
url_poster: https://theposterdb.com/api/assets/204195
|
||||
list_size: 15
|
||||
list_buffer: 25
|
||||
summary: Most popular TV Shows on Plex in the last year.
|
||||
name_mapping: Zoidberg Popular Shows
|
||||
7
charles15/tvShows/tvGenre.yml
Normal file
7
charles15/tvShows/tvGenre.yml
Normal file
@ -0,0 +1,7 @@
|
||||
######################################################
|
||||
# TV Genre #
|
||||
######################################################
|
||||
templates:
|
||||
Genre:
|
||||
sort_title: zzz_<<collection_name>>
|
||||
sync_mode: sync
|
||||
@ -3,42 +3,71 @@ templates:
|
||||
optional:
|
||||
- network
|
||||
tmdb_network: <<network>>
|
||||
sort_title: +2_<<collection_name>>
|
||||
sort_title: +05_<<collection_name>>
|
||||
sync_mode: sync
|
||||
smart_label: episode_added.desc
|
||||
url_poster: <<poster>>
|
||||
collections:
|
||||
HBO:
|
||||
template: { name: network, network: "49, 2593, 3186, 3308", poster: https://theposterdb.com/api/assets/204235 }
|
||||
Cinemax:
|
||||
template: { name: network, network: 359, poster: https://theposterdb.com/api/assets/204230 }
|
||||
Showtime:
|
||||
template: { name: network, network: 67, poster: https://theposterdb.com/api/assets/204244 }
|
||||
Netflix:
|
||||
template: { name: network, network: 213, poster: https://theposterdb.com/api/assets/204218 }
|
||||
Hulu:
|
||||
template: { name: network, network: 453, poster: https://theposterdb.com/api/assets/204217 }
|
||||
Syfy:
|
||||
template: { name: network, network: "77, 3701", poster: https://theposterdb.com/api/assets/204724 }
|
||||
Starz:
|
||||
template: { name: network, network: "318, 758, 4906", poster: https://theposterdb.com/api/assets/204246 }
|
||||
HGTV:
|
||||
template: { name: network, network: 210, poster: https://theposterdb.com/api/assets/204236 }
|
||||
TBS:
|
||||
template: { name: network, network: "68, 160, 4888", poster: https://theposterdb.com/api/assets/204248 }
|
||||
National Geographic:
|
||||
template: { name: network, network: "43, 799, 1756, 1825, 3355, 4293, 4476", poster: https://theposterdb.com/api/assets/204241 }
|
||||
Prime Video:
|
||||
template: { name: network, network: 1024, poster: https://theposterdb.com/api/assets/204219 }
|
||||
YouTube:
|
||||
template: { name: network, network: "247, 1436, 4869", poster: https://theposterdb.com/api/assets/204249 }
|
||||
FX:
|
||||
template: { name: network, network: 88, poster: https://theposterdb.com/api/assets/137475 }
|
||||
Disney+:
|
||||
template: { name: network, network: "2739, 2919", poster: https://theposterdb.com/api/assets/204215 }
|
||||
Apple+:
|
||||
template: { name: network, network: 2552, poster: https://theposterdb.com/api/assets/204225 }
|
||||
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", poster: https://theposterdb.com/api/assets/204232 }
|
||||
A&E:
|
||||
template: { name: network, network: "129, 2639, 3688", poster: https://theposterdb.com/api/assets/204221 }
|
||||
template: { name: network, network: "129, 2639, 3688"}
|
||||
ABC:
|
||||
template: { name: network, network: "2, 75, 2791"}
|
||||
Adult Swim:
|
||||
template: { name: network, network: 80}
|
||||
Apple+:
|
||||
template: { name: network, network: 2552}
|
||||
Amazon:
|
||||
template: { name: network, network: 1024}
|
||||
AMC:
|
||||
template: { name: network, network: "174, 4661"}
|
||||
BBC:
|
||||
template: { name: network, network: 4}
|
||||
Cartoon Network:
|
||||
template: { name: network, network: "56, 217, 1232, 1483, 2193, 3917, 4771"}
|
||||
CBS:
|
||||
template: { name: network, network: "16, 2528", "1709", "2621"}
|
||||
Cinemax:
|
||||
template: { name: network, network: 359}
|
||||
Comedy Central:
|
||||
template: { name: network, network: 47}
|
||||
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"}
|
||||
Disney+:
|
||||
template: { name: network, network: "2739, 2919"}
|
||||
Fox:
|
||||
template: { name: network, network: 19}
|
||||
Freeform:
|
||||
template: { name: network, network: 1267}
|
||||
FX:
|
||||
template: { name: network, network: 88}
|
||||
FXX:
|
||||
template: { name: network, network: 1035}
|
||||
HBO:
|
||||
template: { name: network, network: "49, 2593, 3186, 3308"}
|
||||
HGTV:
|
||||
template: { name: network, network: 210}
|
||||
Hulu:
|
||||
template: { name: network, network: 453}
|
||||
National Geographic:
|
||||
template: { name: network, network: "43, 799, 1756, 1825, 3355, 4293, 4476"}
|
||||
NBC:
|
||||
template: { name: network, network: 6}
|
||||
Netflix:
|
||||
template: { name: network, network: 213}
|
||||
PBS:
|
||||
template: { name: network, network: 14}
|
||||
Peacock:
|
||||
template: { name: network, network: 3353}
|
||||
Showtime:
|
||||
template: { name: network, network: 67}
|
||||
Shudder:
|
||||
template: { name: network, network: 2949}
|
||||
Starz:
|
||||
template: { name: network, network: "318, 758, 4906"}
|
||||
Syfy:
|
||||
template: { name: network, network: "77, 3701"}
|
||||
TBS:
|
||||
template: { name: network, network: "68, 160, 4888"}
|
||||
TNT:
|
||||
template: { name: network, network: 41}
|
||||
YouTube:
|
||||
template: { name: network, network: "247, 1436, 4869"}
|
||||
Loading…
x
Reference in New Issue
Block a user