parent
2997be3443
commit
0dd2a6b9d3
Binary file not shown.
@ -0,0 +1,37 @@
|
||||
# MRANIKI PMM files
|
||||
|
||||
## Credits
|
||||
## Image source via https://unsplash.com
|
||||
## Main template /u/ishalioh https://ishalioh.art https://www.reddit.com/r/PlexPosters/comments/falwmu/genre_poster_template/
|
||||
## TV Network Template u/DannyVFilms https://www.reddit.com/r/PlexPosters/comments/okdf3e/collection_tv_network_posters_v2/ and more https://reddit.com/r/PlexPosters/comments/cia1ti/collection_networks_studio_posters_using_the/
|
||||
## Foreign movie template u/THANOS137 https://www.reddit.com/r/PlexPosters/comments/ej3kak/collection_foreign_countries/
|
||||
## meisnate12 for awesome PMM tool and the contributors
|
||||
|
||||
|
||||
## Basics
|
||||
Dcoker and config details TBD
|
||||
|
||||
I have setup assets for the key libraries (credits are above for ressources)
|
||||
|
||||
## metadata files
|
||||
Metadata structure
|
||||
```yaml
|
||||
# Prefixes for Movie Collections:
|
||||
# +01_ = Charts
|
||||
# +02_ = Holidays
|
||||
# +03_ = Studios or Network
|
||||
# +04_ = Collection
|
||||
# +05_ = Countries
|
||||
# +06_ = Genres
|
||||
# +07_ = Awards
|
||||
# +08_ = Decades
|
||||
# +09_ = People
|
||||
# +10_ = Movies
|
||||
```
|
||||
Prefixes are added to the sort title of the collections in the file that should be sorted at the top of my movies library.
|
||||
|
||||
## Assets
|
||||
TBD
|
||||
|
||||
## Questions?
|
||||
You can always shoot me a question via reddit u/MrAniki
|
@ -0,0 +1,94 @@
|
||||
##########################################################################
|
||||
##########################################################################
|
||||
## _ _ _ ##
|
||||
## _ __ ___ _ __ __ _ _ __ (_) | _(_) ##
|
||||
## | '_ ` _ \| '__/ _` | '_ \| | |/ / | ##
|
||||
## | | | | | | | | (_| | | | | | <| | ##
|
||||
## |_| |_| |_|_| \__,_|_| |_|_|_|\_\_| ##
|
||||
## ##
|
||||
## ##
|
||||
## Collection for Plex-Meta-Manager ##
|
||||
##########################################################################
|
||||
##########################################################################
|
||||
|
||||
# +01_ = Charts
|
||||
# +02_ = Holidays
|
||||
# +03_ = Studios or Network
|
||||
# +04_ = Collection
|
||||
# +05_ = Countries
|
||||
# +06_ = Genres
|
||||
# +07_ = Awards
|
||||
# +08_ = Decades
|
||||
# +09_ = People
|
||||
# +10_ = Movies
|
||||
|
||||
######################################################
|
||||
# MOVIE CHART #
|
||||
######################################################
|
||||
|
||||
templates:
|
||||
Trakt:
|
||||
sort_title: +01_<<collection_name>>
|
||||
sync_mode: sync
|
||||
url_background: https://bit.ly/PlexMovieBackground
|
||||
smart_label: originally_available.desc
|
||||
#schedule: weekly (monday)
|
||||
|
||||
|
||||
collections:
|
||||
Trending:
|
||||
sync_mode: sync
|
||||
trakt_trending: 15
|
||||
tmdb_trending_daily: 15
|
||||
tmdb_trending_weekly: 15
|
||||
sort_title: '+01_1Trending'
|
||||
summary: Movies Trending across the internet
|
||||
smart_label: audience_rating.desc
|
||||
radarr_add: true
|
||||
radarr_search: true
|
||||
radarr_monitor: true
|
||||
|
||||
Popular:
|
||||
sync_mode: sync
|
||||
tmdb_popular: 40
|
||||
imdb_list:
|
||||
url:
|
||||
- https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short
|
||||
- https://www.imdb.com/search/title/?title_type=tv_series,tv_miniseries
|
||||
limit: 40
|
||||
sort_title: '+01_2Popular'
|
||||
summary: Popular Movies across the internet
|
||||
smart_label: audience_rating.desc
|
||||
radarr_add: true
|
||||
radarr_search: true
|
||||
radarr_monitor: true
|
||||
|
||||
Watching Now:
|
||||
sort_title: +00_1watchingnow
|
||||
summary: Watching now
|
||||
sync_mode: sync
|
||||
trakt_watchlist:
|
||||
- me
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/mraniki/lists/tonightmovies
|
||||
- https://trakt.tv/users/mraniki/lists/tonightseries
|
||||
|
||||
Dernier Film Francais:
|
||||
sort_title: +01_3FilmFrancais
|
||||
summary: Dernier Film Francais
|
||||
sync_mode: sync
|
||||
smart_filter:
|
||||
all:
|
||||
country: France
|
||||
sort_by: release.desc
|
||||
limit: 150
|
||||
|
||||
Film in French:
|
||||
sort_title: +01_5FilmenFrancais
|
||||
summary: Film en Francais
|
||||
sync_mode: sync
|
||||
smart_filter:
|
||||
all:
|
||||
audio_language: fr
|
||||
sort_by: release.desc
|
||||
limit: 400
|
@ -0,0 +1,139 @@
|
||||
##########################################################################
|
||||
##########################################################################
|
||||
## _ _ _ ##
|
||||
## _ __ ___ _ __ __ _ _ __ (_) | _(_) ##
|
||||
## | '_ ` _ \| '__/ _` | '_ \| | |/ / | ##
|
||||
## | | | | | | | | (_| | | | | | <| | ##
|
||||
## |_| |_| |_|_| \__,_|_| |_|_|_|\_\_| ##
|
||||
## ##
|
||||
## ##
|
||||
## Collection for Plex-Meta-Manager ##
|
||||
##########################################################################
|
||||
##########################################################################
|
||||
|
||||
# +01_ = Charts
|
||||
# +02_ = Holidays
|
||||
# +03_ = Studios or Network
|
||||
# +04_ = Collection
|
||||
# +05_ = Countries
|
||||
# +06_ = Genres
|
||||
# +07_ = Awards
|
||||
# +08_ = Decades
|
||||
# +09_ = People
|
||||
# +10_ = Movies
|
||||
|
||||
#####################################################
|
||||
# Holidays Collections #
|
||||
#####################################################
|
||||
templates:
|
||||
Holidays:
|
||||
sort_title: +02_<<collection_name>>
|
||||
sync_mode: sync
|
||||
|
||||
collections:
|
||||
Halloween:
|
||||
template: { name: Holidays}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/29zombies/lists/halloween
|
||||
- https://trakt.tv/users/galacticboy/lists/not-so-spooky-halloween
|
||||
# - https://trakt.tv/users/kairbear08/lists/halloween
|
||||
# - https://trakt.tv/users/mybicycle/lists/halloween
|
||||
# - https://trakt.tv/users/jayinftl/lists/halloween
|
||||
# - https://trakt.tv/users/roswellgeek/lists/halloween
|
||||
summary: "Boo!"
|
||||
sort_title: +20_<<collection_name>>
|
||||
visible_library: false
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
# schedule: yearly (08/28)
|
||||
|
||||
Thanksgiving:
|
||||
template: { name: Holidays}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/galacticboy/lists/thanksgiving-movies
|
||||
- https://trakt.tv/users/shahid1296/lists/thanksgiving
|
||||
- https://trakt.tv/users/retrogran/lists/thanksgiving-season-movies
|
||||
- https://trakt.tv/users/padawan_seneca/lists/vibe-autumn-tv-series-movies
|
||||
sort_title: +20_<<collection_name>>
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
# schedule: yearly (09/10)
|
||||
|
||||
|
||||
Christmas:
|
||||
template: { name: Holidays}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/movistapp/lists/christmas-movies
|
||||
- https://trakt.tv/users/questdvd/lists/absolute-hayes-christmas-classics
|
||||
- https://trakt.tv/users/littlestella3/lists/christmas
|
||||
sort_title: +20_<<collection_name>>
|
||||
summary: "Ho ho ho"
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
# schedule: yearly (10/01)
|
||||
|
||||
|
||||
Chinese New Year:
|
||||
template: { name: Holidays}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/mraniki/lists/cny
|
||||
visible_library: true
|
||||
visible_home: true
|
||||
visible_shared: true
|
||||
smart_label: audience_rating.desc
|
||||
summary: Gong Xi Fa Cai !
|
||||
#schedule: yearly (04/01)
|
||||
|
||||
Valentine's Day:
|
||||
template: { name: Holidays}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/movie-pal/lists/valentine-s-day
|
||||
- https://trakt.tv/users/barsaky/lists/den-svateho-valentina-valentine-s-day
|
||||
- https://trakt.tv/users/abbelea/lists/movies-best-of-love
|
||||
summary: Love me tender, love me sweet
|
||||
visible_library: false
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
sort_title: +20_<<collection_name>>
|
||||
# schedule: yearly (02/02)
|
||||
|
||||
St. Patrick's Day:
|
||||
template: { name: Holidays}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/triadcool/lists/irish
|
||||
- https://trakt.tv/users/sympli/lists/st-patricks-day-movies
|
||||
visible_library: false
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
summary: a cultural and religious celebration held on 17 March, the traditional death date of Saint Patrick the foremost patron saint of Ireland.
|
||||
sort_title: +20_<<collection_name>>
|
||||
# schedule: yearly (03/01)
|
||||
|
||||
Eid:
|
||||
template: { name: Holidays}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/mraniki/lists/eid
|
||||
visible_library: false
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
summary: The religious holiday is celebrated by Muslims worldwide because it marks the end of the month-long dawn-to-sunset fasting of Ramadan.
|
||||
sort_title: +20_<<collection_name>>
|
||||
# schedule: yearly (03/15)
|
||||
|
||||
Diwali:
|
||||
template: { name: Holidays}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/mraniki/lists/diwali
|
||||
visible_library: false
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
summary: One of the most popular festivals of Hinduism, Diwali symbolizes the spiritual "victory of light over darkness, good over evil, and knowledge over ignorance".
|
||||
sort_title: +20_<<collection_name>>
|
||||
# schedule: yearly (10/01)
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,99 @@
|
||||
#########################################################################
|
||||
##########################################################################
|
||||
## _ _ _ ##
|
||||
## _ __ ___ _ __ __ _ _ __ (_) | _(_) ##
|
||||
## | '_ ` _ \| '__/ _` | '_ \| | |/ / | ##
|
||||
## | | | | | | | | (_| | | | | | <| | ##
|
||||
## |_| |_| |_|_| \__,_|_| |_|_|_|\_\_| ##
|
||||
## ##
|
||||
## ##
|
||||
## Collection for Plex-Meta-Manager ##
|
||||
##########################################################################
|
||||
##########################################################################
|
||||
|
||||
# +01_ = Charts
|
||||
# +02_ = Holidays
|
||||
# +03_ = Studios or Network
|
||||
# +04_ = Collection
|
||||
# +05_ = Countries
|
||||
# +06_ = Genres
|
||||
# +07_ = Awards
|
||||
# +08_ = Decades
|
||||
# +09_ = People
|
||||
# +10_ = Movies
|
||||
|
||||
######################################################
|
||||
# Network Collections #
|
||||
######################################################
|
||||
|
||||
|
||||
templates:
|
||||
network:
|
||||
tmdb_network: <<network>>
|
||||
sort_title: +3_<<collection_name>>
|
||||
sync_mode: sync
|
||||
networkFR:
|
||||
tmdb_network: <<network>>
|
||||
sort_title: +3__FR<<collection_name>>
|
||||
sync_mode: sync
|
||||
|
||||
collections:
|
||||
HBO:
|
||||
template: { name: network, network: "49, 2593, 3186, 3308" }
|
||||
|
||||
Showtime:
|
||||
template: { name: network, network: 67 }
|
||||
|
||||
Netflix:
|
||||
template: { name: network, network: 213 }
|
||||
|
||||
Hulu:
|
||||
template: { name: network, network: 453 }
|
||||
|
||||
Starz:
|
||||
template: { name: network, network: "318, 758, 4906" }
|
||||
|
||||
HGTV:
|
||||
template: { name: network, network: 210 }
|
||||
|
||||
National Geographic:
|
||||
template: { name: network, network: "43, 799, 1756, 1825, 3355, 4293, 4476" }
|
||||
|
||||
Prime Video:
|
||||
template: { name: network, network: 1024 }
|
||||
|
||||
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" }
|
||||
|
||||
BBC:
|
||||
template: { name: network, network: "3546, 3278, 4, 332" }
|
||||
|
||||
iTV:
|
||||
template: { name: network, network: "9, 3448, 24546, 5238" }
|
||||
|
||||
Canal+:
|
||||
template: { name: networkFR, network: 285}
|
||||
|
||||
France TV:
|
||||
template: { name: networkFR, network: "249, 361, 3856"}
|
||||
|
||||
TF1:
|
||||
template: { name: networkFR, network: 290}
|
||||
|
||||
M6:
|
||||
template: { name: networkFR, network: 712}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,104 @@
|
||||
##########################################################################
|
||||
##########################################################################
|
||||
## _ _ _ ##
|
||||
## _ __ ___ _ __ __ _ _ __ (_) | _(_) ##
|
||||
## | '_ ` _ \| '__/ _` | '_ \| | |/ / | ##
|
||||
## | | | | | | | | (_| | | | | | <| | ##
|
||||
## |_| |_| |_|_| \__,_|_| |_|_|_|\_\_| ##
|
||||
## ##
|
||||
## ##
|
||||
## Collection for Plex-Meta-Manager ##
|
||||
##########################################################################
|
||||
##########################################################################
|
||||
|
||||
# +01_ = Charts
|
||||
# +02_ = Holidays
|
||||
# +03_ = Studios or Network
|
||||
# +04_ = Collection
|
||||
# +05_ = Countries
|
||||
# +06_ = Genres
|
||||
# +07_ = Awards
|
||||
# +08_ = Decades
|
||||
# +09_ = People
|
||||
# +10_ = Movies
|
||||
|
||||
#####################################################
|
||||
# Collections #
|
||||
#####################################################
|
||||
|
||||
templates:
|
||||
Studio:
|
||||
optional:
|
||||
- company
|
||||
tmdb_company: <<company>>
|
||||
sort_title: +03_<<collection_name>>
|
||||
sync_mode: sync
|
||||
smart_label: release.desc
|
||||
|
||||
Trakt:
|
||||
sort_title: +03_<<collection_name>>
|
||||
sync_mode: sync
|
||||
url_background: https://img5.goodfon.com/original/1920x1080/1/61/fon-netflix-logo-raduga-tsvet-fon-background-skachat-oboi-sk.jpg
|
||||
smart_label: originally_available.desc
|
||||
#schedule: weekly (monday)
|
||||
|
||||
collections:
|
||||
|
||||
IMDB Top Rated:
|
||||
template: { name: Trakt}
|
||||
trakt_list: https://trakt.tv/users/justin/lists/imdb-top-rated-movies
|
||||
summary: "IMDB Top 250 Movies across the internet"
|
||||
|
||||
Criterion:
|
||||
template: { name: Trakt}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/millow123/lists/the-criterion-collection-updated
|
||||
- https://trakt.tv/users/maxwelldeux/lists/the-criterion-collection
|
||||
- https://trakt.tv/users/yoursvivek/lists/the-criterion-collection
|
||||
summary: "The Criterion Collection"
|
||||
|
||||
1001 Movies You Must See Before You Die:
|
||||
template: { name: Trakt}
|
||||
trakt_list: https://trakt.tv/users/sp1ti/lists/1001-movies-you-must-see-before-you-die
|
||||
summary: "1001 Movies You Must See Before You Die is a film reference book edited by Steven Jay Schneider with original essays on each film contributed by over 70 film critics."
|
||||
|
||||
DC:
|
||||
template: { name: Trakt}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/movistapp/lists/dc-comics
|
||||
- https://trakt.tv/users/tetharion/lists/worlds-of-dc
|
||||
- https://trakt.tv/users/littlgrim/lists/dc
|
||||
- https://trakt.tv/users/rkvine82/lists/dc-comic-shows
|
||||
- https://trakt.tv/users/asterlea/lists/dceu
|
||||
- https://trakt.tv/users/donxy/lists/dc-comics-animated
|
||||
- https://trakt.tv/users/donxy/lists/dc-universe-animated-original-movies
|
||||
- https://trakt.tv/users/donxy/lists/dc-animated-series-universe
|
||||
summary: DC Comics is one of the largest and oldest American comic book companies, with their first comic under the DC banner being published in 1937.
|
||||
|
||||
Marvel:
|
||||
template: { name: Trakt}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/donxy/lists/marvel-cinematic-universe
|
||||
- https://trakt.tv/users/asterlea/lists/marvel-television
|
||||
- https://trakt.tv/users/mediashare2000/lists/marvel-animation
|
||||
- https://trakt.tv/users/signoftheshadow/lists/mcu
|
||||
- https://trakt.tv/users/ifigenia1986/lists/mcu-series
|
||||
summary: Marvel counts among its characters such well-known superheroes as Spider-Man, Iron Man, Captain America, the Hulk, Thor, Wolverine, Ant-Man, the Wasp, Black Widow, Hawkeye, Captain Marvel, Black Panther, Doctor Strange, the Scarlet Witch, Quicksilver, She-Hulk, the Vision, the Falcon, the Winter Soldier, Ghost Rider, Blade, Daredevil, Luke Cage, Iron Fist, Ms. Marvel, Miles Morales, the Punisher, Shang-Chi and Deadpool.
|
||||
|
||||
LEGO:
|
||||
template: { name: Studio, company: 4081 }
|
||||
summary: "Lego movies, TV, and shorts"
|
||||
|
||||
TV Show Francais:
|
||||
template: { name: Trakt}
|
||||
summary: French TV Show
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/mraniki/lists/french-series
|
||||
- https://trakt.tv/users/mraniki/lists/tele
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,79 @@
|
||||
##########################################################################
|
||||
##########################################################################
|
||||
## _ _ _ ##
|
||||
## _ __ ___ _ __ __ _ _ __ (_) | _(_) ##
|
||||
## | '_ ` _ \| '__/ _` | '_ \| | |/ / | ##
|
||||
## | | | | | | | | (_| | | | | | <| | ##
|
||||
## |_| |_| |_|_| \__,_|_| |_|_|_|\_\_| ##
|
||||
## ##
|
||||
## Tranquille. Il a deux trous rouges au côté droit. ##
|
||||
## Collection for Plex-Meta-Manager ##
|
||||
##########################################################################
|
||||
##########################################################################
|
||||
|
||||
# +01_ = Charts
|
||||
# +02_ = Holidays
|
||||
# +03_ = Studios or Network
|
||||
# +04_ = Collection
|
||||
# +05_ = Countries
|
||||
# +06_ = Genres
|
||||
# +07_ = Awards
|
||||
# +08_ = Decades
|
||||
# +09_ = People
|
||||
# +10_ = Movies
|
||||
|
||||
#####################################################
|
||||
# Countries Collections #
|
||||
#####################################################
|
||||
|
||||
templates:
|
||||
SFF Template:
|
||||
sort_title: '+05_collection<<year>>'
|
||||
smart_label: audience_rating.desc
|
||||
summary: 'Sundance Film Festival of <<year>>'
|
||||
sync_mode: append
|
||||
trakt_list: https://trakt.tv/users/vermelholimao/lists/sundance-film-festival-<<year>>
|
||||
item_label: Sundance Film Festival
|
||||
SFF Genre Template:
|
||||
sort_title: '*Sundance Film Festival <<genre>>'
|
||||
smart_label: audience_rating.desc
|
||||
smart_filter:
|
||||
all:
|
||||
label: Sundance Film Festival
|
||||
genre: <<genre>>
|
||||
summary: 'Sundance Film Festival: <<genre>>'
|
||||
sync_mode: append
|
||||
|
||||
collections:
|
||||
|
||||
|
||||
Korean Cinema:
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/sp1ti/lists/lovehkfilm-s-top-100-hong-kong-films-of-the-ninetie
|
||||
- https://trakt.tv/users/c858/lists/korean-movies
|
||||
sync_mode: sync
|
||||
sort_title: "+05_collection_Z_Korean Cinema"
|
||||
summary: "Korean movies"
|
||||
smart_label: audience_rating.desc
|
||||
|
||||
Japan Cinema:
|
||||
schedule: weekly(sunday)
|
||||
sort_title: +05_collection_Z_Japan Cinema
|
||||
summary: A collection of Japanese Films.
|
||||
sync_mode: sync
|
||||
smart_filter:
|
||||
all:
|
||||
audio_language: ja
|
||||
sort_by: release.desc
|
||||
|
||||
HKG Cinema:
|
||||
schedule: weekly(sunday)
|
||||
sort_title: +05_collection_Z_hk
|
||||
summary: A collection of Hong Kong Films.
|
||||
sync_mode: sync
|
||||
smart_filter:
|
||||
all:
|
||||
country: Hong Kong
|
||||
sort_by: release.desc
|
||||
|
||||
|
@ -0,0 +1,381 @@
|
||||
##########################################################################
|
||||
##########################################################################
|
||||
## _ _ _ ##
|
||||
## _ __ ___ _ __ __ _ _ __ (_) | _(_) ##
|
||||
## | '_ ` _ \| '__/ _` | '_ \| | |/ / | ##
|
||||
## | | | | | | | | (_| | | | | | <| | ##
|
||||
## |_| |_| |_|_| \__,_|_| |_|_|_|\_\_| ##
|
||||
## ##
|
||||
## ##
|
||||
## Collection for Plex-Meta-Manager ##
|
||||
##########################################################################
|
||||
##########################################################################
|
||||
|
||||
# +01_ = Charts
|
||||
# +02_ = Holidays
|
||||
# +03_ = Studios or Network
|
||||
# +04_ = Collection
|
||||
# +05_ = Countries
|
||||
# +06_ = Genres
|
||||
# +07_ = Awards
|
||||
# +08_ = Decades
|
||||
# +09_ = People
|
||||
# +10_ = Movies
|
||||
|
||||
#####################################################
|
||||
# Genre Collections #
|
||||
#####################################################
|
||||
|
||||
templates:
|
||||
Genre:
|
||||
trakt_list: <<traktList>>
|
||||
sort_title: +06_<<collection_name>>
|
||||
sync_mode: sync
|
||||
url_background: https://img5.goodfon.com/original/1920x1080/1/61/fon-netflix-logo-raduga-tsvet-fon-background-skachat-oboi-sk.jpg
|
||||
smart_label: originally_available.desc
|
||||
#schedule: weekly (wednesday)
|
||||
|
||||
collections:
|
||||
|
||||
Action:
|
||||
template: { name: Genre}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/fresnobiker/lists/action-movies-2000-to-2021
|
||||
- https://trakt.tv/users/g0g0/lists/heroic-killer-bad-ass
|
||||
- https://trakt.tv/users/movistapp/lists/action
|
||||
- https://trakt.tv/users/grimreaper1972/lists/action-tv
|
||||
|
||||
Adventure:
|
||||
template: { name: Genre}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/movistapp/lists/adventure
|
||||
- https://trakt.tv/users/krissykk/lists/adventure-drama-comedy-discovery-novels-1of2
|
||||
|
||||
Animation:
|
||||
template: { name: Genre}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/movistapp/lists/animation
|
||||
|
||||
|
||||
Anime:
|
||||
template: { name: Genre}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/giladg/lists/site-sound-50-essential-anime-films
|
||||
- https://trakt.tv/users/sweevie/lists/top-100-anime-movies
|
||||
|
||||
|
||||
Bollywood:
|
||||
template: { name: Genre}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/ld667/lists/highest-grossing-indian-films
|
||||
- https://trakt.tv/users/toddylikes/lists/bollywood-action-movies
|
||||
- https://trakt.tv/users/darkave/lists/bollywood
|
||||
- https://trakt.tv/users/mraniki/lists/top-bollywood
|
||||
- https://trakt.tv/users/mraniki/lists/india-kollywood-top-box-office-tamil-cinema
|
||||
- https://trakt.tv/users/bidip-shrestha/lists/bollywood-movies
|
||||
|
||||
British Police:
|
||||
template: { name: Genre}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/guy1307/lists/detective-uk
|
||||
- https://trakt.tv/users/wsquaredtoronto/lists/tv-british-police-procedurals
|
||||
- https://trakt.tv/users/jimmothy-bizarreaux/lists/whodunnit-howcatchem-murder-mystery-police-
|
||||
- https://trakt.tv/users/rudiecantfail/lists/uk-detective-crime-series
|
||||
summary: Very Best British Procedurals
|
||||
|
||||
Comedy:
|
||||
template: { name: Genre}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/movistapp/lists/comedy
|
||||
- https://trakt.tv/users/krissykk/lists/comedy-comedy-drama
|
||||
- https://trakt.tv/users/amymarie1982/lists/comedies
|
||||
- https://trakt.tv/users/norman05/lists/sitcoms
|
||||
- https://trakt.tv/users/coldkeys/lists/classic-american-comedy
|
||||
- https://trakt.tv/users/pauls67/lists/british-comedy
|
||||
|
||||
Courtroom:
|
||||
template: { name: Genre}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/lollipopp/lists/lawyer-court
|
||||
- https://trakt.tv/users/kayaaron13/lists/top-courtroom-dramas
|
||||
- https://trakt.tv/users/additup/lists/legal-drama_judiciaire
|
||||
summary: Showcasing brainy lawyers, gripping cases, and complex plotlines, these are the best legal dramas to watch
|
||||
|
||||
Crime:
|
||||
template: { name: Genre}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/movistapp/lists/crime
|
||||
- https://trakt.tv/users/garycrawfordgc/lists/crime
|
||||
- https://trakt.tv/users/angrymermaid/lists/detective-modern-crime-
|
||||
|
||||
Documentary:
|
||||
template: { name: Genre}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/hdlists/lists/documentary-movies-top-rated-from-1980-to-today
|
||||
- https://trakt.tv/users/kayaaron13/lists/ranker-greatest-documentaries-of-all-time
|
||||
- https://trakt.tv/users/sp1ti/lists/the-documentary-blog-s-top-50-documentaries-of-the-decade
|
||||
- https://trakt.tv/users/firetv4k/lists/nature-documentaries
|
||||
- https://trakt.tv/users/gary-lydement/lists/best-nature-doco-s-shows
|
||||
- https://trakt.tv/users/firetv4k/lists/science-documentaries
|
||||
- https://trakt.tv/users/michaeldibben/lists/documentaries-scientific-factual
|
||||
- https://trakt.tv/users/oxnard/lists/documentaries
|
||||
- https://trakt.tv/users/acerider/lists/movies-nature
|
||||
- https://trakt.tv/users/hammers-lists/lists/martial-arts-documentaries
|
||||
- https://trakt.tv/users/cscott1/lists/history-science-documentaries
|
||||
|
||||
Drama:
|
||||
template: { name: Genre}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/movistapp/lists/drama
|
||||
- https://trakt.tv/users/majeed_pk/lists/drama-movies-_-the-essential-list
|
||||
- https://trakt.tv/users/krissykk/lists/drama-11910764
|
||||
summary: Drama film is a genre that relies on the emotional and relational development of realistic characters.
|
||||
|
||||
Dystopian:
|
||||
template: { name: Genre}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/mezuror/lists/dystopian
|
||||
- https://trakt.tv/users/remontant/lists/dystopian-movies
|
||||
summary: A dystopia, or cacotopia, is a speculated ideal society with minimal crime, violence and poverty that is undesirable or frightening.
|
||||
|
||||
Earth:
|
||||
template: { name: Genre}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/mraniki/lists/earth
|
||||
- https://trakt.tv/users/gary-lydement/lists/best-nature-doco-s-shows
|
||||
- https://trakt.tv/users/joseph-recendez/lists/science-and-nature-shows
|
||||
- https://trakt.tv/users/firetv4k/lists/science-documentaries
|
||||
- https://trakt.tv/users/michaeldibben/lists/the-natural-world
|
||||
- https://trakt.tv/users/kingkearney/lists/science-and-nature-documentaries
|
||||
- https://trakt.tv/users/firetv4k/lists/science-documentaries
|
||||
- https://trakt.tv/users/acerider/lists/movies-nature
|
||||
- https://trakt.tv/users/hammers-lists/lists/attenborough-documentaries
|
||||
- https://trakt.tv/users/krissykk/lists/documentary-the-planet-the-life-the-people
|
||||
summary: The Planet, The Life & The People
|
||||
|
||||
Family:
|
||||
template: { name: Genre}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/movistapp/lists/family
|
||||
- https://trakt.tv/users/jealad/lists/family
|
||||
- https://trakt.tv/users/rizreflects/lists/feel-good
|
||||
- https://trakt.tv/users/additup/lists/feelgood-movies-tv-shows
|
||||
- https://trakt.tv/users/krissykk/lists/family-night-for-all-ages-also-see-animation
|
||||
|
||||
Fantasy:
|
||||
template: { name: Genre}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/movistapp/lists/fantasy
|
||||
- https://trakt.tv/users/6911557d-5846-4d10-97c8-af0ed44a5dc7/lists/fantasy
|
||||
|
||||
Food:
|
||||
template: { name: Genre}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/mraniki/lists/theme-food-kitchen
|
||||
- https://trakt.tv/users/idelo/lists/food-movies
|
||||
- https://trakt.tv/users/mrecko/lists/food
|
||||
- https://trakt.tv/users/justin/lists/open-your-eyes
|
||||
- https://trakt.tv/users/idelo/lists/food-movies
|
||||
- https://trakt.tv/users/avaly13/lists/foodie-faves
|
||||
|
||||
Gangster:
|
||||
template: { name: Genre}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/bmonomad/lists/gangster
|
||||
- https://trakt.tv/users/moses456/lists/hood_gangsters_ghetto-movies
|
||||
- https://trakt.tv/users/whitecoat21/lists/cartel-gang-mafia
|
||||
- https://trakt.tv/users/debonair-pirate/lists/mobsters
|
||||
- https://trakt.tv/users/krissykk/lists/documentary-movies-famous-gangsters-organized-crime
|
||||
|
||||
History:
|
||||
template: { name: Genre}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/movistapp/lists/history
|
||||
- https://trakt.tv/users/additup/lists/period-drama-history
|
||||
|
||||
Horror:
|
||||
template: { name: Genre}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-horror-tv-shows-of-all-time
|
||||
- https://trakt.tv/users/kylesheila/lists/horror-tv
|
||||
- https://trakt.tv/users/lish408/lists/popular-horror
|
||||
- https://trakt.tv/users/movistapp/lists/horror
|
||||
|
||||
Kdrama:
|
||||
template: { name: Genre}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/xscaredycat/lists/korean-dramas
|
||||
- https://trakt.tv/users/isaackrol/lists/kdramas-kmovies
|
||||
summary: K-dramas have a multitude of different genres such as action dramas, historical dramas, school dramas, medical dramas, legal dramas, or even horror comedies.
|
||||
|
||||
LGBTQ:
|
||||
template: { name: Genre}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/gus210/lists/gay-movies-and-tv-shows
|
||||
- https://trakt.tv/users/sele_nap/lists/lgbt
|
||||
- https://trakt.tv/users/eragos/lists/gay-movies-tv-shows
|
||||
- https://trakt.tv/users/jmmeler/lists/gay
|
||||
|
||||
Martial Arts:
|
||||
template: { name: Genre}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/mraniki/lists/martial-arts
|
||||
- https://trakt.tv/users/shehrezad/lists/martial-arts
|
||||
- https://trakt.tv/users/cage/lists/martial-arts
|
||||
- https://trakt.tv/users/kabiri-erfan-gmail-com/lists/martial-art
|
||||
- https://trakt.tv/users/hammers-lists/lists/asian-martial-arts
|
||||
- https://trakt.tv/users/batmanxy/lists/martial-arts
|
||||
|
||||
Mindfuck Movies:
|
||||
template: { name: Genre}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/hdlists/lists/mindfuck-movies
|
||||
- https://trakt.tv/users/benfranklin/lists/best-mindfucks
|
||||
smart_label: critic_rating.desc
|
||||
|
||||
Music:
|
||||
template: { name: Genre}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/hammers-lists/lists/music-heavy-movies
|
||||
- https://trakt.tv/users/movistapp/lists/music
|
||||
- https://trakt.tv/users/ld667/lists/dance-movies-_-great-list-of-dance-movies
|
||||
- https://trakt.tv/users/additup/lists/about-music
|
||||
|
||||
Musical:
|
||||
template: { name: Genre}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/mpsimala/lists/musicals
|
||||
- https://trakt.tv/users/guavalove/lists/musical-television
|
||||
- https://trakt.tv/users/trakker/lists/musical-tv
|
||||
- https://trakt.tv/users/asterlea/lists/top-musicals
|
||||
- https://trakt.tv/users/maxwelldeux/lists/bfi-s-100-film-musicals
|
||||
|
||||
Mystery:
|
||||
template: { name: Genre}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/schwee/lists/murder-mystery
|
||||
- https://trakt.tv/users/mraniki/lists/mystery
|
||||
- https://trakt.tv/users/alkodique/lists/collection-de-films-a-enigme
|
||||
- https://trakt.tv/users/giladg/lists/murder-mystery-movies
|
||||
- https://trakt.tv/users/movistapp/lists/mystery
|
||||
- https://trakt.tv/users/roses100/lists/4-rm-mystery-crime-suspense
|
||||
|
||||
Pandemic:
|
||||
template: { name: Genre}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/twentywashere/lists/corona-extra-pandemics-and-viral-outbreaks-no-zombies
|
||||
summary: A Pandemic film resolves around widespread viruses, plagues, and diseases
|
||||
|
||||
Pets:
|
||||
template: { name: Genre}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/mraniki/lists/theme-dog
|
||||
- https://trakt.tv/users/rfsbraz/lists/veterinarian-craze
|
||||
summary: Pets!
|
||||
|
||||
Romance:
|
||||
template: { name: Genre}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/movistapp/lists/romance
|
||||
- https://trakt.tv/users/rdjones247/lists/films-romance
|
||||
- https://trakt.tv/users/krissykk/lists/romance-comedy-and-drama-mixed-movies?sort=title,asc
|
||||
|
||||
Sci-Fi:
|
||||
template: { name: Genre}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/movistapp/lists/science-fiction
|
||||
- https://trakt.tv/users/canconfirm/lists/sci-fi
|
||||
- https://trakt.tv/users/chazlarson/lists/looper-best-scifi-of-2021
|
||||
- https://trakt.tv/users/evilbyte/lists/hard-science-fiction
|
||||
- https://trakt.tv/users/zapin/lists/best-sci-fi-series
|
||||
|
||||
Sketch Shows:
|
||||
template: { name: Genre}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/hutchoo/lists/sketch-shows
|
||||
- https://trakt.tv/shows/key-peele
|
||||
- https://trakt.tv/users/mraniki/lists/sketch-shows
|
||||
summary: Best Sketch Shows of All time
|
||||
|
||||
Sports:
|
||||
template: { name: Genre}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/lish408/lists/sports-documentary-series-film
|
||||
|
||||
Stand Up Comedy:
|
||||
template: { name: Genre}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/lish408/lists/stand-up-comedy-specials
|
||||
- https://trakt.tv/users/mertens21/lists/stand-up
|
||||
- https://trakt.tv/users/firestickplusmankodi/lists/urban-standup
|
||||
- https://trakt.tv/users/jakdarippa/lists/stand-up-comedy
|
||||
- https://trakt.tv/users/chuckleslecloun/lists/stand-up-added-individually
|
||||
- https://trakt.tv/users/mraniki/lists/standup
|
||||
- https://trakt.tv/users/designrat/lists/netflix-stand-up-specials
|
||||
- https://trakt.tv/users/giladg/lists/stand-up-comedy
|
||||
|
||||
Spectacle:
|
||||
template: { name: Genre}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/mraniki/lists/show
|
||||
- https://trakt.tv/users/toasterfaerie/lists/national-theatre-live
|
||||
- https://trakt.tv/users/mraniki/lists/spectacles-francais
|
||||
- https://trakt.tv/users/mraniki/lists/theatre-francais
|
||||
- https://trakt.tv/users/mraniki/lists/au-theatre-ce-soir
|
||||
summary: Show must go on
|
||||
|
||||
Sword & Sorcery:
|
||||
template: { name: Genre}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/krissykk/lists/adventure-swords-sorcery-dragons-legends-mythical-events-2of2
|
||||
summary: Sword and Sorcery film is a sub-genre of Fantasy that tend to be more plot-driven.
|
||||
|
||||
Thriller:
|
||||
template: { name: Genre}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/movistapp/lists/thriller
|
||||
- https://trakt.tv/users/lizline73-gmail-com/lists/thriller-series
|
||||
summary: Thriller Film is a genre that revolves around anticipation and suspense.
|
||||
|
||||
TrueCrime:
|
||||
template: { name: Genre}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/lish408/lists/true-crime-documentary-series-film
|
||||
- https://trakt.tv/users/billy-shakes/lists/essential-true-crime
|
||||
- https://trakt.tv/users/tkreimark91/lists/true-crime-91
|
||||
- https://trakt.tv/users/bagpussthe2nd/lists/the-ultimate-true-crime-documentaries-list
|
||||
summary: True Crime documentary
|
||||
|
||||
War:
|
||||
template: { name: Genre}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/movistapp/lists/war
|
||||
- https://trakt.tv/users/maxtrontv/lists/war-tv-shows
|
||||
- https://trakt.tv/users/majeed_pk/lists/wwii-tv-series
|
||||
- https://trakt.tv/users/debonair-pirate/lists/war
|
||||
|
||||
|
||||
Western:
|
||||
template: { name: Genre}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/kayaaron13/lists/ranker-top-western-movies
|
||||
- https://trakt.tv/users/movistapp/lists/western
|
||||
summary: Western Film is a genre that revolves around stories primarily set in the late 19th century in the American Old West.
|
||||
|
||||
Zombie:
|
||||
template: { name: Genre}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/ld667/lists/the-most-epic-zombie-films-since-2000
|
||||
- https://trakt.tv/users/almj24/lists/zombies
|
||||
- https://trakt.tv/users/mraniki/lists/zombie
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,90 @@
|
||||
##########################################################################
|
||||
##########################################################################
|
||||
## _ _ _ ##
|
||||
## _ __ ___ _ __ __ _ _ __ (_) | _(_) ##
|
||||
## | '_ ` _ \| '__/ _` | '_ \| | |/ / | ##
|
||||
## | | | | | | | | (_| | | | | | <| | ##
|
||||
## |_| |_| |_|_| \__,_|_| |_|_|_|\_\_| ##
|
||||
## ##
|
||||
## ##
|
||||
## Collection for Plex-Meta-Manager ##
|
||||
##########################################################################
|
||||
##########################################################################
|
||||
|
||||
# +01_ = Charts
|
||||
# +02_ = Holidays
|
||||
# +03_ = Studios or Network
|
||||
# +04_ = Collection
|
||||
# +05_ = Countries
|
||||
# +06_ = Genres
|
||||
# +07_ = Awards
|
||||
# +08_ = Decades
|
||||
# +09_ = People
|
||||
# +10_ = Movies
|
||||
|
||||
#####################################################
|
||||
# Awards Collections #
|
||||
#####################################################
|
||||
#####################################################
|
||||
templates:
|
||||
Award:
|
||||
sort_title: +07_<<collection_name>>
|
||||
sync_mode: sync
|
||||
smart_label: audience_rating.desc
|
||||
#schedule: weekly (monday)
|
||||
|
||||
collections:
|
||||
Oscars Winners:
|
||||
template: { name: Award}
|
||||
imdb_list: "https://www.imdb.com/search/title/?title_type=feature,documentary&groups=oscar_winner"
|
||||
summary: "Oscar Winning Movies"
|
||||
#schedule: yearly (03/28)
|
||||
|
||||
Oscar best picture winner:
|
||||
template: { name: Award}
|
||||
imdb_list: https://www.imdb.com/search/title/?count=250&groups=oscar_best_picture_winners&sort=year,desc
|
||||
summary: "The Academy Award for Best Picture is one of the Academy Awards presented annually by the Academy of Motion Picture Arts and Sciences since the awards debuted in 1929."
|
||||
#schedule: yearly (03/28)
|
||||
|
||||
Oscar 2022 nominations:
|
||||
template: { name: Award}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/jcbwoldseth/lists/oscar-race-2022
|
||||
summary: 2022 Oscar nominations
|
||||
visible_home: true
|
||||
|
||||
Cannes - Palme d'or:
|
||||
template: { name: Award}
|
||||
trakt_list: https://trakt.tv/users/sp1ti/lists/cannes-palme-d-or-winners
|
||||
summary: "The Palme d'Or is the highest prize awarded at the Cannes Film Festival. It was introduced in 1955 by the organising committee."
|
||||
#schedule: yearly (06/01)
|
||||
|
||||
Cesar:
|
||||
template: { name: Award}
|
||||
trakt_list: https://trakt.tv/users/fauxliege/lists/cesar-meilleur-film
|
||||
summary: "The César Award is the national film award of France. It is delivered in the Nuit des César ceremony and was first awarded in 1976."
|
||||
#schedule: yearly (03/14)
|
||||
|
||||
Berlinale:
|
||||
template: { name: Award}
|
||||
trakt_list: https://trakt.tv/users/maxwelldeux/lists/berlin-international-film-festival-golden-bears
|
||||
summary: "The Berlin International Film Festival, usually called the Berlinale, is a film festival held annually in Berlin, Germany."
|
||||
#schedule: yearly (02/21)
|
||||
|
||||
BAFTA Best Film:
|
||||
template: { name: Award}
|
||||
trakt_list: https://trakt.tv/users/maxwelldeux/lists/bafta-award-best-film
|
||||
summary: "The EE British Academy Film Awards or BAFTA Film Awards are presented in an annual award show hosted by the British Academy of Film and Television Arts (BAFTA) to honour the best British and international contributions to film."
|
||||
#schedule: yearly (02/21)
|
||||
|
||||
Venice:
|
||||
template: { name: Award}
|
||||
trakt_list: https://trakt.tv/users/maxwelldeux/lists/venice-film-festival-golden-lion
|
||||
summary: "The Venice Film Festival or Venice International Film Festival (Italian: Mostra Internazionale d'Arte Cinematografica della Biennale di Venezia is the world's oldest film festival"
|
||||
#schedule: yearly (02/21)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,45 @@
|
||||
##########################################################################
|
||||
##########################################################################
|
||||
## _ _ _ ##
|
||||
## _ __ ___ _ __ __ _ _ __ (_) | _(_) ##
|
||||
## | '_ ` _ \| '__/ _` | '_ \| | |/ / | ##
|
||||
## | | | | | | | | (_| | | | | | <| | ##
|
||||
## |_| |_| |_|_| \__,_|_| |_|_|_|\_\_| ##
|
||||
## ##
|
||||
## ##
|
||||
## Collection for Plex-Meta-Manager ##
|
||||
##########################################################################
|
||||
##########################################################################
|
||||
|
||||
# +01_ = Charts
|
||||
# +02_ = Holidays
|
||||
# +03_ = Studios or Network
|
||||
# +04_ = Collection
|
||||
# +05_ = Countries
|
||||
# +06_ = Genres
|
||||
# +07_ = Awards
|
||||
# +08_ = Decades
|
||||
# +09_ = People
|
||||
# +10_ = Movies
|
||||
|
||||
#####################################################
|
||||
# DECADES Collections #
|
||||
#####################################################
|
||||
templates:
|
||||
decade:
|
||||
sort_title: +08_<<collection_name>>
|
||||
sync_mode: sync
|
||||
smart_label: audience_rating.desc
|
||||
|
||||
|
||||
|
||||
collections:
|
||||
80s Movies:
|
||||
template: { name: decade}
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/hdlists/lists/rottentomatoes-com-s-best-of-the-80s
|
||||
- https://trakt.tv/users/zyrus/lists/80s-classics
|
||||
summary: The Best Movies From The 80s
|
||||
|
||||
|
||||
|
@ -0,0 +1,454 @@
|
||||
##########################################################################
|
||||
##########################################################################
|
||||
## _ _ _ ##
|
||||
## _ __ ___ _ __ __ _ _ __ (_) | _(_) ##
|
||||
## | '_ ` _ \| '__/ _` | '_ \| | |/ / | ##
|
||||
## | | | | | | | | (_| | | | | | <| | ##
|
||||
## |_| |_| |_|_| \__,_|_| |_|_|_|\_\_| ##
|
||||
## ##
|
||||
## ##
|
||||
## Collection for Plex-Meta-Manager ##
|
||||
##########################################################################
|
||||
##########################################################################
|
||||
|
||||
# +01_ = Charts
|
||||
# +02_ = Holidays
|
||||
# +03_ = Studios or Network
|
||||
# +04_ = Collection
|
||||
# +05_ = Countries
|
||||
# +06_ = Genres
|
||||
# +07_ = Awards
|
||||
# +08_ = Decades
|
||||
# +09_ = People
|
||||
# +10_ = Movies
|
||||
|
||||
######################################################
|
||||
# People Collections #
|
||||
######################################################
|
||||
templates:
|
||||
Person:
|
||||
smart_filter:
|
||||
any:
|
||||
actor: tmdb
|
||||
director: tmdb
|
||||
writer: tmdb
|
||||
producer: tmdb
|
||||
sort_by: random
|
||||
validate: false
|
||||
tmdb_person: <<person>>
|
||||
sort_title: +09_3<<collection_name>>
|
||||
schedule: monthly (1)
|
||||
|
||||
PersonFR:
|
||||
smart_filter:
|
||||
any:
|
||||
actor: tmdb
|
||||
director: tmdb
|
||||
writer: tmdb
|
||||
producer: tmdb
|
||||
sort_by: random
|
||||
validate: false
|
||||
tmdb_person: <<person>>
|
||||
sort_title: +09_1<<collection_name>>
|
||||
schedule: monthly (18)
|
||||
|
||||
PersonIN:
|
||||
smart_filter:
|
||||
any:
|
||||
actor: tmdb
|
||||
director: tmdb
|
||||
writer: tmdb
|
||||
producer: tmdb
|
||||
sort_by: random
|
||||
validate: false
|
||||
tmdb_person: <<person>>
|
||||
sort_title: +09_2<<collection_name>>
|
||||
schedule: monthly (2)
|
||||
|
||||
|
||||
collections:
|
||||
|
||||
######################################################
|
||||
# FRENCH #
|
||||
######################################################
|
||||
Martin Lamotte:
|
||||
template: {name: PersonFR, person: 82793}
|
||||
Michel Galabru:
|
||||
template: {name: PersonFR, person: 24629}
|
||||
Christian Clavier:
|
||||
template: {name: PersonFR, person: 28781}
|
||||
Gérard Jugnot:
|
||||
template: {name: PersonFR, person: 21171}
|
||||
Dominique Lavanant:
|
||||
template: {name: PersonFR, person: 1972}
|
||||
Jacques Villeret:
|
||||
template: {name: PersonFR, person: 35323}
|
||||
Michel Blanc:
|
||||
template: {name: PersonFR, person: 21175}
|
||||
Thierry Lhermitte:
|
||||
template: {name: PersonFR, person: 21177}
|
||||
Josiane Balasko:
|
||||
template: {name: PersonFR, person: 35137}
|
||||
Roland Giraud:
|
||||
template: {name: PersonFR, person: 35210}
|
||||
Jean Yanne:
|
||||
template: {name: PersonFR, person: 24381}
|
||||
Louis de Funès:
|
||||
template: {name: PersonFR, person: 11187}
|
||||
Alban Ivanov:
|
||||
template: {name: PersonFR, person: 544681}
|
||||
Vincent Cassel:
|
||||
template: {name: PersonFR, person: 1925}
|
||||
Guillaume Canet:
|
||||
template: {name: PersonFR, person: 19866}
|
||||
Kristin Scott Thomas:
|
||||
template: {name: PersonFR, person: 5470}
|
||||
André Dussollier:
|
||||
template: {name: PersonFR, person: 18177}
|
||||
Audrey Tautou:
|
||||
template: {name: PersonFR, person: 2405}
|
||||
Romain Duris:
|
||||
template: {name: PersonFR, person: 17497}
|
||||
Cécile de France:
|
||||
template: {name: PersonFR, person: 17522}
|
||||
Gérard Depardieu:
|
||||
template: {name: PersonFR, person: 16927}
|
||||
Jamel Debbouze:
|
||||
template: {name: PersonFR, person: 2408}
|
||||
Monica Bellucci:
|
||||
template: {name: PersonFR, person: 28782}
|
||||
Alexandra Lamy:
|
||||
template: {name: PersonFR, person: 113617}
|
||||
Jean Dujardin:
|
||||
template: {name: PersonFR, person: 56024}
|
||||
Jean-Paul Belmondo:
|
||||
template: {name: PersonFR, person: 3829}
|
||||
Michel Serrault:
|
||||
template: {name: PersonFR, person: 12270}
|
||||
|
||||
######################################################
|
||||
# BOLLY #
|
||||
######################################################
|
||||
|
||||
Aamir Khan:
|
||||
template: {name: PersonIN, person: 52763}
|
||||
Salman Khan:
|
||||
template: {name: PersonIN, person: 42802}
|
||||
Shah Rukh Khan:
|
||||
template: {name: PersonIN, person: 35742}
|
||||
Kareena Kapoor Khan:
|
||||
template: {name: PersonIN, person: 37233}
|
||||
Kajol:
|
||||
template: {name: PersonIN, person: 55061}
|
||||
Amitabh Bachchan:
|
||||
template: {name: PersonIN, person: 35}
|
||||
Hrithik Roshan:
|
||||
template: {name: PersonIN, person: 78749}
|
||||
Akshay Kumar:
|
||||
template: {name: PersonIN, person: 35070}
|
||||
|
||||
######################################################
|
||||
# Other #
|
||||
######################################################
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
######################################################
|
||||
# USA #
|
||||
######################################################
|
||||
|
||||
|
||||
Adam Sandler:
|
||||
template: {name: Person, person: 19292}
|
||||
Al Pacino:
|
||||
template: {name: Person, person: 1158}
|
||||
Alfred Hitchcock:
|
||||
template: {name: Person, person: 2636}
|
||||
Amy Adams:
|
||||
template: {name: Person, person: 9273}
|
||||
Angelina Jolie:
|
||||
template: {name: Person, person: 11701}
|
||||
Anne Hathaway:
|
||||
template: {name: Person, person: 1813}
|
||||
Anthony Hopkins:
|
||||
template: {name: Person, person: 4173}
|
||||
Antonio Banderas:
|
||||
template: {name: Person, person: 3131}
|
||||
Arnold Schwarzenegger:
|
||||
template: {name: Person, person: 1100}
|
||||
Ben Affleck:
|
||||
template: {name: Person, person: 880}
|
||||
Ben Stiller:
|
||||
template: {name: Person, person: 7399}
|
||||
Bill Murray:
|
||||
template: {name: Person, person: 1532}
|
||||
Brad Pitt:
|
||||
template: {name: Person, person: 287}
|
||||
Brendan Fraser:
|
||||
template: {name: Person, person: 18269}
|
||||
Bruce Lee:
|
||||
template: {name: Person, person: 19429}
|
||||
Bruce Willis:
|
||||
template: {name: Person, person: 62}
|
||||
Cameron Diaz:
|
||||
template: {name: Person, person: 6941}
|
||||
Carrie Fisher:
|
||||
template: {name: Person, person: 4}
|
||||
Cate Blanchett:
|
||||
template: {name: Person, person: 112}
|
||||
Catherine Zeta-Jones:
|
||||
template: {name: Person, person: 1922}
|
||||
Channing Tatum:
|
||||
template: {name: Person, person: 38673}
|
||||
Charlie Chaplin:
|
||||
template: {name: Person, person: 13848}
|
||||
Charlize Theron:
|
||||
template: {name: Person, person: 6885}
|
||||
Christian Bale:
|
||||
template: {name: Person, person: 3894}
|
||||
Chris Evans:
|
||||
template: {name: Person, person: 16828}
|
||||
Chris Hemsworth:
|
||||
template: {name: Person, person: 74568}
|
||||
Chris Pratt:
|
||||
template: {name: Person, person: 73457}
|
||||
Chris Rock:
|
||||
template: {name: Person, person: 2632}
|
||||
Christopher Nolan:
|
||||
template: {name: Person, person: 525}
|
||||
Christopher Walken:
|
||||
template: {name: Person, person: 4690}
|
||||
Chuck Norris:
|
||||
template: {name: Person, person: 51576}
|
||||
Clint Eastwood:
|
||||
template: {name: Person, person: 190}
|
||||
Coen Brothers:
|
||||
template: {name: Person, person: "1223, 1224"}
|
||||
summary: "Joel Coen and Ethan Coen, collectively referred to as the Coen Brothers, are American film directors, producers, screenwriters, and editors. Their films span many genres and styles, which they frequently subvert or parody. Their most acclaimed works include: Raising Arizona (1987), Miller's Crossing (1990), Fargo (1996), The Big Lebowski (1998), O Brother, Where Art Thou? (2000), No Country for Old Men (2007), Burn After Reading (2008), A Serious Man (2009), True Grit (2010), Inside Llewyn Davis (2013), and The Ballad of Buster Scruggs (2018)."
|
||||
Daniel Craig:
|
||||
template: {name: Person, person: 8784}
|
||||
Dave Bautista:
|
||||
template: {name: Person, person: 543530}
|
||||
Dave Chappelle:
|
||||
template: {name: Person, person: 4169}
|
||||
Denzel Washington:
|
||||
template: {name: Person, person: 5292}
|
||||
Diane Keaton:
|
||||
template: {name: Person, person: 3092}
|
||||
Don Cheadle:
|
||||
template: {name: Person, person: 1896}
|
||||
Dustin Hoffman:
|
||||
template: {name: Person, person: 4483}
|
||||
Dwayne Johnson:
|
||||
template: {name: Person, person: 18918}
|
||||
Eddie Murphy:
|
||||
template: {name: Person, person: 776}
|
||||
Edward Norton:
|
||||
template: {name: Person, person: 819}
|
||||
Elliot Page:
|
||||
template: {name: Person, person: 27578}
|
||||
Emma Stone:
|
||||
template: {name: Person, person: 54693}
|
||||
Emma Watson:
|
||||
template: {name: Person, person: 10990}
|
||||
Ewan McGregor:
|
||||
template: {name: Person, person: 3061}
|
||||
George Clooney:
|
||||
template: {name: Person, person: 1461}
|
||||
Gerard Butler:
|
||||
template: {name: Person, person: 17276}
|
||||
Harrison Ford:
|
||||
template: {name: Person, person: 3}
|
||||
Hayao Miyazaki:
|
||||
template: {name: Person, person: 608}
|
||||
Hugh Jackman:
|
||||
template: {name: Person, person: 6968}
|
||||
Ian McKellen:
|
||||
template: {name: Person, person: 1327}
|
||||
Ice Cube:
|
||||
template: {name: Person, person: 9778}
|
||||
J.J. Abrams:
|
||||
template: {name: Person, person: 15344}
|
||||
Jack Black:
|
||||
template: {name: Person, person: 70851}
|
||||
Jackie Chan:
|
||||
template: {name: Person, person: 18897}
|
||||
James Cameron:
|
||||
template: {name: Person, person: 2710}
|
||||
James Franco:
|
||||
template: {name: Person, person: 17051}
|
||||
Jamie Foxx:
|
||||
template: {name: Person, person: 134}
|
||||
Jason Bateman:
|
||||
template: {name: Person, person: 23532}
|
||||
Jason Statham:
|
||||
template: {name: Person, person: 976}
|
||||
Jeff Bridges:
|
||||
template: {name: Person, person: 1229}
|
||||
Jeff Goldblum:
|
||||
template: {name: Person, person: 4785}
|
||||
Jennifer Aniston:
|
||||
template: {name: Person, person: 4491}
|
||||
Jennifer Lawrence:
|
||||
template: {name: Person, person: 72129}
|
||||
Jesse Eisenberg:
|
||||
template: {name: Person, person: 44735}
|
||||
Jessica Alba:
|
||||
template: {name: Person, person: 56731}
|
||||
Jet Li:
|
||||
template: {name: Person, person: 1336}
|
||||
Jim Carrey:
|
||||
template: {name: Person, person: 206}
|
||||
John Candy:
|
||||
template: {name: Person, person: 7180}
|
||||
John Travolta:
|
||||
template: {name: Person, person: 8891}
|
||||
John Wayne:
|
||||
template: {name: Person, person: 4165}
|
||||
Johnny Depp:
|
||||
template: {name: Person, person: 85}
|
||||
Julia Roberts:
|
||||
template: {name: Person, person: 1204}
|
||||
Kevin Bacon:
|
||||
template: {name: Person, person: 4724}
|
||||
Kevin Costner:
|
||||
template: {name: Person, person: 1269}
|
||||
Kevin Hart:
|
||||
template: {name: Person, person: 55638}
|
||||
Kevin Smith:
|
||||
template: {name: Person, person: 19303}
|
||||
Leonardo DiCaprio:
|
||||
template: {name: Person, person: 6193}
|
||||
Liam Neeson:
|
||||
template: {name: Person, person: 3896}
|
||||
Lucy Liu:
|
||||
template: {name: Person, person: 140}
|
||||
M. Night Shyamalan:
|
||||
template: {name: Person, person: 11614}
|
||||
Mark Wahlberg:
|
||||
template: {name: Person, person: 13240}
|
||||
Matt Damon:
|
||||
template: {name: Person, person: 1892}
|
||||
Matthew McConaughey:
|
||||
template: {name: Person, person: 10297}
|
||||
Megan Fox:
|
||||
template: {name: Person, person: 19537}
|
||||
Mel Brooks:
|
||||
template: {name: Person, person: 14639}
|
||||
Mel Gibson:
|
||||
template: {name: Person, person: 2461}
|
||||
Melissa McCarthy:
|
||||
template: {name: Person, person: 55536}
|
||||
Meryl Streep:
|
||||
template: {name: Person, person: 5064}
|
||||
Michael Bay:
|
||||
template: {name: Person, person: 865}
|
||||
Michael Caine:
|
||||
template: {name: Person, person: 3895}
|
||||
Michael Keaton:
|
||||
template: {name: Person, person: 2232}
|
||||
Mike Myers:
|
||||
template: {name: Person, person: 12073}
|
||||
Mila Kunis:
|
||||
template: {name: Person, person: 18973}
|
||||
Milla Jovovich:
|
||||
template: {name: Person, person: 63}
|
||||
Morgan Freeman:
|
||||
template: {name: Person, person: 192}
|
||||
Natalie Portman:
|
||||
template: {name: Person, person: 524}
|
||||
Nicolas Cage:
|
||||
template: {name: Person, person: 2963}
|
||||
Nicole Kidman:
|
||||
template: {name: Person, person: 2227}
|
||||
Orlando Bloom:
|
||||
template: {name: Person, person: 114}
|
||||
Owen Wilson:
|
||||
template: {name: Person, person: 887}
|
||||
Patrick Stewart:
|
||||
template: {name: Person, person: 2387}
|
||||
Quentin Tarantino:
|
||||
template: {name: Person, person: 138}
|
||||
Reese Witherspoon:
|
||||
template: {name: Person, person: 368}
|
||||
Ridley Scott:
|
||||
template: {name: Person, person: 578}
|
||||
Robert De Niro:
|
||||
template: {name: Person, person: 380}
|
||||
Robert Downey Jr.:
|
||||
template: {name: Person, person: 3223}
|
||||
Robin Williams:
|
||||
template: {name: Person, person: 2157}
|
||||
Rosario Dawson:
|
||||
template: {name: Person, person: 5916}
|
||||
Ryan Reynolds:
|
||||
template: {name: Person, person: 10859}
|
||||
Samuel L. Jackson:
|
||||
template: {name: Person, person: 2231}
|
||||
Sandra Bullock:
|
||||
template: {name: Person, person: 18277}
|
||||
Sacha Baron Cohen:
|
||||
template: {name: Person, person: 6730}
|
||||
Scarlett Johansson:
|
||||
template: {name: Person, person: 1245}
|
||||
Sean Connery:
|
||||
template: {name: Person, person: 738}
|
||||
Seth Rogen:
|
||||
template: {name: Person, person: 19274}
|
||||
Shia LaBeouf:
|
||||
template: {name: Person, person: 10959}
|
||||
Steve Buscemi:
|
||||
template: {name: Person, person: 884}
|
||||
Steve Carell:
|
||||
template: {name: Person, person: 4495}
|
||||
Steve Martin:
|
||||
template: {name: Person, person: 67773}
|
||||
Steven Seagal:
|
||||
template: {name: Person, person: 23880}
|
||||
Steven Spielberg:
|
||||
template: {name: Person, person: 488}
|
||||
Sylvester Stallone:
|
||||
template: {name: Person, person: 16483}
|
||||
Tim Burton:
|
||||
template: {name: Person, person: 510}
|
||||
Tom Cruise:
|
||||
template: {name: Person, person: 500}
|
||||
Tom Hanks:
|
||||
template: {name: Person, person: 31}
|
||||
Tommy Lee Jones:
|
||||
template: {name: Person, person: 2176}
|
||||
Vin Diesel:
|
||||
template: {name: Person, person: 12835}
|
||||
Vince Vaughn:
|
||||
template: {name: Person, person: 4937}
|
||||
Wesley Snipes:
|
||||
template: {name: Person, person: 10814}
|
||||
Will Ferrell:
|
||||
template: {name: Person, person: 23659}
|
||||
Will Smith:
|
||||
template: {name: Person, person: 2888}
|
||||
Woody Harrelson:
|
||||
template: {name: Person, person: 57755}
|
||||
Zack Snyder:
|
||||
template: {name: Person, person: 15217}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in new issue