Compare commits

...

22 Commits

Author SHA1 Message Date
d380d9b1a5 - Move Kick Back and Relax to genres rather than lists
- Add feelgood, gangster, controversial, documentaries, courtroom, weird, biopics, WWII, and existential movie genre collections
- Use different list for spoofs and parodies
- Hide some collections from home page (only visible on library)
2023-11-08 19:42:08 -07:00
c7812fe029 - Add AFI movie history to awards 2023-11-08 19:39:41 -07:00
818c7ad79e - Use Trakt rather than IMDb for Trending Now (IMDb not working) 2023-11-08 18:28:53 -07:00
0429fb9707 - Add explicit schedules for movie lists 2023-11-08 18:20:00 -07:00
78e08092dc - Alter genre names for Shows
- Auto-generate genres collections for shows
2023-11-07 12:25:18 -07:00
20e62c9d1c - Alter genre names for Movies 2023-11-07 12:23:24 -07:00
12a17bef0a - Can't do Smart Playlists with PMM, have to use plex_search rather than smart_filter (and regenerate playlists manually each time) 2023-11-06 10:31:38 -07:00
384aed982d - Fix TV Land network filter 2023-11-06 10:22:46 -07:00
a4bfdef0b1 Only use visible_library: true for collections you want PERMANENTLY visible on the Recommendations tab for a specific library 2023-11-05 11:19:22 -07:00
25193c6883 - Make Stephen King collection a smart collection 2023-11-05 10:30:35 -07:00
ab28ea885f - Fix Treehouse of Horror playlist rules
- Make Top 100 Simpsons a smart playlist
2023-11-05 10:24:05 -07:00
45d782cc2a - Remove comma causing problems in collection name 2023-11-05 10:10:41 -07:00
adf7bd732b - Remove unnecessary IMDB list for Quibi 2023-11-05 10:05:15 -07:00
023ced905e - Remove unnecessary TMDB network IDs 2023-11-05 10:04:06 -07:00
e219274724 - Remove bad collection_order for studio 2023-11-05 10:01:42 -07:00
681da8d417 - Fix Berlinale list URLs 2023-11-05 10:00:11 -07:00
baad15564c - Add A24 as a studio collection for movies 2023-11-05 00:57:59 -06:00
5eb3a97f8e - Add Edgar Allen Poe movies 2023-11-05 00:57:37 -06:00
b50366d640 - Add food movies 2023-11-05 00:57:23 -06:00
087cfac37e - Add Election Day holiday for movies, shows 2023-11-05 00:56:13 -06:00
02d1a0347a - Cannot do collection_order for studio smart collections 2023-11-05 00:55:51 -06:00
7e0a3f10e6 - Add overrides for Berlinale awards 2023-11-05 00:24:28 -06:00
16 changed files with 420 additions and 229 deletions

View File

