- Add existing playlist to rules
- Explicit visible rules for everything - Split into generic vs library-specific rules
This commit is contained in:
parent
0218280806
commit
1b1df9c84d
|
@ -0,0 +1,3 @@
|
||||||
|
# Collections specific to Movies (4K)
|
||||||
|
|
||||||
|
colletions:
|
|
@ -1,250 +1,25 @@
|
||||||
|
# Collections specific to Movies
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
### Custom
|
|
||||||
"Documentaries":
|
|
||||||
summary: "You might learn something"
|
|
||||||
sort_title:
|
|
||||||
smart_filter:
|
|
||||||
all:
|
|
||||||
genre: Documentary
|
|
||||||
visible_home: false
|
|
||||||
visible_shared: false
|
|
||||||
visible_library: true
|
|
||||||
|
|
||||||
"What a Twist!":
|
|
||||||
summary: "Bet you didn't see THAT coming..."
|
|
||||||
sort_title:
|
|
||||||
mdblist_list: https://mdblist.com/lists/hdlists/crazy-plot-twists
|
|
||||||
collection_order: custom
|
|
||||||
sync_mode: sync
|
|
||||||
visible_home: false
|
|
||||||
visible_shared: false
|
|
||||||
visible_library: true
|
|
||||||
|
|
||||||
"Based On A True Story":
|
|
||||||
summary: ""
|
|
||||||
sort_title:
|
|
||||||
mdblist_list: https://mdblist.com/lists/hdlists/based-on-or-inspired-by-a-true-story
|
|
||||||
collection_order: custom
|
|
||||||
sync_mode: sync
|
|
||||||
visible_home: false
|
|
||||||
visible_shared: false
|
|
||||||
visible_library: true
|
|
||||||
|
|
||||||
### New Content
|
|
||||||
"Added This Week":
|
|
||||||
summary: "Movies now playing on Plex"
|
|
||||||
sort_title:
|
|
||||||
smart_filter:
|
|
||||||
all:
|
|
||||||
# Movie added in the last 7 days
|
|
||||||
added: 7
|
|
||||||
collection_order: release
|
|
||||||
sync_mode: sync
|
|
||||||
visible_home: true
|
|
||||||
visible_shared: true
|
|
||||||
visible_library: true
|
|
||||||
|
|
||||||
### Trending
|
|
||||||
"What Everyone Is Watching":
|
|
||||||
summary: "What other subscribers are checking out"
|
|
||||||
sort_title:
|
|
||||||
libraries: "Movies"
|
|
||||||
sync_mode: sync
|
|
||||||
collection_order: custom
|
|
||||||
tautulli_popular:
|
|
||||||
list_days: 30
|
|
||||||
list_size: 15
|
|
||||||
list_minimum: 2
|
|
||||||
visible_home: false
|
|
||||||
visible_shared: false
|
|
||||||
visible_library: true
|
|
||||||
|
|
||||||
"At The Box Office":
|
|
||||||
summary: "Now playing on a screen near you"
|
|
||||||
sort_title:
|
|
||||||
imdb_chart: box_office
|
|
||||||
collection_order: custom
|
|
||||||
sync_mode: sync
|
|
||||||
visible_home: false
|
|
||||||
visible_shared: false
|
|
||||||
visible_library: true
|
|
||||||
|
|
||||||
"Trending Now":
|
|
||||||
summary: "The hottest movies right now"
|
|
||||||
sort_title:
|
|
||||||
imdb_chart: popular_movies
|
|
||||||
collection_order: custom
|
|
||||||
sync_mode: sync
|
|
||||||
visible_home: false
|
|
||||||
visible_shared: true
|
|
||||||
visible_library: true
|
|
||||||
|
|
||||||
### Top Rated
|
|
||||||
"Best Of All Time":
|
|
||||||
summary: "Dive into the best films ever made"
|
|
||||||
sort_title:
|
|
||||||
imdb_chart: top_movies
|
|
||||||
collection_order: custom
|
|
||||||
sync_mode: sync
|
|
||||||
visible_home: false
|
|
||||||
visible_shared: false
|
|
||||||
visible_library: true
|
|
||||||
|
|
||||||
"Best of the 70s":
|
|
||||||
summary: "IMDb's top movies of the 1970s"
|
|
||||||
sort_title:
|
|
||||||
imdb_list:
|
|
||||||
url: 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
|
|
||||||
collection_order: custom
|
|
||||||
sync_mode: sync
|
|
||||||
visible_home: false
|
|
||||||
visible_shared: false
|
|
||||||
visible_library: true
|
|
||||||
|
|
||||||
"Best of the 80s":
|
|
||||||
summary: "RottenTomatoes' top movies of the 1980s"
|
|
||||||
sort_title:
|
|
||||||
mdblist_list: https://mdblist.com/lists/hdlists/rottentomatoes-com-s-best-of-the-80s
|
|
||||||
collection_order: custom
|
|
||||||
sync_mode: sync
|
|
||||||
visible_home: false
|
|
||||||
visible_shared: false
|
|
||||||
visible_library: true
|
|
||||||
|
|
||||||
"Best of the 90s":
|
|
||||||
summary: "RottenTomatoes' top movies of the 1990s"
|
|
||||||
sort_title:
|
|
||||||
mdblist_list: https://mdblist.com/lists/hdlists/rottentomatoes-com-s-best-of-the-90s
|
|
||||||
collection_order: custom
|
|
||||||
sync_mode: sync
|
|
||||||
visible_home: false
|
|
||||||
visible_shared: false
|
|
||||||
visible_library: true
|
|
||||||
|
|
||||||
"Best of the 2000s":
|
|
||||||
summary: "RottenTomatoes' top movies of the 2000s"
|
|
||||||
sort_title:
|
|
||||||
mdblist_list: https://mdblist.com/lists/hdlists/best-of-the-00s
|
|
||||||
collection_order: custom
|
|
||||||
sync_mode: sync
|
|
||||||
visible_home: false
|
|
||||||
visible_shared: false
|
|
||||||
visible_library: true
|
|
||||||
|
|
||||||
"Best of the 2010s":
|
|
||||||
summary: "RottenTomatoes' top movies of the 2010s"
|
|
||||||
sort_title:
|
|
||||||
mdblist_list: https://mdblist.com/lists/hdlists/best-of-the-2010s
|
|
||||||
collection_order: custom
|
|
||||||
sync_mode: sync
|
|
||||||
visible_home: false
|
|
||||||
visible_shared: false
|
|
||||||
visible_library: true
|
|
||||||
|
|
||||||
"Best of the 2020s":
|
|
||||||
summary: "IMDb's top movies of the 2020s"
|
|
||||||
sort_title:
|
|
||||||
imdb_list:
|
|
||||||
url: 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
|
|
||||||
collection_order: custom
|
|
||||||
sync_mode: sync
|
|
||||||
visible_home: false
|
|
||||||
visible_shared: false
|
|
||||||
visible_library: true
|
|
||||||
|
|
||||||
"The 100 Club":
|
|
||||||
summary: "RottenTomatoes' movies with a perfect score"
|
|
||||||
sort_title:
|
|
||||||
mdblist_list: https://mdblist.com/lists/hdlists/100-on-rottentomatoes-com
|
|
||||||
collection_order: custom
|
|
||||||
sync_mode: sync
|
|
||||||
visible_home: false
|
|
||||||
visible_shared: false
|
|
||||||
visible_library: true
|
|
||||||
|
|
||||||
"Just The Worst":
|
|
||||||
summary: "Razzie Award-winning movies"
|
|
||||||
sort_title:
|
|
||||||
mdblist_list: https://mdblist.com/lists/hdlists/razzie-awards-worst-picture-winners
|
|
||||||
collection_order: custom
|
|
||||||
sync_mode: sync
|
|
||||||
visible_home: false
|
|
||||||
visible_shared: false
|
|
||||||
visible_library: true
|
|
||||||
|
|
||||||
# Genres
|
|
||||||
"Spoofs and Parodies":
|
|
||||||
summary: "Imitation is the sincerest form of flattery"
|
|
||||||
sort_title:
|
|
||||||
mdblist_list: https://mdblist.com/lists/hdlists/top-50-parody-movies-of-all-time
|
|
||||||
collection_order: custom
|
|
||||||
sync_mode: sync
|
|
||||||
visible_home: false
|
|
||||||
visible_shared: false
|
|
||||||
visible_library: true
|
|
||||||
|
|
||||||
"Slam Dunk":
|
|
||||||
summary: "The best sports movies, ever."
|
|
||||||
sort_title:
|
|
||||||
mdblist_list: https://mdblist.com/lists/hdlists/150-best-sports-movies-of-all-time
|
|
||||||
collection_order: custom
|
|
||||||
sync_mode: sync
|
|
||||||
visible_home: false
|
|
||||||
visible_shared: false
|
|
||||||
visible_library: true
|
|
||||||
|
|
||||||
"Get In, Get Out":
|
|
||||||
summary: "Don't forget about the getaway driver out front"
|
|
||||||
sort_title:
|
|
||||||
mdblist_list: https://mdblist.com/lists/hdlists/best-heist-movies-of-all-time
|
|
||||||
collection_order: custom
|
|
||||||
sync_mode: sync
|
|
||||||
visible_home: false
|
|
||||||
visible_shared: false
|
|
||||||
visible_library: true
|
|
||||||
|
|
||||||
"On The Edge Of Your Seat":
|
|
||||||
summary: "The suspense is killing us!"
|
|
||||||
sort_title:
|
|
||||||
imdb_list:
|
|
||||||
url: 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
|
|
||||||
sync_mode: sync
|
|
||||||
collection_order: custom
|
|
||||||
schedule: weekly(wednesday), weekly(sunday)
|
|
||||||
visible_home: false
|
|
||||||
visible_shared: false
|
|
||||||
visible_library: true
|
|
||||||
|
|
||||||
### Series
|
|
||||||
"Bond. James Bond.":
|
|
||||||
summary: "007 forever"
|
|
||||||
sort_title:
|
|
||||||
mdblist_list: https://mdblist.com/lists/hdlists/james-bond-movies
|
|
||||||
collection_order: custom
|
|
||||||
sync_mode: sync
|
|
||||||
visible_home: false
|
|
||||||
visible_shared: false
|
|
||||||
visible_library: true
|
|
||||||
|
|
||||||
### Seasonal
|
### Seasonal
|
||||||
"2022 Best Picture Nominees":
|
"2022 Best Picture Nominees":
|
||||||
summary: "Who will take home the trophy?"
|
summary: "Who will take home the trophy?"
|
||||||
sort_title: +++++Oscars01
|
sort_title: +++++Oscars01
|
||||||
|
visible_library: range(02/01-03/31)
|
||||||
visible_home: range(02/01-03/31)
|
visible_home: range(02/01-03/31)
|
||||||
visible_shared: range(02/01-03/31)
|
visible_shared: range(02/01-03/31)
|
||||||
visible_library: range(02/01-03/31)
|
|
||||||
|
|
||||||
"2022 Best Actor Nominees":
|
"2022 Best Actor Nominees":
|
||||||
summary: "Who will take home the trophy?"
|
summary: "Who will take home the trophy?"
|
||||||
sort_title: +++++Oscars02
|
sort_title: +++++Oscars02
|
||||||
|
visible_library: range(02/01-03/31)
|
||||||
visible_home: range(02/01-03/31)
|
visible_home: range(02/01-03/31)
|
||||||
visible_shared: range(02/01-03/31)
|
visible_shared: range(02/01-03/31)
|
||||||
visible_library: range(02/01-03/31)
|
|
||||||
|
|
||||||
"2022 Best Actress Nominees":
|
"2022 Best Actress Nominees":
|
||||||
summary: "Who will take home the trophy?"
|
summary: "Who will take home the trophy?"
|
||||||
sort_title: +++++Oscars03
|
sort_title: +++++Oscars03
|
||||||
|
visible_library: range(02/01-03/31)
|
||||||
visible_home: range(02/01-03/31)
|
visible_home: range(02/01-03/31)
|
||||||
visible_shared: range(02/01-03/31)
|
visible_shared: range(02/01-03/31)
|
||||||
visible_library: range(02/01-03/31)
|
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# Collections specific to TV Shows
|
||||||
|
|
||||||
templates:
|
templates:
|
||||||
Studio:
|
Studio:
|
||||||
sort_title: ~<<collection_name>>
|
sort_title: ~<<collection_name>>
|
||||||
|
@ -20,6 +22,9 @@ collections:
|
||||||
collection_level: episode
|
collection_level: episode
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
plex_pilots: true
|
plex_pilots: true
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: true
|
||||||
|
|
||||||
"Previously On...":
|
"Previously On...":
|
||||||
summary: "Catch up on last week's episodes"
|
summary: "Catch up on last week's episodes"
|
||||||
|
@ -59,9 +64,9 @@ collections:
|
||||||
added: 30
|
added: 30
|
||||||
collection_order: release
|
collection_order: release
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
|
visible_library: true
|
||||||
visible_home: true
|
visible_home: true
|
||||||
visible_shared: true
|
visible_shared: true
|
||||||
visible_library: true
|
|
||||||
|
|
||||||
### Trending
|
### Trending
|
||||||
"What Everyone Is Watching":
|
"What Everyone Is Watching":
|
||||||
|
@ -73,12 +78,33 @@ collections:
|
||||||
list_days: 30
|
list_days: 30
|
||||||
list_size: 15
|
list_size: 15
|
||||||
list_minimum: 2
|
list_minimum: 2
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: true
|
||||||
|
|
||||||
"Trending Now":
|
"Trending Now":
|
||||||
summary: "The hottest shows right now"
|
summary: "The hottest shows right now"
|
||||||
imdb_chart: popular_shows
|
imdb_chart: popular_shows
|
||||||
collection_order: custom
|
collection_order: custom
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: true
|
||||||
|
|
||||||
|
### Topical
|
||||||
|
"Treehouse of Horror":
|
||||||
|
summary: "All the Simpsons' Treehouse of Horror episodes"
|
||||||
|
sort_title:
|
||||||
|
collection_level: episode
|
||||||
|
smart_filter:
|
||||||
|
all:
|
||||||
|
title.is: "The Simpsons"
|
||||||
|
episode_title.contains: "Treehouse"
|
||||||
|
collection_order: release
|
||||||
|
sync_mode: sync
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
#### Studios
|
#### Studios
|
||||||
ABC:
|
ABC:
|
||||||
|
@ -86,203 +112,304 @@ collections:
|
||||||
network: "ABC, ABC (AU), ABS (US), ABC Comedy, ABC Family, ABC Me, ABC Spark, ABC.com, ABC1, ABC3" ,
|
network: "ABC, ABC (AU), ABS (US), ABC Comedy, ABC Family, ABC Me, ABC Spark, ABC.com, ABC1, ABC3" ,
|
||||||
poster: https://theposterdb.com/api/assets/113115 }
|
poster: https://theposterdb.com/api/assets/113115 }
|
||||||
summary: Shows Aired on ABC
|
summary: Shows Aired on ABC
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
Adult Swim:
|
Adult Swim:
|
||||||
template: { name: Network,
|
template: { name: Network,
|
||||||
network: "Adult Swim",
|
network: "Adult Swim",
|
||||||
poster: https://theposterdb.com/api/assets/113116 }
|
poster: https://theposterdb.com/api/assets/113116 }
|
||||||
summary: Shows Aired on Adult Swim
|
summary: Shows Aired on Adult Swim
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
A&E:
|
A&E:
|
||||||
template: { name: Network,
|
template: { name: Network,
|
||||||
network: "A&E",
|
network: "A&E",
|
||||||
poster: https://theposterdb.com/api/assets/113113 }
|
poster: https://theposterdb.com/api/assets/113113 }
|
||||||
summary: Shows Aired on A&E
|
summary: Shows Aired on A&E
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
AMC:
|
AMC:
|
||||||
template: { name: Network,
|
template: { name: Network,
|
||||||
network: "AMC, AMC+",
|
network: "AMC, AMC+",
|
||||||
poster: https://theposterdb.com/api/assets/113118 }
|
poster: https://theposterdb.com/api/assets/113118 }
|
||||||
summary: Shows Aired on AMC
|
summary: Shows Aired on AMC
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
"Apple TV+":
|
"Apple TV+":
|
||||||
template: { name: Network,
|
template: { name: Network,
|
||||||
network: "Apple TV+, Apple Music",
|
network: "Apple TV+, Apple Music",
|
||||||
poster: https://theposterdb.com/api/assets/113121 }
|
poster: https://theposterdb.com/api/assets/113121 }
|
||||||
summary: "Apple TV+ Original Shows"
|
summary: "Apple TV+ Original Shows"
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
BBC:
|
BBC:
|
||||||
template: { name: Network,
|
template: { name: Network,
|
||||||
network: "BBC, BBC America, BBC Choice, BBC First, BBC Four, BBC HD, BBC iPlayer, BBC One, BBC Two, BBC Three, BBC UKTV, CBBC, Cbeebies",
|
network: "BBC, BBC America, BBC Choice, BBC First, BBC Four, BBC HD, BBC iPlayer, BBC One, BBC Two, BBC Three, BBC UKTV, CBBC, Cbeebies",
|
||||||
poster: https://theposterdb.com/api/assets/113123 }
|
poster: https://theposterdb.com/api/assets/113123 }
|
||||||
summary: BBC Original Shows
|
summary: BBC Original Shows
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
Cartoon Network:
|
Cartoon Network:
|
||||||
template: { name: Network,
|
template: { name: Network,
|
||||||
network: "Cartoon Network",
|
network: "Cartoon Network",
|
||||||
poster: https://theposterdb.com/api/assets/113135 }
|
poster: https://theposterdb.com/api/assets/113135 }
|
||||||
summary: Shows Aired on Cartoon Network
|
summary: Shows Aired on Cartoon Network
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
CBS:
|
CBS:
|
||||||
template: { name: Network,
|
template: { name: Network,
|
||||||
network: "CBS, CBS All Access, CBS Reality, CBS Reality (UK), CBS.com",
|
network: "CBS, CBS All Access, CBS Reality, CBS Reality (UK), CBS.com",
|
||||||
poster: https://theposterdb.com/api/assets/113138 }
|
poster: https://theposterdb.com/api/assets/113138 }
|
||||||
summary: Shows Aired on CBS
|
summary: Shows Aired on CBS
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
Channel 4:
|
Channel 4:
|
||||||
template: { name: Network,
|
template: { name: Network,
|
||||||
network: "Channel 4, E4, More4, 4Seven, Film4",
|
network: "Channel 4, E4, More4, 4Seven, Film4",
|
||||||
poster: https://theposterdb.com/api/assets/113139 }
|
poster: https://theposterdb.com/api/assets/113139 }
|
||||||
summary: Shows Aired on Channel 4
|
summary: Shows Aired on Channel 4
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
Cinemax:
|
Cinemax:
|
||||||
template: { name: Network,
|
template: { name: Network,
|
||||||
network: "Cinemax",
|
network: "Cinemax",
|
||||||
poster: https://theposterdb.com/api/assets/113140 }
|
poster: https://theposterdb.com/api/assets/113140 }
|
||||||
summary: Shows Aired on Cinemax
|
summary: Shows Aired on Cinemax
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
Comedy Central:
|
Comedy Central:
|
||||||
template: { name: Network,
|
template: { name: Network,
|
||||||
network: "Comedy Central, Comedy Central (UK)",
|
network: "Comedy Central, Comedy Central (UK)",
|
||||||
poster: https://theposterdb.com/api/assets/113146 }
|
poster: https://theposterdb.com/api/assets/113146 }
|
||||||
summary: Shows Aired on Comedy Central
|
summary: Shows Aired on Comedy Central
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
Discovery Channel:
|
Discovery Channel:
|
||||||
template: { name: Network,
|
template: { name: Network,
|
||||||
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+",
|
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 }
|
poster: https://theposterdb.com/api/assets/113157 }
|
||||||
summary: Shows Aired on Discovery Channel
|
summary: Shows Aired on Discovery Channel
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
"Disney+":
|
"Disney+":
|
||||||
template: { name: Network,
|
template: { name: Network,
|
||||||
network: "Disney Channel, Disney Channel (UK), Disney Junior, Disney XD, Disney+, Disney+ Hostar",
|
network: "Disney Channel, Disney Channel (UK), Disney Junior, Disney XD, Disney+, Disney+ Hostar",
|
||||||
poster: https://theposterdb.com/api/assets/113161 }
|
poster: https://theposterdb.com/api/assets/113161 }
|
||||||
summary: "Disney+ Original Shows"
|
summary: "Disney+ Original Shows"
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
ESPN:
|
ESPN:
|
||||||
template: { name: Network,
|
template: { name: Network,
|
||||||
network: "ESPN, ESPN2, ESPN3, ESPNU, ESPN+, ESPNU+",
|
network: "ESPN, ESPN2, ESPN3, ESPNU, ESPN+, ESPNU+",
|
||||||
poster: https://theposterdb.com/api/assets/113167 }
|
poster: https://theposterdb.com/api/assets/113167 }
|
||||||
summary: Shows Aired on ESPN
|
summary: Shows Aired on ESPN
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
FOX:
|
FOX:
|
||||||
template: { name: Network,
|
template: { name: Network,
|
||||||
network: "FX, FOX, Fox Action Movies, Fox Business Network, Fox Kids, Fox Premium Series, FOX Sports 1, Fox Sports Networks",
|
network: "FX, FOX, Fox Action Movies, Fox Business Network, Fox Kids, Fox Premium Series, FOX Sports 1, Fox Sports Networks",
|
||||||
poster: https://theposterdb.com/api/assets/113173 }
|
poster: https://theposterdb.com/api/assets/113173 }
|
||||||
summary: Shows Aired on FOX
|
summary: Shows Aired on FOX
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
HBO:
|
HBO:
|
||||||
template: { name: Network,
|
template: { name: Network,
|
||||||
network: "HBO, HBO Canada, HBO Europe, HBO Max",
|
network: "HBO, HBO Canada, HBO Europe, HBO Max",
|
||||||
poster: https://theposterdb.com/api/assets/113186 }
|
poster: https://theposterdb.com/api/assets/113186 }
|
||||||
summary: HBO Orginal Shows
|
summary: HBO Orginal Shows
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
History Channel:
|
History Channel:
|
||||||
template: { name: Network,
|
template: { name: Network,
|
||||||
network: "History, History (CA), History (UK), History Channel, History Channel (AU)",
|
network: "History, History (CA), History (UK), History Channel, History Channel (AU)",
|
||||||
poster: https://theposterdb.com/api/assets/113187 }
|
poster: https://theposterdb.com/api/assets/113187 }
|
||||||
summary: Shows Aired on History Channel
|
summary: Shows Aired on History Channel
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
HGTV:
|
HGTV:
|
||||||
template: { name: Network,
|
template: { name: Network,
|
||||||
network: "HGTV, HGTV (AU), HGTV Canada",
|
network: "HGTV, HGTV (AU), HGTV Canada",
|
||||||
poster: https://theposterdb.com/api/assets/113183 }
|
poster: https://theposterdb.com/api/assets/113183 }
|
||||||
summary: Shows Aired on HGTV
|
summary: Shows Aired on HGTV
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
Hulu:
|
Hulu:
|
||||||
template: { name: Network,
|
template: { name: Network,
|
||||||
network: "Hulu",
|
network: "Hulu",
|
||||||
poster: https://theposterdb.com/api/assets/113188 }
|
poster: https://theposterdb.com/api/assets/113188 }
|
||||||
summary: Hulu Original Shows
|
summary: Hulu Original Shows
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
ITV:
|
ITV:
|
||||||
template: { name: Network,
|
template: { name: Network,
|
||||||
network: "ITV, ITV2, ITV3, ITV4, ITVBe, CITV",
|
network: "ITV, ITV2, ITV3, ITV4, ITVBe, CITV",
|
||||||
poster: https://theposterdb.com/api/assets/113192 }
|
poster: https://theposterdb.com/api/assets/113192 }
|
||||||
summary: Shows Aired on ITV
|
summary: Shows Aired on ITV
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
MTV:
|
MTV:
|
||||||
template: { name: Network,
|
template: { name: Network,
|
||||||
network: "MTV, MTV (AU/NZ), MTV (UK), MTV2, MTV3",
|
network: "MTV, MTV (AU/NZ), MTV (UK), MTV2, MTV3",
|
||||||
poster: https://theposterdb.com/api/assets/113202 }
|
poster: https://theposterdb.com/api/assets/113202 }
|
||||||
summary: Shows Aired on MTV
|
summary: Shows Aired on MTV
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
National Geographic:
|
National Geographic:
|
||||||
template: { name: Network,
|
template: { name: Network,
|
||||||
network: "National Geographic, National Geographic (UK), National Geographic Brasil, National Geographic Channel, National Geographic Wild",
|
network: "National Geographic, National Geographic (UK), National Geographic Brasil, National Geographic Channel, National Geographic Wild",
|
||||||
poster: https://theposterdb.com/api/assets/113206 }
|
poster: https://theposterdb.com/api/assets/113206 }
|
||||||
summary: Shows Aired on National Geographic
|
summary: Shows Aired on National Geographic
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
NBC:
|
NBC:
|
||||||
template: { name: Studio,
|
template: { name: Studio,
|
||||||
poster: https://theposterdb.com/api/assets/113217 }
|
poster: https://theposterdb.com/api/assets/113217 }
|
||||||
tmdb_network: 6
|
tmdb_network: 6
|
||||||
summary: Shows Aired on NBC
|
summary: Shows Aired on NBC
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
NBCUniversal:
|
NBCUniversal:
|
||||||
template: { name: Network,
|
template: { name: Network,
|
||||||
network: "Bravo, CNBC, E!, MSNBC, NBC, Oxygen, Peacock, SyFy",
|
network: "Bravo, CNBC, E!, MSNBC, NBC, Oxygen, Peacock, SyFy",
|
||||||
poster: https://theposterdb.com/api/assets/113217 }
|
poster: https://theposterdb.com/api/assets/113217 }
|
||||||
summary: NBCUniversal Original Shows
|
summary: NBCUniversal Original Shows
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
Netflix:
|
Netflix:
|
||||||
template: { name: Studio,
|
template: { name: Studio,
|
||||||
poster: https://theposterdb.com/api/assets/113218 }
|
poster: https://theposterdb.com/api/assets/113218 }
|
||||||
tmdb_network: 213
|
tmdb_network: 213
|
||||||
summary: Netflix Orginal Shows
|
summary: Netflix Orginal Shows
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
Nickelodeon:
|
Nickelodeon:
|
||||||
template: { name: Network,
|
template: { name: Network,
|
||||||
network: "Nick Jr., Nickelodeon, Nicktoons, TeenNick",
|
network: "Nick Jr., Nickelodeon, Nicktoons, TeenNick",
|
||||||
poster: https://theposterdb.com/api/assets/113231 }
|
poster: https://theposterdb.com/api/assets/113231 }
|
||||||
summary: Shows Aired on Nickelodeon
|
summary: Shows Aired on Nickelodeon
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
PBS:
|
PBS:
|
||||||
template: { name: Network,
|
template: { name: Network,
|
||||||
network: "PBS, PBS Kids",
|
network: "PBS, PBS Kids",
|
||||||
poster: https://theposterdb.com/api/assets/113244 }
|
poster: https://theposterdb.com/api/assets/113244 }
|
||||||
summary: Shows Aired on PBS
|
summary: Shows Aired on PBS
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
Prime Video:
|
Prime Video:
|
||||||
template: { name: Network,
|
template: { name: Network,
|
||||||
network: "Amazon, Amazon Prime Video, Prime Video",
|
network: "Amazon, Amazon Prime Video, Prime Video",
|
||||||
poster: https://theposterdb.com/api/assets/113247 }
|
poster: https://theposterdb.com/api/assets/113247 }
|
||||||
summary: Prime Video Original Shows
|
summary: Prime Video Original Shows
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
Showtime:
|
Showtime:
|
||||||
template: { name: Studio,
|
template: { name: Studio,
|
||||||
poster: https://theposterdb.com/api/assets/113257 }
|
poster: https://theposterdb.com/api/assets/113257 }
|
||||||
tmdb_network: 67
|
tmdb_network: 67
|
||||||
summary: Showtime Orginal Shows
|
summary: Showtime Orginal Shows
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
Sky:
|
Sky:
|
||||||
template: { name: Network,
|
template: { name: Network,
|
||||||
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",
|
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://i.imgur.com/qBS4e5P.jpg }
|
poster: https://i.imgur.com/qBS4e5P.jpg }
|
||||||
summary: Shows Aired on Sky
|
summary: Shows Aired on Sky
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
Starz:
|
Starz:
|
||||||
template: { name: Studio,
|
template: { name: Studio,
|
||||||
poster: https://theposterdb.com/api/assets/113265 }
|
poster: https://theposterdb.com/api/assets/113265 }
|
||||||
tmdb_network: 318
|
tmdb_network: 318
|
||||||
summary: Starz Orginal Shows
|
summary: Starz Orginal Shows
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
SyFy:
|
SyFy:
|
||||||
template: { name: Studio,
|
template: { name: Studio,
|
||||||
poster: https://theposterdb.com/api/assets/113267 }
|
poster: https://theposterdb.com/api/assets/113267 }
|
||||||
tmdb_network: 77
|
tmdb_network: 77
|
||||||
summary: Shows Aired on SYFY
|
summary: Shows Aired on SYFY
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
TBS:
|
TBS:
|
||||||
template: { name: Network,
|
template: { name: Network,
|
||||||
network: "TBS",
|
network: "TBS",
|
||||||
poster: https://theposterdb.com/api/assets/113267 }
|
poster: https://theposterdb.com/api/assets/113267 }
|
||||||
summary: TBS Original Shows
|
summary: TBS Original Shows
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
YouTube:
|
YouTube:
|
||||||
template: { name: Network,
|
template: { name: Network,
|
||||||
network: "YouTube, YouTube Premium",
|
network: "YouTube, YouTube Premium",
|
||||||
poster: https://theposterdb.com/api/assets/113301 }
|
poster: https://theposterdb.com/api/assets/113301 }
|
||||||
summary: Shows Aired on YouTube
|
summary: Shows Aired on YouTube
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,241 @@
|
||||||
|
# General collections for any movie library (will be replicated for each movie library)
|
||||||
|
|
||||||
|
collections:
|
||||||
|
### Custom
|
||||||
|
"Documentaries":
|
||||||
|
summary: "You might learn something"
|
||||||
|
sort_title:
|
||||||
|
smart_filter:
|
||||||
|
all:
|
||||||
|
genre: Documentary
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
|
"What a Twist!":
|
||||||
|
summary: "Bet you didn't see THAT coming..."
|
||||||
|
sort_title:
|
||||||
|
mdblist_list: https://mdblist.com/lists/hdlists/crazy-plot-twists
|
||||||
|
collection_order: custom
|
||||||
|
sync_mode: sync
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
|
"Based On A True Story":
|
||||||
|
summary: ""
|
||||||
|
sort_title:
|
||||||
|
mdblist_list: https://mdblist.com/lists/hdlists/based-on-or-inspired-by-a-true-story
|
||||||
|
collection_order: custom
|
||||||
|
sync_mode: sync
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
|
### New Content
|
||||||
|
"Added This Week":
|
||||||
|
summary: "Movies now playing on Plex"
|
||||||
|
sort_title:
|
||||||
|
smart_filter:
|
||||||
|
all:
|
||||||
|
# Movie added in the last 7 days
|
||||||
|
added: 7
|
||||||
|
collection_order: release
|
||||||
|
sync_mode: sync
|
||||||
|
visible_library: true
|
||||||
|
visible_home: true
|
||||||
|
visible_shared: true
|
||||||
|
|
||||||
|
### Trending
|
||||||
|
"What Everyone Is Watching":
|
||||||
|
summary: "What other subscribers are checking out"
|
||||||
|
sort_title:
|
||||||
|
libraries: "Movies"
|
||||||
|
sync_mode: sync
|
||||||
|
collection_order: custom
|
||||||
|
tautulli_popular:
|
||||||
|
list_days: 30
|
||||||
|
list_size: 15
|
||||||
|
list_minimum: 2
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: true
|
||||||
|
|
||||||
|
"At The Box Office":
|
||||||
|
summary: "Now playing on a screen near you"
|
||||||
|
sort_title:
|
||||||
|
imdb_chart: box_office
|
||||||
|
collection_order: custom
|
||||||
|
sync_mode: sync
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: true
|
||||||
|
|
||||||
|
"Trending Now":
|
||||||
|
summary: "The hottest movies right now"
|
||||||
|
sort_title:
|
||||||
|
imdb_chart: popular_movies
|
||||||
|
collection_order: custom
|
||||||
|
sync_mode: sync
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: true
|
||||||
|
|
||||||
|
### Top Rated
|
||||||
|
"Best Of All Time":
|
||||||
|
summary: "Dive into the best films ever made"
|
||||||
|
sort_title:
|
||||||
|
imdb_chart: top_movies
|
||||||
|
collection_order: custom
|
||||||
|
sync_mode: sync
|
||||||
|
schedule: weekly(wednesday), weekly(sunday)
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: true
|
||||||
|
|
||||||
|
"Best of the 70s":
|
||||||
|
summary: "IMDb's top movies of the 1970s"
|
||||||
|
sort_title:
|
||||||
|
imdb_list:
|
||||||
|
url: 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
|
||||||
|
collection_order: custom
|
||||||
|
sync_mode: sync
|
||||||
|
schedule: weekly(wednesday), weekly(sunday)
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
|
"Best of the 80s":
|
||||||
|
summary: "RottenTomatoes' top movies of the 1980s"
|
||||||
|
sort_title:
|
||||||
|
mdblist_list: https://mdblist.com/lists/hdlists/rottentomatoes-com-s-best-of-the-80s
|
||||||
|
collection_order: custom
|
||||||
|
sync_mode: sync
|
||||||
|
schedule: weekly(wednesday), weekly(sunday)
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
|
"Best of the 90s":
|
||||||
|
summary: "RottenTomatoes' top movies of the 1990s"
|
||||||
|
sort_title:
|
||||||
|
mdblist_list: https://mdblist.com/lists/hdlists/rottentomatoes-com-s-best-of-the-90s
|
||||||
|
collection_order: custom
|
||||||
|
sync_mode: sync
|
||||||
|
schedule: weekly(wednesday), weekly(sunday)
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
|
"Best of the 2000s":
|
||||||
|
summary: "RottenTomatoes' top movies of the 2000s"
|
||||||
|
sort_title:
|
||||||
|
mdblist_list: https://mdblist.com/lists/hdlists/best-of-the-00s
|
||||||
|
collection_order: custom
|
||||||
|
sync_mode: sync
|
||||||
|
schedule: weekly(wednesday), weekly(sunday)
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
|
"Best of the 2010s":
|
||||||
|
summary: "RottenTomatoes' top movies of the 2010s"
|
||||||
|
sort_title:
|
||||||
|
mdblist_list: https://mdblist.com/lists/hdlists/best-of-the-2010s
|
||||||
|
collection_order: custom
|
||||||
|
sync_mode: sync
|
||||||
|
schedule: weekly(wednesday), weekly(sunday)
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
|
"Best of the 2020s":
|
||||||
|
summary: "IMDb's top movies of the 2020s"
|
||||||
|
sort_title:
|
||||||
|
imdb_list:
|
||||||
|
url: 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
|
||||||
|
collection_order: custom
|
||||||
|
sync_mode: sync
|
||||||
|
schedule: weekly(wednesday), weekly(sunday)
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
|
"The 100 Club":
|
||||||
|
summary: "RottenTomatoes' movies with a perfect score"
|
||||||
|
sort_title:
|
||||||
|
mdblist_list: https://mdblist.com/lists/hdlists/100-on-rottentomatoes-com
|
||||||
|
collection_order: custom
|
||||||
|
sync_mode: sync
|
||||||
|
schedule: weekly(wednesday), weekly(sunday)
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
|
"Just The Worst":
|
||||||
|
summary: "Razzie Award-winning movies"
|
||||||
|
sort_title:
|
||||||
|
mdblist_list: https://mdblist.com/lists/hdlists/razzie-awards-worst-picture-winners
|
||||||
|
collection_order: custom
|
||||||
|
sync_mode: sync
|
||||||
|
schedule: weekly(wednesday), weekly(sunday)
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
|
# Genres
|
||||||
|
"Spoofs and Parodies":
|
||||||
|
summary: "Imitation is the sincerest form of flattery"
|
||||||
|
sort_title:
|
||||||
|
mdblist_list: https://mdblist.com/lists/hdlists/top-50-parody-movies-of-all-time
|
||||||
|
collection_order: custom
|
||||||
|
sync_mode: sync
|
||||||
|
schedule: weekly(wednesday), weekly(sunday)
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
|
"Slam Dunk":
|
||||||
|
summary: "The best sports movies, ever."
|
||||||
|
sort_title:
|
||||||
|
mdblist_list: https://mdblist.com/lists/hdlists/150-best-sports-movies-of-all-time
|
||||||
|
collection_order: custom
|
||||||
|
sync_mode: sync
|
||||||
|
schedule: weekly(wednesday), weekly(sunday)
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
|
"Get In, Get Out":
|
||||||
|
summary: "Don't forget about the getaway driver out front"
|
||||||
|
sort_title:
|
||||||
|
mdblist_list: https://mdblist.com/lists/hdlists/best-heist-movies-of-all-time
|
||||||
|
collection_order: custom
|
||||||
|
sync_mode: sync
|
||||||
|
schedule: weekly(wednesday), weekly(sunday)
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
|
"On The Edge Of Your Seat":
|
||||||
|
summary: "The suspense is killing us!"
|
||||||
|
sort_title:
|
||||||
|
imdb_list:
|
||||||
|
url: 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
|
||||||
|
sync_mode: sync
|
||||||
|
collection_order: custom
|
||||||
|
schedule: weekly(wednesday), weekly(sunday)
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
||||||
|
|
||||||
|
### Series
|
||||||
|
"Bond. James Bond.":
|
||||||
|
summary: "007 forever"
|
||||||
|
sort_title:
|
||||||
|
mdblist_list: https://mdblist.com/lists/hdlists/james-bond-movies
|
||||||
|
collection_order: custom
|
||||||
|
sync_mode: sync
|
||||||
|
visible_library: true
|
||||||
|
visible_home: false
|
||||||
|
visible_shared: false
|
|
@ -0,0 +1,3 @@
|
||||||
|
# General collections for any show library (will be replicated for each show library)
|
||||||
|
|
||||||
|
collections:
|
|
@ -6,3 +6,7 @@
|
||||||
## Visibility
|
## Visibility
|
||||||
- `visible_library`, `visible_home` and `visible_shared`
|
- `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
|
- `true`, `false` or [schedule](https://github.com/meisnate12/Plex-Meta-Manager/wiki/Schedule-Detail) available for all options
|
||||||
|
|
||||||
|
## Scheduling
|
||||||
|
- Save time by updating lesser-important collections and playlists less frequently:
|
||||||
|
- ex. `schedule: weekly(wednesday), weekly(sunday)`
|
||||||
|
|
Loading…
Reference in New Issue