plex-configs/plex/pmm/collections/movies_collections_general.yml

452 lines
14 KiB
YAML

# General collections for any movie library (will be replicated for each movie library)
# PREFIXES
# +01_ = Charts
# +02_ = Holidays
# +03_ = Studios or Network
# +04_ = Genres
# +05_ = Countries
# +06_ = Awards
# +07_ = Collections
# +08_ = Decades
# +09_ = People
# +10_ = General
templates:
Chart:
default:
level: ""
sort_title: <<level>>+01_<<collection_name>>
sync_mode: sync
collection_order: custom
schedule: daily
visible_library: true
Holiday:
default:
level: ""
sort_title: <<level>>+02_<<collection_name>>
sync_mode: sync
collection_order: custom
schedule: never
visible_library: true
Studio:
default:
level: ""
sort_title: <<level>>+03_<<collection_name>>
sync_mode: sync
collection_order: custom
schedule: daily
visible_library: true
Genre:
default:
level: ""
sort_title: <<level>>+04_<<collection_name>>
sync_mode: sync
collection_order: custom
schedule: weekly(wednesday), weekly(sunday)
visible_library: true
Country:
default:
level: ""
sort_title: <<level>>+05_<<collection_name>>
sync_mode: sync
collection_order: custom
schedule: weekly(wednesday), weekly(sunday)
visible_library: true
Award:
default:
level: ""
sort_title: <<level>>+06_<<collection_name>>
sync_mode: sync
collection_order: custom
schedule: weekly(wednesday), weekly(sunday)
visible_library: true
Collection:
default:
level: ""
sort_title: <<level>>+07_<<collection_name>>
sync_mode: sync
collection_order: custom
schedule: weekly(wednesday), weekly(sunday)
visible_library: true
Decade:
default:
level: ""
sort_title: <<level>>+08_<<collection_name>>
sync_mode: sync
collection_order: custom
schedule: weekly(wednesday), weekly(sunday)
visible_library: true
People:
default:
level: ""
smart_filter:
any:
actor: tmdb
director: tmdb
writer: tmdb
producer: tmdb
sort_by: random
validate: false
tmdb_person: <<person>>
sort_title: <<level>>+09_<<collection_name>>
sync_mode: sync
collection_order: custom
visible_library: true
General:
default:
level: ""
sort_title: <<level>>+10_<<collection_name>>
sync_mode: sync
collection_order: custom
schedule: weekly(wednesday), weekly(sunday)
visible_library: true
collections:
### New Content
"Added This Week":
template: { name: Chart,
level: "++" }
summary: "Movies now playing on Plex"
smart_filter:
all:
type: movies
# Movie added in the last 7 days
added: 7
sort_by: release.desc
visible_home: true
visible_shared: true
### Trending
"At The Box Office":
template: { name: Chart,
level: "+++" }
summary: "Now playing on a screen near you"
imdb_chart: box_office
visible_home: false
visible_shared: true
"Trending Now":
template: { name: Chart,
level: "+++" }
summary: "The hottest movies right now"
imdb_chart: popular_movies
visible_home: false
visible_shared: true
### Top Rated
"Best Of All Time":
template: { name: Award,
level: "++" }
summary: "Dive into the best films ever made"
imdb_chart: top_movies
schedule: weekly(wednesday), weekly(sunday)
visible_home: false
visible_shared: true
"Best of the 70s":
template: { name: Award,
level: "+" }
summary: "IMDb's top movies of the 1970s"
imdb_list:
- https://www.imdb.com/search/title/?title_type=tv_series&release_date=1970-01-01,1979-12-31&num_votes=1000,&sort=user_rating,desc
schedule: weekly(wednesday), weekly(sunday)
visible_home: false
visible_shared: false
"Best of the 80s":
template: { name: Award,
level: "+" }
summary: "RottenTomatoes' top movies of the 1980s"
mdblist_list: https://mdblist.com/lists/hdlists/rottentomatoes-com-s-best-of-the-80s
schedule: weekly(wednesday), weekly(sunday)
visible_home: false
visible_shared: false
"Best of the 90s":
template: { name: Award,
level: "+" }
summary: "RottenTomatoes' top movies of the 1990s"
mdblist_list: https://mdblist.com/lists/hdlists/rottentomatoes-com-s-best-of-the-90s
schedule: weekly(wednesday), weekly(sunday)
visible_home: false
visible_shared: false
"Best of the 2000s":
template: { name: Award,
level: "+" }
summary: "RottenTomatoes' top movies of the 2000s"
mdblist_list: https://mdblist.com/lists/hdlists/best-of-the-00s
schedule: weekly(wednesday), weekly(sunday)
visible_home: false
visible_shared: false
"Best of the 2010s":
template: { name: Award,
level: "+" }
summary: "RottenTomatoes' top movies of the 2010s"
mdblist_list: https://mdblist.com/lists/hdlists/best-of-the-2010s
schedule: weekly(wednesday), weekly(sunday)
visible_home: false
visible_shared: false
"Best of the 2020s":
template: { name: Award,
level: "+" }
summary: "IMDb's top movies of the 2020s"
imdb_list:
- https://www.imdb.com/search/title/?title_type=tv_series&release_date=2020-01-01,2029-12-31&num_votes=5000,&languages=en&sort=user_rating,desc
schedule: weekly(wednesday), weekly(sunday)
visible_home: false
visible_shared: false
"The 100 Club":
template: { name: Award }
summary: "RottenTomatoes' movies with a perfect score"
mdblist_list: https://mdblist.com/lists/hdlists/100-on-rottentomatoes-com
schedule: weekly(wednesday), weekly(sunday)
visible_home: false
visible_shared: false
"Just The Worst":
template: { name: Award }
summary: "Razzie Award-winning movies"
mdblist_list: https://mdblist.com/lists/hdlists/razzie-awards-worst-picture-winners
schedule: weekly(wednesday), weekly(sunday)
visible_home: false
visible_shared: false
# Genres
"Spoofs and Parodies":
template: { name: Genre }
summary: "Imitation is the sincerest form of flattery"
mdblist_list: https://mdblist.com/lists/hdlists/top-50-parody-movies-of-all-time
schedule: weekly(wednesday), weekly(sunday)
visible_home: false
visible_shared: false
"Slam Dunk":
template: { name: Genre }
summary: "The best sports movies, ever."
mdblist_list: https://mdblist.com/lists/hdlists/150-best-sports-movies-of-all-time
visible_home: false
visible_shared: false
"Get In, Get Out":
template: { name: Genre }
summary: "Don't forget about the getaway driver out front"
mdblist_list: https://mdblist.com/lists/hdlists/best-heist-movies-of-all-time
visible_home: false
visible_shared: false
"On The Edge Of Your Seat":
template: { name: Genre }
summary: "The suspense is killing us!"
imdb_list:
- https://www.imdb.com/search/keyword/?keywords=psychological-thriller&ref_=kw_ref_rt_usr&sort=release_date,desc&mode=detail&page=1&title_type=movie&genres=Thriller&user_rating=5.0%2C&release_date=2000%2C
visible_home: false
visible_shared: false
"Documentaries":
template: { name: Genre }
summary: "You might learn something"
smart_filter:
all:
type: movies
genre: Documentary
visible_home: false
visible_shared: false
"What a Twist!":
template: { name: Genre }
summary: "Bet you didn't see THAT coming..."
mdblist_list: https://mdblist.com/lists/hdlists/crazy-plot-twists
visible_home: false
visible_shared: false
"Based On A True Story":
template: { name: Genre }
summary: ""
mdblist_list: https://mdblist.com/lists/hdlists/based-on-or-inspired-by-a-true-story
visible_home: false
visible_shared: false
### Seasonal
"This is Halloween":
template: { name: Holiday,
level: "+" }
summary: "Boo!"
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
collection_order: audience_rating.desc
schedule: range(10/01-10/31)
visible_home: range(10/01-10/31)
visible_shared: range(10/01-10/31)
"This is Thanksgiving":
template: { name: Holiday,
level: "+" }
summary: "Gobble gobble!"
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
collection_order: audience_rating.desc
schedule: range(11/01-11/28)
visible_home: range(11/01-11/28)
visible_shared: range(11/01-11/28)
"This is Christmas":
template: { name: Holiday,
level: "+" }
summary: "Cozy up with some Christmas classics"
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
collection_order: audience_rating.desc
schedule: range(11/29-12/31)
visible_home: range(11/29-12/31)
visible_shared: range(11/29-12/31)
"This is Valentine's Day":
template: { name: Holiday,
level: "+" }
summary: "Love me tender, love me sweet"
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
collection_order: audience_rating.desc
schedule: range(02/01-02/15)
visible_home: range(02/01-02/15)
visible_shared: range(02/01-02/15)
"This is St. Patrick's Day":
template: { name: Holiday,
level: "+" }
summary: "Kiss me, I'm Irish"
trakt_list:
- https://trakt.tv/users/triadcool/lists/irish
- https://trakt.tv/users/sympli/lists/st-patricks-day-movies
collection_order: audience_rating.desc
schedule: range(03/10-03/18)
visible_home: range(03/10-03/18)
visible_shared: range(03/10-03/18)
### Series and Collections
"1001 Movies You Must See Before You Die":
template: { name: Collection,
level: "+++" }
# summary provided by Trakt
trakt_list_details:
- https://trakt.tv/users/sp1ti/lists/1001-movies-you-must-see-before-you-die
visible_home: true
visible_shared: true
"The Criterion Collection":
template: { name: Collection,
level: "+++" }
# summary provided by Trakt
trakt_list_details:
- https://trakt.tv/users/maxwelldeux/lists/the-criterion-collection
visible_home: true
visible_shared: true
"Bond. James Bond.":
template: { name: Collection,
level: "+" }
summary: "007 forever"
mdblist_list: https://mdblist.com/lists/hdlists/james-bond-movies
visible_home: false
visible_shared: false
"I Love You 3000":
template: { name: Collection,
level: "+" }
summary: "The Marvel Cinematic Universe"
trakt_list:
- https://trakt.tv/users/cybercelia/lists/mcu
collection_order: release
visible_home: false
visible_shared: false
"Tell Me, Do You Bleed?":
template: { name: Collection,
level: "+" }
summary: "The DC Cinematic Universe"
trakt_list:
- https://trakt.tv/users/maxrax/lists/dc-cinematics
collection_order: release
visible_home: false
visible_shared: false
"Disney Channel Original Movies":
template: { name: Collection,
level: "+" }
summary: "You're watching Disney Channel"
imdb_list:
- https://www.imdb.com/list/ls093405279
collection_order: release
visible_home: false
visible_shared: false
"To Boldly Go":
summary: "The Star Trek collection"
template: { name: Collection,
level: "+" }
trakt_list:
- https://trakt.tv/users/dgw/lists/star-trek-canon
url_background: https://i.redd.it/vz20prnp8v551.jpg
visible_home: false
visible_shared: false
"In A Galaxy Far, Far Away":
summary: "The Star Wars collection"
template: { name: Collection,
level: "+" }
trakt_list_details:
- https://trakt.tv/users/ruben_vw_/lists/star-wars-canon-timeline
- https://trakt.tv/users/darkman1498/lists/star-wars
url_background: https://images.unsplash.com/photo-1579566346927-c68383817a25
visible_home: false
visible_shared: false
"Bears. Beets. Battlestar Galactica":
summary: "The Battlestar Galactica collection"
template: { name: Collection,
level: "+" }
trakt_list_details:
- https://trakt.tv/users/mraniki/lists/battlestar-galactica-universe
url_background: https://wallpapercave.com/wp/vPJGO64.jpg
url_poster: https://theposterdb.com/api/assets/160915
visible_home: false
visible_shared: false
"To Be Or Not To Be":
summary: "The Shakespeare collection"
template: { name: Collection,
level: "+" }
trakt_list_details:
- https://trakt.tv/users/michaeldibben/lists/shakespeare-plays
url_background: https://images.unsplash.com/photo-1598391990342-311775e3d374
visible_home: false
visible_shared: false