@ -20,10 +20,13 @@ templates:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/oscars/winner/<<key>>.jpg
Yearly_Berlinale_Awards:
default:
list_owner: pjcob
url: <<list_owner>>/lists/<<key>>-berlinale
allowed_library_types: movie
summary: <<key>> Berlinale International Film Festival
sort_title: 05_Berlinale_Winners_<<key>>
trakt_list: https://trakt.tv/users/hernandezel/lists/<<key>>-berlinale
trakt_list: https://trakt.tv/users/<<url>>
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/berlinale/<<key>>.jpg
Yearly_Cannes_Awards:
@ -37,10 +40,13 @@ templates:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/cannes/<<key>>.jpg
Yearly_Sundance_Awards:
default:
list_owner: pjcob
url: <<list_owner>>/lists/<<key>>-sundance
allowed_library_types: movie
summary: <<key>> Sundance Film Festival
sort_title: 05_Sundance_Winners_<<key>>
trakt_list: https://trakt.tv/users/pjcob/lists/<<key>>-sundance
trakt_list: https://trakt.tv/users/<<url>>
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/sundance/<<key>>.jpg
Yearly_Golden_Globes_Winners:
@ -52,25 +58,33 @@ templates:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/golden/winner/<<key>>.jpg
Yearly_Spirit_Awards:
default:
list_owner: pjcob
url: <<list_owner>>/lists/<<key>>-independent-spirits
allowed_library_types: movie
summary: <<key>> Independent Spirit Awards
sort_title: 05_Spirit_Winners_<<key>>
trakt_list: https://trakt.tv/users/pjcob/lists/<<key>>-independent-spirits
trakt_list: https://trakt.tv/users/<<url>>
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/spirit/<<key>>.jpg
Yearly_Critics_Choice_Awards:
default:
url: critic-s
list_owner: pjcob
prefix: critic-s
url: <<list_owner>>/lists/<<key>>-<<prefix>>-choice
summary: <<key>> Critics Choice Awards
sort_title: 05_Critics_Winners_<<key>>
trakt_list: https://trakt.tv/users/pjcob/lists/<<key>>-<<url>>-choice
trakt_list: https://trakt.tv/users/<<url>>
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/choice/<<key>>.jpg
Yearly_BAFTA_Awards:
default:
list_owner: pjcob
url: <<list_owner>>/lists/<<key>>-bafta
allowed_library_types: movie
summary: <<key>> BAFTA awards
sort_title: 05_BAFTA_Winners_<<key>>
trakt_list: https://trakt.tv/users/pjcob/lists/<<key>>-bafta
trakt_list: https://trakt.tv/users/<<url>>
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/bafta/<<key>>.jpg
collections:
@ -92,6 +106,7 @@ collections:
collection_order: release.asc
visible_home: range(02/01-03/31)
visible_shared: range(02/01-03/31)
visible_library: range(02/01-03/31)
### This year's Per-Best Actor Collections
# ---------------------------------
@ -111,6 +126,7 @@ collections:
collection_order: release.desc
visible_home: range(02/01-03/31)
visible_shared: range(02/01-03/31)
visible_library: range(02/01-03/31)
"🎭 2023 Best Actor Nominee - Colin Farrell":
template: { name: ActorAward,
@ -124,6 +140,7 @@ collections:
collection_order: release.desc
visible_home: range(02/01-03/31)
visible_shared: range(02/01-03/31)
visible_library: range(02/01-03/31)
"🎭 2023 Best Actor Nominee - Brendan Fraser":
template: { name: ActorAward,
@ -137,6 +154,7 @@ collections:
collection_order: release.desc
visible_home: range(02/01-03/31)
visible_shared: range(02/01-03/31)
visible_library: range(02/01-03/31)
"🎭 2023 Best Actor Nominee - Paul Mescal":
template: { name: ActorAward,
@ -150,6 +168,7 @@ collections:
collection_order: release.desc
visible_home: range(02/01-03/31)
visible_shared: range(02/01-03/31)
visible_library: range(02/01-03/31)
"🎭 2023 Best Actor Nominee - Bill Nighy":
template: { name: ActorAward,
@ -163,6 +182,7 @@ collections:
collection_order: release.desc
visible_home: range(02/01-03/31)
visible_shared: range(02/01-03/31)
visible_library: range(02/01-03/31)
### This year's Per-Best Actress Collections
@ -183,6 +203,7 @@ collections:
collection_order: release.desc
visible_home: range(02/01-03/31)
visible_shared: range(02/01-03/31)
visible_library: range(02/01-03/31)
"🎭 2023 Best Actress Nominee - Ana de Armas":
template: { name: ActorAward,
@ -196,6 +217,7 @@ collections:
collection_order: release.desc
visible_home: range(02/01-03/31)
visible_shared: range(02/01-03/31)
visible_library: range(02/01-03/31)
"🎭 2023 Best Actress Nominee - Andrea Riseborough":
template: { name: ActorAward,
@ -209,6 +231,7 @@ collections:
collection_order: release.desc
visible_home: range(02/01-03/31)
visible_shared: range(02/01-03/31)
visible_library: range(02/01-03/31)
"🎭 2023 Best Actress Nominee - Michelle Williams":
template: { name: ActorAward,
@ -222,6 +245,7 @@ collections:
collection_order: release.desc
visible_home: range(02/01-03/31)
visible_shared: range(02/01-03/31)
visible_library: range(02/01-03/31)
"🎭 2023 Best Actress Nominee - Michelle Yeoh":
template: { name: ActorAward,
@ -235,6 +259,7 @@ collections:
collection_order: release.desc
visible_home: range(02/01-03/31)
visible_shared: range(02/01-03/31)
visible_library: range(02/01-03/31)
@ -255,6 +280,7 @@ collections:
# You have to schedule it to run again after visibility timeframe for visibility to switch back
visible_home: range(02/01-03/31)
visible_shared: range(02/01-03/31)
visible_library: range(02/01-03/31)
### Historical Awards
# ---------------------------------
@ -275,7 +301,7 @@ collections:
collection_order: random
visible_home: range(02/01-03/31)
visible_shared: range(02/01-03/31)
visible_library: true
visible_library: range(02/01-03/31)
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/oscars/winner.jpg
# All past Oscar Best Director-winning movies
@ -294,7 +320,7 @@ collections:
collection_order: random
visible_home: range(02/01-03/31)
visible_shared: range(02/01-03/31)
visible_library: true
visible_library: range(02/01-03/31)
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/oscars/best_director_winner.jpg
# All past Oscar Best Picture-winning movies
@ -331,7 +357,7 @@ collections:
collection_order: random
visible_home: range(02/01-03/31)
visible_shared: range(02/01-03/31)
visible_library: true
visible_library: range(02/01-03/31)
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/razzies/winner.jpg
# All past BAFTA Best Film-winning movies
@ -349,7 +375,7 @@ collections:
collection_order: release.desc
visible_home: range(02/21-03/31)
visible_shared: range(02/21-03/31)
visible_library: true
visible_library: range(02/21-03/31)
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/bafta/winner.jpg
# All past Berlinale-winning movies
@ -367,7 +393,7 @@ collections:
collection_order: release.desc
visible_home: range(02/21-03/31)
visible_shared: range(02/21-03/31)
visible_library: true
visible_library: range(02/21-03/31)
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/berlinale/winner.jpg
# All past Cannes Palme d'or-winning movies
@ -385,7 +411,7 @@ collections:
collection_order: release.desc
visible_home: range(06/01-06/30)
visible_shared: range(06/01-06/30)
visible_library: true
visible_library: range(06/01-06/30)
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/cannes/winner.jpg
# All past Cesar Award-winning movies
@ -403,7 +429,7 @@ collections:
collection_order: release.desc
visible_home: range(03/14-03/31)
visible_shared: range(03/14-03/31)
visible_library: true
visible_library: range(03/14-03/31)
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/cesar/winner.jpg
# All past Sundance-winning movies
@ -421,7 +447,7 @@ collections:
collection_order: release.desc
visible_home: range(01/01-01/31)
visible_shared: range(01/01-01/31)
visible_library: true
visible_library: range(01/01-01/31)
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/sundance/winner.jpg
# All past Venice Film Festival-winning movies
@ -439,9 +465,21 @@ collections:
collection_order: release.desc
visible_home: range(02/21-03/31)
visible_shared: range(02/21-03/31)
visible_library: true
visible_library: range(02/21-03/31)
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/venice/winner.jpg
"🎞️ American Film Institute":
summary: "The American Film Institute (AFI) is an American film organization that educates filmmakers and honors the heritage of the motion picture arts in the United States."
template: { name: Award,
level: "+" }
trakt_list: https://trakt.tv/users/majeed_pk/lists/afi-100-years-all-films-complete
schedule:
- weekly(friday)
collection_order: release.desc
visible_home: false
visible_shared: false
visible_library: true
dynamic_collections:
## Use DC as suffix to avoid name conflicts with static collections
Yearly Oscars Winners DC: # mapping name does not matter just needs to be unique
@ -458,11 +496,17 @@ dynamic_collections:
type: number
sync: true
data:
starting: 2016
starting: 2017
ending: current_year
title_format: Berlinale International Film Festival <<key_name>>
template:
- Yearly_Berlinale_Awards
template_variables:
url:
2017: vermelholimao/lists/berlinale-2017-67-berlin-international-film-festival
2018: vermelholimao/lists/berlinale-2018-68-berlin-international-film-festival
2019: vermelholimao/lists/berlinale-2019-69th-berlin-international-film-festival
2020: vermelholimao/lists/berlinale-2020-70th-berlin-international-film-festival
Yearly Cannes DC: # mapping name does not matter just needs to be unique
type: number
@ -517,7 +561,7 @@ dynamic_collections:
template:
- Yearly_Critics_Choice_Awards
template_variables:
url:
prefix:
2019: critics
2018: critics
2017: critics

View File

@ -16,7 +16,8 @@ collections:
"😜 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
trakt_list:
- https://trakt.tv/users/majeed_pk/lists/spoof-parody-films
collection_order: random
visible_library: true
visible_home: true
@ -38,17 +39,17 @@ collections:
mdblist_list: https://mdblist.com/lists/hdlists/150-best-sports-movies-of-all-time
collection_order: random
visible_library: true
visible_home: true
visible_shared: true
visible_home: false # Not advertised on the home page
visible_shared: false # Not advertised on the home page
"🚓 Get In, Get Out":
"🚓 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
collection_order: random
visible_library: true
visible_home: true
visible_shared: true
visible_home: false # Not advertised on the home page
visible_shared: false # Not advertised on the home page
"🎢 On The Edge Of Your Seat":
template: { name: Genre }
@ -57,8 +58,8 @@ collections:
- 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
collection_order: random
visible_library: true
visible_home: true
visible_shared: true
visible_home: false # Not advertised on the home page
visible_shared: false # Not advertised on the home page
"🤯 What a Twist!":
template: { name: Genre }
@ -66,12 +67,12 @@ collections:
mdblist_list: https://mdblist.com/lists/hdlists/crazy-plot-twists
collection_order: random
visible_library: true
visible_home: true
visible_shared: true
visible_home: false # Not advertised on the home page
visible_shared: false # Not advertised on the home page
"📗 Based On A True Story":
template: { name: Genre }
summary: ""
summary: "Based on a true story"
mdblist_list: https://mdblist.com/lists/hdlists/based-on-or-inspired-by-a-true-story
collection_order: random
visible_library: true
@ -80,7 +81,7 @@ collections:
"🔍 A Real-Life Whodunnit":
template: { name: Genre }
summary: "True Crime Documentaries"
summary: "True crime documentaries"
trakt_list:
- https://trakt.tv/users/lish408/lists/true-crime-documentary-series-film
collection_order: random
@ -88,6 +89,117 @@ collections:
visible_home: true
visible_shared: true
"👨‍🍳 Bon Appetit":
template: { name: Genre }
summary: "Mouth-watering movies"
trakt_list:
- https://trakt.tv/users/majeed_pk/lists/bon-appetit
collection_order: random
visible_library: true
visible_home: false # Not advertised on the home page
visible_shared: false # Not advertised on the home page
"🗎 Documentaries":
template: { name: Genre }
summary: "The top documentaries of all time"
trakt_list:
- https://trakt.tv/users/majeed_pk/lists/documentaries
collection_order: random
visible_library: true
visible_home: true
visible_shared: true
"🧥 I'm Gonna Make Him an Offer":
template: { name: Genre }
summary: "The best gangster movies of all time"
trakt_list:
- https://trakt.tv/users/majeed_pk/lists/the-complete-list-of-mafia-gangsters-movies
collection_order: random
visible_library: true
visible_home: false # Not advertised on the home page
visible_shared: false # Not advertised on the home page
"🧑 It Really Happened":
template: { name: Genre }
summary: "These people actually existed."
trakt_list:
- https://trakt.tv/users/majeed_pk/lists/biographies
collection_order: random
visible_library: true
visible_home: true
visible_shared: true
"🌿 What Is Life Anyway?":
template: { name: Genre }
summary: "The best existential movies of all time"
trakt_list:
- https://trakt.tv/users/majeed_pk/lists/existentialist-films
collection_order: random
visible_library: true
visible_home: true
visible_shared: true
"⚖️ Order In The Court":
template: { name: Genre }
summary: "The best courtroom dramas of all time"
trakt_list:
- https://trakt.tv/users/majeed_pk/lists/courtroom-dramas
collection_order: random
visible_library: true
visible_home: false # Not advertised on the home page
visible_shared: false # Not advertised on the home page
"🪖 World War II, In Order":
template: { name: Genre }
summary: "Movies depicting World War II, in chronological order"
trakt_list:
- https://trakt.tv/users/majeed_pk/lists/world-war-ii-in-chronological-order
collection_order: custom # Maintain the order of the list
visible_library: true
visible_home: false # Not advertised on the home page
visible_shared: false # Not advertised on the home page
"🙂 Feel-Good Movies":
template: { name: Genre }
summary: "The best feel-good movies of all time"
trakt_list:
- https://trakt.tv/users/majeed_pk/lists/feelgood-movies
collection_order: random
visible_library: true
visible_home: true
visible_shared: true
"🧘 Kick Back and Relax":
template: { name: Genre }
summary: "The best movies for a lazy weekend afternoon"
trakt_list:
- https://trakt.tv/users/hdlists/lists/sunday-afternoon-movies?sort=rank,asc
collection_order: random
schedule: weekly(saturday), weekly(sunday), weekly(monday)
visible_home: weekly(saturday), weekly(sunday)
visible_shared: weekly(saturday), weekly(sunday)
visible_library: weekly(saturday), weekly(sunday)
"🤪 The Weirdo's Videostore":
template: { name: Genre }
summary: "Cinema is strange."
letterboxd_list: https://letterboxd.com/maxvayne/list/the-weirdos-videostore-aka-the-weirdos-paradise
collection_order: random
visible_library: true
visible_home: true
visible_shared: true
"⁉️ Controversial Cinema":
template: { name: Genre }
summary: "The most edgy, crazy, disturbing, controversial, shocking, bizarre, scandalous and downright f***ed up films of all time!"
trakt_list:
- https://trakt.tv/users/majeed_pk/lists/dark-deeply-disturbing-controversial-shocking-bizarre-and-messed-up-films
collection_order: random
visible_library: false # This is a hidden collection due to the nature of the content
visible_home: false # Not advertised on the home page
visible_shared: false # Not advertised on the home page
dynamic_collections:
## Use DC as suffix to avoid name conflicts with static collections
## These get generated in the order they are listed here, so put the more intensive ones at the bottom

View File

@ -7,9 +7,23 @@ collections:
### Genres
"🔍 A Real-Life Whodunnit":
template: { name: Genre }
summary: "True Crime Documentaries"
summary: "True crime documentaries"
trakt_list:
- https://trakt.tv/users/lish408/lists/true-crime-documentary-series-film
collection_order: random
visible_home: false
visible_shared: true
dynamic_collections:
## Use DC as suffix to avoid name conflicts with static collections
## These get generated in the order they are listed here, so put the more intensive ones at the bottom
Per-Genre DC Shows: # mapping name does not matter just needs to be unique
type: genre
exclude:
- Action/Adventure
title_format: <<key_name>>
template:
- Per_Genre
key_name_override:
Film-Noir: Film Noir

View File

@ -7,6 +7,7 @@ collections:
schedule: range(12/26-01/05)
visible_home: range(12/26-01/04)
visible_shared: range(12/26-01/04)
visible_library: range(12/26-01/04)
template: { name: Holiday,
level: "++" }
summary: "Ring in the New Year with these movies!"
@ -18,6 +19,7 @@ collections:
schedule: range(02/01-02/21)
visible_home: range(02/01-02/20)
visible_shared: range(02/01-02/20)
visible_library: range(02/01-02/20)
template: { name: Holiday,
level: "++" }
summary: "Love me tender, love me sweet, never let me go."
@ -31,6 +33,7 @@ collections:
schedule: range(03/01-03/19)
visible_home: range(03/01-03/18)
visible_shared: range(03/01-03/18)
visible_library: range(03/01-03/18)
template: { name: Holiday,
level: "++" }
summary: "Kiss Me, I'm Irish."
@ -42,6 +45,7 @@ collections:
schedule: range(03/20-05/01)
visible_home: range(03/20-04/30)
visible_shared: range(03/20-04/30)
visible_library: range(03/20-04/30)
template: { name: Holiday,
level: "++" }
summary: "Hoppy Easter!"
@ -54,6 +58,7 @@ collections:
schedule: range(05/05-05/11)
visible_home: range(05/05-05/10)
visible_shared: range(05/05-05/10)
visible_library: range(05/05-05/10)
template: { name: Holiday,
level: "++" }
summary: "Thanks Mom!"
@ -65,6 +70,7 @@ collections:
schedule: range(5/18-6/8)
visible_home: range(5/18-6/7)
visible_shared: range(5/18-6/7)
visible_library: range(5/18-6/7)
template: { name: Holiday,
level: "++" }
summary: "Remembering those who gave their lives for our freedom."
@ -76,6 +82,7 @@ collections:
schedule: range(06/15-06/21)
visible_home: range(06/15-06/20)
visible_shared: range(06/15-06/20)
visible_library: range(06/15-06/20)
template: { name: Holiday,
level: "++" }
summary: "Thanks Dad!"
@ -87,6 +94,7 @@ collections:
schedule: range(06/23-07/11)
visible_home: range(06/23-07/10)
visible_shared: range(06/23-07/10)
visible_library: range(06/23-07/10)
template: { name: Holiday,
level: "++" }
summary: "Celebrate the 4th of July with these movies!"
@ -99,6 +107,7 @@ collections:
schedule: range(09/01-09/11)
visible_home: range(09/01-09/10)
visible_shared: range(09/01-09/10)
visible_library: range(09/01-09/10)
template: { name: Holiday,
level: "++" }
summary: "Labor Day is a day off, but these movies are hard work."
@ -110,6 +119,7 @@ collections:
schedule: range(10/01-11/01)
visible_home: range(10/01-10/31)
visible_shared: range(10/01-10/31)
visible_library: range(10/01-10/31)
template: { name: Holiday,
level: "+++" }
summary: "Boo!"
@ -142,6 +152,7 @@ collections:
schedule: range(10/01-11/01)
visible_home: range(10/01-10/31)
visible_shared: range(10/01-10/31)
visible_library: range(10/01-10/31)
template: { name: Holiday,
level: "+" }
summary: "Don't be scared, it's just a movie."
@ -153,6 +164,7 @@ collections:
schedule: range(10/01-11/01)
visible_home: range(10/01-10/31)
visible_shared: range(10/01-10/31)
visible_library: range(10/01-10/31)
template: { name: Holiday,
level: "++" }
summary: "Trick or Treat!"
@ -164,6 +176,7 @@ collections:
schedule: range(10/01-11/01)
visible_home: range(10/01-10/31)
visible_shared: range(10/01-10/31)
visible_library: range(10/01-10/31)
template: { name: Holiday,
level: "+" }
summary: "He's right behind you!"
@ -171,10 +184,23 @@ collections:
trakt_list:
- https://trakt.tv/users/hdlists/lists/80s-slasher-movies
"🗳️ Election Day":
schedule: range(10/25-11/12)
visible_home: range(10/25-11/11)
visible_shared: range(10/25-11/11)
visible_library: range(10/25-11/11)
template: { name: Holiday,
level: "++" }
summary: "I like the noise of democracy."
collection_order: random
trakt_list:
- https://trakt.tv/users/majeed_pk/lists/best-political-movies
"🦃 Thanksgiving":
schedule: range(11/01-12/01)
visible_home: range(11/01-11/30)
visible_shared: range(11/01-11/30)
visible_library: range(11/01-11/30)
template: { name: Holiday,
level: "++" }
summary: "Gobble gobble!"
@ -192,6 +218,7 @@ collections:
schedule: range(12/01-01/01)
visible_home: range(12/01-12/31)
visible_shared: range(12/01-12/31)
visible_library: range(12/01-12/31)
template: { name: Holiday,
level: "++" }
summary: "Cozy up with some Christmas classics."
@ -207,6 +234,7 @@ collections:
schedule: range(12/01-01/01)
visible_home: range(12/01-12/31)
visible_shared: range(12/01-12/31)
visible_library: range(12/01-12/31)
template: { name: Holiday,
level: "+" }
summary: "Christmas movies with extra-sap!"

View File

@ -1,3 +1,16 @@
external_templates:
- repo: templates/collections
- repo: templates/dynamic_collections
collections:
"🗳️ Election Day":
schedule: range(10/25-11/12)
visible_home: range(10/25-11/11)
visible_shared: range(10/25-11/11)
visible_library: range(10/25-11/11)
template: { name: Holiday,
level: "++" }
summary: "I like the noise of democracy."
collection_order: random
trakt_list:
- https://trakt.tv/users/majeed_pk/lists/political-tv-series

View File

@ -31,17 +31,6 @@ collections:
visible_home: true
visible_shared: true
# Good weekend movies, only visible on home on Saturday and Sunday
"🧘 Kick Back and Relax":
template: { name: Genre }
summary: "The best movies for a lazy weekend afternoon"
trakt_list:
- https://trakt.tv/users/hdlists/lists/sunday-afternoon-movies?sort=rank,asc
collection_order: random
visible_library: true
visible_home: weekly(saturday), weekly(sunday)
visible_shared: weekly(saturday), weekly(sunday)
"🤨 How Did This Get Made?":
template: { name: Collection,
sort_title: "How Did This Get Made?",
@ -50,6 +39,7 @@ collections:
trakt_list:
- https://trakt.tv/users/lish408/lists/how-did-this-get-made-podcast
collection_order: custom
schedule: weekly(monday)
visible_library: true
visible_home: true
visible_shared: true
@ -61,8 +51,7 @@ collections:
trakt_list_details:
- https://trakt.tv/users/nwithan8/lists/best-movie-ever?sort=added,asc
collection_order: random
collection_minimum: 3
delete_below_minimum: true
schedule: daily
visible_library: true
visible_home: true
visible_shared: true
@ -74,8 +63,7 @@ collections:
trakt_list_details:
- https://trakt.tv/users/nwithan8/lists/worst-movie-ever?sort=added,asc
collection_order: random
collection_minimum: 3
delete_below_minimum: true
schedule: daily
visible_library: true
visible_home: true
visible_shared: true
@ -85,10 +73,10 @@ collections:
sort_title: "1001 Movies You Must See Before You Die",
level: "++" }
# summary provided by Trakt
schedule: monthly(1)
trakt_list_details:
- https://trakt.tv/users/sp1ti/lists/1001-movies-you-must-see-before-you-die
collection_order: random
schedule: monthly(1)
visible_library: true
visible_home: true
visible_shared: true
@ -98,10 +86,10 @@ collections:
sort_title: "100 Movies Bucket List",
level: "++" }
# summary provided by Trakt
schedule: monthly(22)
trakt_list_details:
- https://trakt.tv/users/dildogarden/lists/100-movies-bucket-list
collection_order: rank.desc
schedule: monthly(1)
visible_library: true
visible_home: true
visible_shared: true
@ -114,6 +102,7 @@ collections:
trakt_list_details:
- https://trakt.tv/users/maxwelldeux/lists/the-criterion-collection
collection_order: critic_rating.desc
schedule: weekly(sunday)
visible_library: true
visible_home: true
visible_shared: true
@ -125,6 +114,7 @@ collections:
summary: "007 forever"
mdblist_list: https://mdblist.com/lists/hdlists/james-bond-movies
collection_order: release
schedule: weekly(sunday)
visible_library: true
visible_home: false
visible_shared: false
@ -137,6 +127,7 @@ collections:
trakt_list:
- https://trakt.tv/users/cybercelia/lists/mcu
collection_order: release
schedule: weekly(sunday)
visible_library: true
visible_home: false
visible_shared: false
@ -149,6 +140,7 @@ collections:
trakt_list:
- https://trakt.tv/users/maxrax/lists/dc-cinematics
collection_order: release
schedule: weekly(sunday)
visible_library: true
visible_home: false
visible_shared: false
@ -161,6 +153,7 @@ collections:
imdb_list:
- https://www.imdb.com/list/ls093405279
collection_order: release
schedule: weekly(sunday)
visible_library: true
visible_home: false
visible_shared: false
@ -174,6 +167,7 @@ collections:
- https://trakt.tv/users/dgw/lists/star-trek-canon
url_background: https://i.redd.it/vz20prnp8v551.jpg
collection_order: release
schedule: weekly(sunday)
visible_library: true
visible_home: false
visible_shared: false
@ -187,6 +181,7 @@ collections:
- https://trakt.tv/users/sonicwarrior/lists/star-wars-canon-timeline
url_background: https://images.unsplash.com/photo-1579566346927-c68383817a25
collection_order: custom
schedule: weekly(sunday)
visible_library: true
visible_home: false
visible_shared: false
@ -200,6 +195,7 @@ collections:
- https://trakt.tv/users/mraniki/lists/battlestar-galactica-universe
url_background: https://wallpapercave.com/wp/vPJGO64.jpg
collection_order: custom
schedule: weekly(sunday)
visible_library: true
visible_home: false
visible_shared: false
@ -213,6 +209,21 @@ collections:
- https://trakt.tv/users/michaeldibben/lists/shakespeare-plays
url_background: https://images.unsplash.com/photo-1598391990342-311775e3d374
collection_order: random
schedule: weekly(sunday)
visible_library: true
visible_home: false
visible_shared: false
"🐦‍⬛ Quoth the Raven":
summary: "The Edgar Allan Poe collection"
template: { name: Franchise,
sort_title: "Edgar Allan Poe",
level: "+" }
trakt_list_details:
- https://trakt.tv/users/majeed_pk/lists/the-best-edgar-allan-poe-adaptations
url_background: https://wallpapercave.com/wp/wp2328085.jpg
collection_order: random
schedule: weekly(sunday)
visible_library: true
visible_home: false
visible_shared: false
@ -221,9 +232,13 @@ collections:
summary: "The Stephen King collection"
template: { name: Franchise,
sort_title: "Stephen King",
level: "+" }
collection_order: release.asc
plex_search:
sort_by:
level: "+",
poster: "https://i.redd.it/sz63m6aex2g31.png" }
smart_filter:
all:
writer: "Stephen King"
sort_by: release.asc
schedule: weekly(sunday)
visible_library: true
visible_home: false
visible_shared: false

View File

@ -3,3 +3,15 @@ external_templates:
- repo: templates/dynamic_collections
collections:
### Studios
# Studio - produced the movie (A24, Universal, Warner Bros, etc)
A24:
template: { name: Studio,
studio: "A24",
poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/A24.jpg }
summary: "A24 Films"
visible_library: false
visible_home: false
visible_shared: false

View File

@ -15,8 +15,7 @@ collections:
network: "A&E",
poster: https://theposterdb.com/api/assets/113113 }
summary: "Shows Aired on A&E"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -25,8 +24,7 @@ collections:
network: "ABC, ABS (US)",
poster: https://theposterdb.com/api/assets/113115 }
summary: "Shows Aired on ABC (US)"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -35,8 +33,7 @@ collections:
network: "ABC Family",
poster: https://theposterdb.com/api/assets/113114 }
summary: "Shows Aired on ABC Family"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -45,8 +42,7 @@ collections:
network: "Adult Swim",
poster: https://theposterdb.com/api/assets/113116 }
summary: "Shows Aired on Adult Swim"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -55,8 +51,7 @@ collections:
network: "AMC, AMC+",
poster: https://theposterdb.com/api/assets/113118 }
summary: "Shows Aired on AMC"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -65,8 +60,7 @@ collections:
network: "Animal Planet",
poster: https://theposterdb.com/api/assets/113119 }
summary: "Shows Aired on Animal Planet"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -75,8 +69,7 @@ collections:
network: "Apple TV+, Apple Music",
poster: https://theposterdb.com/api/assets/113121 }
summary: "Apple TV+ Original Shows"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -85,8 +78,7 @@ collections:
network: "BBC, BBC Choice, BBC First, BBC HD, BBC iPlayer, BBC UKTV",
poster: https://theposterdb.com/api/assets/113123 }
summary: "Shows Aired on BBC"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -95,8 +87,7 @@ collections:
network: "BBC One",
poster: https://theposterdb.com/api/assets/113128 }
summary: "Shows Aired on BBC One"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -105,8 +96,7 @@ collections:
network: "BBC Two",
poster: https://theposterdb.com/api/assets/113130 }
summary: "Shows Aired on BBC Two"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -115,8 +105,7 @@ collections:
network: "BBC Three",
poster: https://theposterdb.com/api/assets/113129 }
summary: "Shows Aired on BBC Three"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -125,8 +114,7 @@ collections:
network: "BBC Four",
poster: https://theposterdb.com/api/assets/113127 }
summary: "Shows Aired on BBC Four"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -135,8 +123,7 @@ collections:
network: "BBC America",
poster: https://theposterdb.com/api/assets/113125 }
summary: "Shows Aired on BBC America"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -145,8 +132,7 @@ collections:
network: "BET",
poster: https://theposterdb.com/api/assets/113131 }
summary: "Shows Aired on BET"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -155,8 +141,7 @@ collections:
network: "Bravo",
poster: https://theposterdb.com/api/assets/113134 }
summary: "Shows Aired on Bravo"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -165,8 +150,7 @@ collections:
network: "Cartoon Network",
poster: https://theposterdb.com/api/assets/113135 }
summary: "Shows Aired on Cartoon Network"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -175,8 +159,7 @@ collections:
network: "CBBC, Cbeebies",
poster: https://theposterdb.com/api/assets/113126 }
summary: "Shows Aired on Cbeebies"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -185,8 +168,7 @@ collections:
network: "CBS, CBS All Access, CBS Reality, CBS Reality (UK), CBS.com",
poster: https://theposterdb.com/api/assets/113138 }
summary: "Shows Aired on CBS"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -195,8 +177,7 @@ collections:
network: "Channel 4, E4, More4, 4Seven, Film4",
poster: https://theposterdb.com/api/assets/113139 }
summary: "Shows Aired on Channel 4"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -205,8 +186,7 @@ collections:
network: "Cinemax",
poster: https://theposterdb.com/api/assets/113140 }
summary: "Shows Aired on Cinemax"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -215,8 +195,7 @@ collections:
network: "CNBC",
poster: https://theposterdb.com/api/assets/113143 }
summary: "Shows Aired on CNBC"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -225,8 +204,7 @@ collections:
network: "CNN",
poster: https://theposterdb.com/api/assets/113145 }
summary: "Shows Aired on CNN"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -235,8 +213,7 @@ collections:
network: "Comedy Central, Comedy Central (UK)",
poster: https://theposterdb.com/api/assets/113146 }
summary: "Shows Aired on Comedy Central"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -245,8 +222,7 @@ collections:
network: "The CW",
poster: https://theposterdb.com/api/assets/113153 }
summary: "Shows Aired on The CW"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -255,8 +231,7 @@ collections:
network: "Discovery, Discovery Channel, Discovery Channel (AU), Discovery Channel (CA), Discovery Channel (UK), Discovery Health Channel, Discovery Kids, Discovery Life, Discovery Real Time, Discovery Turbo, Discovery Turbo UK, Discovery+",
poster: https://theposterdb.com/api/assets/113157 }
summary: "Shows Aired on Discovery Channel"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -265,8 +240,7 @@ collections:
network: "Disney Channel, Disney Channel (UK)",
poster: https://theposterdb.com/api/assets/113158 }
summary: "Shows Aired on Disney Channel"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -275,8 +249,7 @@ collections:
network: "Disney Junior",
poster: https://theposterdb.com/api/assets/113162 }
summary: "Shows Aired on Disney Junior"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -285,8 +258,7 @@ collections:
network: "Disney XD",
poster: https://theposterdb.com/api/assets/258328 }
summary: "Shows Aired on Disney XD"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -295,8 +267,7 @@ collections:
network: "Toon Disney",
poster: https://theposterdb.com/api/assets/113163 }
summary: "Shows Aired on Toon Disney"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -305,8 +276,7 @@ collections:
network: "Disney+, Disney+ Hostar",
poster: https://theposterdb.com/api/assets/113160 }
summary: "Disney+ Original Shows"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -315,8 +285,7 @@ collections:
network: "ESPN, ESPN2, ESPN3, ESPNU, ESPN+, ESPNU+",
poster: https://theposterdb.com/api/assets/113167 }
summary: "Shows Aired on ESPN"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -325,8 +294,7 @@ collections:
network: "E!",
poster: https://theposterdb.com/api/assets/113143 }
summary: "Shows Aired on E!"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -335,8 +303,7 @@ collections:
network: "Food Network",
poster: https://theposterdb.com/api/assets/113170 }
summary: "Shows Aired on Food Network"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -345,8 +312,7 @@ collections:
network: "FOX, Fox Action Movies, Fox Business Network, Fox Premium Series, FOX Sports 1, Fox Sports Networks",
poster: https://theposterdb.com/api/assets/113173 }
summary: "Shows Aired on FOX"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -355,8 +321,7 @@ collections:
network: "Fox Kids",
poster: https://theposterdb.com/api/assets/115230 }
summary: "Shows Aired on Fox Kids"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -365,8 +330,7 @@ collections:
network: "Freeform",
poster: https://theposterdb.com/api/assets/113176 }
summary: "Shows Aired on Freeform"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -375,8 +339,7 @@ collections:
network: "FX, FXX, FXM",
poster: https://theposterdb.com/api/assets/113174 }
summary: "Shows Aired on FX"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -385,8 +348,7 @@ collections:
network: "Hallmark Channel",
poster: https://theposterdb.com/api/assets/113185 }
summary: "Shows Aired on Hallmark Channel"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -395,8 +357,7 @@ collections:
network: "HBO, HBO Canada, HBO Europe",
poster: https://theposterdb.com/api/assets/113186 }
summary: "Shows Aired on HBO"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -405,8 +366,7 @@ collections:
network: "HBO Max",
poster: https://theposterdb.com/api/assets/115226 }
summary: "HBO Max Original Shows"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -415,8 +375,7 @@ collections:
network: "History, History (CA), History (UK), History Channel, History Channel (AU)",
poster: https://theposterdb.com/api/assets/113187 }
summary: "Shows Aired on History Channel"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -425,8 +384,7 @@ collections:
network: "HGTV, HGTV (AU), HGTV Canada",
poster: https://theposterdb.com/api/assets/113183 }
summary: "Shows Aired on HGTV"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -435,8 +393,7 @@ collections:
network: "Hulu",
poster: https://theposterdb.com/api/assets/113188 }
summary: "Hulu Original Shows"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -445,8 +402,7 @@ collections:
network: "ION",
poster: https://theposterdb.com/api/assets/113191 }
summary: "Shows Aired on ION"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -455,8 +411,7 @@ collections:
network: "ITV, ITV2, ITV3, ITV4, ITVBe, CITV",
poster: https://theposterdb.com/api/assets/113192 }
summary: "Shows Aired on ITV"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -465,8 +420,7 @@ collections:
network: "Lifetime",
poster: https://theposterdb.com/api/assets/113194 }
summary: "Shows Aired on Lifetime"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -475,8 +429,7 @@ collections:
network: "MSNBC",
poster: https://theposterdb.com/api/assets/113199 }
summary: "Shows Aired on MSNBC"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -485,8 +438,7 @@ collections:
network: "MTV, MTV (AU/NZ), MTV (UK), MTV2, MTV3",
poster: https://theposterdb.com/api/assets/113202 }
summary: "Shows Aired on MTV"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -495,8 +447,7 @@ collections:
network: "National Geographic, National Geographic (UK), National Geographic Brasil, National Geographic Channel, National Geographic Wild",
poster: https://theposterdb.com/api/assets/113206 }
summary: "Shows Aired on National Geographic"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -504,10 +455,8 @@ collections:
template: { name: Network,
network: "NBC",
poster: https://theposterdb.com/api/assets/113217 }
tmdb_network: 6
summary: "Shows Aired on NBC"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -515,10 +464,8 @@ collections:
template: { name: Network,
network: "Netflix",
poster: https://theposterdb.com/api/assets/113218 }
tmdb_network: 213
summary: "Netflix Original Shows"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -527,8 +474,7 @@ collections:
network: "Nickelodeon",
poster: https://theposterdb.com/api/assets/113231 }
summary: "Shows Aired on Nickelodeon"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -537,8 +483,7 @@ collections:
network: "Nick Jr.",
poster: https://theposterdb.com/api/assets/113227 }
summary: "Shows Aired on Nick Jr."
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -547,8 +492,7 @@ collections:
network: "Nicktoons",
poster: https://theposterdb.com/api/assets/113225 }
summary: "Shows Aired on NickToons"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -557,8 +501,7 @@ collections:
network: "TeenNick",
poster: https://theposterdb.com/api/assets/113228 }
summary: "Shows Aired on TeenNick"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -567,8 +510,7 @@ collections:
network: "Oxygen",
poster: https://theposterdb.com/api/assets/113240 }
summary: "Shows Aired on Oxygen"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -577,8 +519,7 @@ collections:
network: "PBS, PBS Kids",
poster: https://theposterdb.com/api/assets/113244 }
summary: "Shows Aired on PBS"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -587,8 +528,7 @@ collections:
network: "Peacock",
poster: https://theposterdb.com/api/assets/113217 }
summary: "Peacock Original Shows"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -597,8 +537,7 @@ collections:
network: "Amazon, Amazon Prime Video, Prime Video",
poster: https://theposterdb.com/api/assets/113247 }
summary: "Prime Video Original Shows"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -606,11 +545,8 @@ collections:
template: { name: Network,
network: "Quibi",
poster: https://theposterdb.com/api/assets/115020 }
imdb_list:
- https://www.imdb.com/list/ls085112163
summary: "Quibi Original Shows"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -618,10 +554,8 @@ collections:
template: { name: Network,
network: "Showtime",
poster: https://theposterdb.com/api/assets/113257 }
tmdb_network: 67
summary: "Shows Aired on Showtime"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -630,8 +564,7 @@ collections:
network: "Sky 1, Sky Arts, Sky Atlantic, Sky Atlantic (UK), Sky Cinema, Sky Crime, Sky Documentaries, Sky Living, Sky Max, Sky Nature, Sky One, Sky Sports, Sky Two, Sky Witness, Sky1",
poster: https://theposterdb.com/api/assets/255451 }
summary: "Shows Aired on Sky"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -639,10 +572,8 @@ collections:
template: { name: Network,
network: "Starz, Starz Encore, Starz Play, StarzPlay",
poster: https://theposterdb.com/api/assets/113265 }
tmdb_network: 318
summary: "Shows Aired on Starz"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -650,10 +581,8 @@ collections:
template: { name: Network,
network: "Syfy",
poster: https://theposterdb.com/api/assets/113269 }
tmdb_network: 77
summary: "Shows Aired on Syfy"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -662,8 +591,7 @@ collections:
network: "TBS",
poster: https://theposterdb.com/api/assets/113271 }
summary: "Shows Aired on TBS"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -672,8 +600,7 @@ collections:
network: "TLC",
poster: https://theposterdb.com/api/assets/113274 }
summary: "Shows Aired on TLC"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -682,18 +609,16 @@ collections:
network: "TNT",
poster: https://theposterdb.com/api/assets/113276 }
summary: "Shows Aired on TNT"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
TVLand:
template: { name: Network,
network: "TVLand",
network: "TV Land",
poster: https://theposterdb.com/api/assets/113284 }
summary: "Shows Aired on TVLand"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -702,7 +627,7 @@ collections:
network: "USA Network",
poster: https://theposterdb.com/api/assets/113293 }
summary: "Shows Aired on USA"
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -711,8 +636,7 @@ collections:
network: "VH1",
poster: https://theposterdb.com/api/assets/113294 }
summary: "Shows Aired on VH1"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -721,7 +645,7 @@ collections:
network: "The WB",
poster: https://theposterdb.com/api/assets/113297 }
summary: "Shows Aired on The WB"
visible_library: true
visible_library: false
visible_home: false
visible_shared: false
@ -730,7 +654,6 @@ collections:
network: "YouTube, YouTube Premium",
poster: https://theposterdb.com/api/assets/113301 }
summary: "YouTube Original Shows"
collection_order: audience_rating.desc
visible_library: true
visible_library: false
visible_home: false
visible_shared: false

View File

@ -19,7 +19,9 @@ collections:
template: { name: Chart,
level: "+++" }
summary: "The hottest movies right now"
imdb_chart: popular_movies
trakt_chart:
chart: trending
limit: 30
collection_order: custom
sync_mode: sync
visible_library: true

View File

@ -51,7 +51,9 @@ collections:
template: { name: Chart,
level: "+++++" }
summary: "The hottest shows right now"
imdb_chart: popular_shows
trakt_chart:
chart: trending
limit: 30
collection_order: custom
sync_mode: sync
visible_library: true

View File

@ -0,0 +1,10 @@
operations:
genre_mapper:
"Action/Adventure": "Action"
"Action & Adventure": "Action"
"Romantic Comedy": "Comedy"
"Film-Noir": "Film Noir"
"Home and Garden":
"Game Show":
"Soap":

View File

@ -0,0 +1,7 @@
operations:
genre_mapper:
"Action/Adventure": "Action"
"Action & Adventure": "Action"
"Romantic Comedy": "Comedy"
"Film-Noir": "Film Noir"

View File

@ -8,22 +8,21 @@ playlists:
"Treehouse of Horror":
summary: "All The Simpsons' Treehouse of Horror episodes"
libraries: TV Shows
smart_filter:
plex_search:
type: episode
sort_by: release.asc
all:
title.is: "The Simpsons"
episode_title: "Treehouse"
sort_by: release.asc
sync_mode: sync
"Top 100 Simpsons Episodes":
summary: "The top 100 Simpsons episodes"
collection_order: custom
libraries: TV Shows
builder_level: episode
plex_search:
type: episode
all:
title.is: "The Simpsons"
sort_by: audience_rating.desc
limit: 100
all:
title.ends: "Simpsons"
sync_mode: sync

View File

@ -67,7 +67,7 @@ templates:
schedule:
- weekly(wednesday)
- weekly(sunday)
visible_library: true
visible_library: false
url_poster: <<poster_url>>
ActorAward:
@ -83,7 +83,7 @@ templates:
schedule:
- weekly(wednesday)
- weekly(sunday)
visible_library: true
visible_library: false
Holiday:
default:
@ -93,11 +93,11 @@ templates:
- poster_url
sort_title: 060_+<<level>>_<<sort_title_name>>
sync_mode: sync
visible_library: true
url_poster: <<poster_url>>
run_again: true
visible_home: true
visible_shared: true
visible_home: false
visible_shared: false
visible_library: false
Collection:
default:
@ -138,7 +138,7 @@ templates:
schedule:
- weekly(wednesday)
- weekly(sunday)
visible_library: true
visible_library: false
url_poster: <<poster_url>>
Decade:
@ -152,7 +152,7 @@ templates:
schedule:
- weekly(wednesday)
- weekly(sunday)
visible_library: true
visible_library: false
url_poster: <<poster_url>>
Person:
@ -169,7 +169,7 @@ templates:
tmdb_person: <<person>>
sort_title: 090_+<<level>>_<<sort_title_name>>
sync_mode: append
visible_library: true
visible_library: false
Actor:
default:
@ -178,7 +178,7 @@ templates:
tmdb_actor_details: <<person>>
sort_title: 090_+<<level>>_<<sort_title_name>>
sync_mode: append
visible_library: true
visible_library: false
Director:
default:
@ -187,7 +187,7 @@ templates:
tmdb_director_details: <<person>>
sort_title: 091_+<<level>>_<<sort_title_name>>
sync_mode: append
visible_library: true
visible_library: false
Producer:
default:
@ -196,7 +196,7 @@ templates:
tmdb_producer_details: <<person>>
sort_title: 092_+<<level>>_<<sort_title_name>>
sync_mode: append
visible_library: true
visible_library: false
Studio:
default:
@ -205,9 +205,11 @@ templates:
optional:
- poster
sort_title: 100_+<<level>>_<<sort_title_name>>
sync_mode: sync
schedule: daily
visible_library: true
smart_filter:
sort_by: release.desc
validate: false
any:
studio: <<studio>>
url_poster: <<poster>>
Network:
@ -235,7 +237,7 @@ templates:
schedule:
- weekly(wednesday)
- weekly(sunday)
visible_library: true
visible_library: false
url_poster: <<poster_url>>
General:

View File

@ -8,7 +8,7 @@ templates:
year.gte: <<key_name>>
year.lte: <<ending>>
sort_title: 08_+<<level>>_<<key>>
visible_library: true
visible_library: false
visible_shared: false
visible_home: false
schedule: monthly(17)
@ -24,7 +24,7 @@ templates:
default:
level: ""
sort_title: 07_+<<level>>_<<key_name>>
visible_library: true
visible_library: false
visible_shared: false
visible_home: false
schedule: weekly(saturday)
@ -38,7 +38,7 @@ templates:
level: ""
sort_title: 09_+<<level>>_<<key>>
collection_order: release.asc
visible_library: true
visible_library: false
visible_shared: false
visible_home: false
schedule:
@ -53,7 +53,7 @@ templates:
level: ""
sort_title: 09_+<<level>>_<<key>>
collection_order: release.asc
visible_library: true
visible_library: false
visible_shared: false
visible_home: false
schedule:
@ -70,7 +70,7 @@ templates:
level: ""
sort_title: 11_+<<level>>_<<key_name>>
collection_order: random
visible_library: true
visible_library: false
visible_shared: false
visible_home: false
schedule: weekly(saturday)

View File

@ -40,6 +40,11 @@ This collection uses a combination of all these prefixes, and are always sorted
- `visible_library`, `visible_home` and `visible_shared`
- `true`, `false` or [schedule](https://github.com/meisnate12/Plex-Meta-Manager/wiki/Schedule-Detail) available for
all options
- `visible_library`: Will be visible in the Recommended tab for a specific library (and in the Library tab if you have chose to intermix collections in with library items)
- `visible_home`: Will be visible on your Home page (what appears on your Home page is determined by what libraries you have pinned)
- `visible_shared`: Will be visible in the Home page for other users (what appears on their Home page is determined by what libraries they have pinned)
- Collections are *ALWAYS* visible in the Collections tab for a specific library (not controlled by the `visible_library` option)
- Advice: Treat `visible_library` the same as `visible_home`/`visible_shared`. If you want something to appear as a recommendation on the Home page, you probably want it to appear in the specific library's Recommendations tab as well.
- Visibility does not dictate when a playlist/collection is updated:
- When setting visibility to a certain time-frame, make sure the playlist/collection itself is scheduled to update
at
@ -94,6 +99,9 @@ This collection uses a combination of all these prefixes, and are always sorted
- criteria2
- Recommended to use `smart_filter` over `plex_search` when possible, as `smart_filter` means Plex will keep the
list updated based on the criteria, rather than Plex Meta Manager having to re-run the builder every time
- Need to use `builder_level` if using `smart_filter` for anything other than show/movies (i.e. seasons,
episodes, etc.)
- `smart_filter` ONLY works for collections, not playlists (despite there being a Smart Playlist concept in Plex)
- All other rules: Use, i.e., `collection_level: episodes`, to limit collection
to [specific type](https://github.com/meisnate12/Plex-Meta-Manager/wiki/Metadata-Details#metadata-details)
- `episode_added` only works on Shows, because it accounts for when Show had an episode added, not when episode was