- Fix Simpsons playlist generator
- Adjust home visibilities for collections
This commit is contained in:
parent
79c1cf61dc
commit
5e6e9ff1f3
|
@ -28,7 +28,7 @@ collections:
|
||||||
summary: "Now playing on a screen near you"
|
summary: "Now playing on a screen near you"
|
||||||
imdb_chart: box_office
|
imdb_chart: box_office
|
||||||
collection_order: custom
|
collection_order: custom
|
||||||
visible_home: false
|
visible_home: true
|
||||||
visible_shared: true
|
visible_shared: true
|
||||||
|
|
||||||
# Trending online
|
# Trending online
|
||||||
|
@ -122,7 +122,7 @@ collections:
|
||||||
schedule:
|
schedule:
|
||||||
- weekly(wednesday)
|
- weekly(wednesday)
|
||||||
- weekly(sunday)
|
- weekly(sunday)
|
||||||
visible_home: false
|
visible_home: true
|
||||||
visible_shared: true
|
visible_shared: true
|
||||||
|
|
||||||
# Top 70s movies via IMDB, updated monthly
|
# Top 70s movies via IMDB, updated monthly
|
||||||
|
@ -186,7 +186,7 @@ collections:
|
||||||
schedule:
|
schedule:
|
||||||
- weekly(wednesday)
|
- weekly(wednesday)
|
||||||
- weekly(sunday)
|
- weekly(sunday)
|
||||||
visible_home: false
|
visible_home: true
|
||||||
visible_shared: true
|
visible_shared: true
|
||||||
|
|
||||||
# Movies with a perfect RT score, updated monthly
|
# Movies with a perfect RT score, updated monthly
|
||||||
|
@ -196,7 +196,7 @@ collections:
|
||||||
summary: "RottenTomatoes' movies with a perfect score"
|
summary: "RottenTomatoes' movies with a perfect score"
|
||||||
mdblist_list: https://mdblist.com/lists/hdlists/100-on-rottentomatoes-com
|
mdblist_list: https://mdblist.com/lists/hdlists/100-on-rottentomatoes-com
|
||||||
schedule: monthly(1)
|
schedule: monthly(1)
|
||||||
visible_home: false
|
visible_home: true
|
||||||
visible_shared: true
|
visible_shared: true
|
||||||
|
|
||||||
# Worst movies of all time, updated monthly
|
# Worst movies of all time, updated monthly
|
||||||
|
@ -208,7 +208,7 @@ collections:
|
||||||
- https://trakt.tv/users/nwithan8/lists/5-or-less-on-rotton-tomatoes?sort=rank,asc
|
- https://trakt.tv/users/nwithan8/lists/5-or-less-on-rotton-tomatoes?sort=rank,asc
|
||||||
collection_order: audience_rating.desc
|
collection_order: audience_rating.desc
|
||||||
schedule: monthly(1)
|
schedule: monthly(1)
|
||||||
visible_home: false
|
visible_home: true
|
||||||
visible_shared: true
|
visible_shared: true
|
||||||
|
|
||||||
### Genres
|
### Genres
|
||||||
|
@ -219,28 +219,28 @@ collections:
|
||||||
trakt_list:
|
trakt_list:
|
||||||
- https://trakt.tv/users/lish408/lists/stand-up-comedy-specials
|
- https://trakt.tv/users/lish408/lists/stand-up-comedy-specials
|
||||||
collection_order: release
|
collection_order: release
|
||||||
visible_home: false
|
visible_home: true
|
||||||
visible_shared: true
|
visible_shared: true
|
||||||
|
|
||||||
"Spoofs and Parodies":
|
"Spoofs and Parodies":
|
||||||
template: { name: Genre }
|
template: { name: Genre }
|
||||||
summary: "Imitation is the sincerest form of flattery"
|
summary: "Imitation is the sincerest form of flattery"
|
||||||
mdblist_list: https://mdblist.com/lists/hdlists/top-50-parody-movies-of-all-time
|
mdblist_list: https://mdblist.com/lists/hdlists/top-50-parody-movies-of-all-time
|
||||||
visible_home: false
|
visible_home: true
|
||||||
visible_shared: true
|
visible_shared: true
|
||||||
|
|
||||||
"Slam Dunk":
|
"Slam Dunk":
|
||||||
template: { name: Genre }
|
template: { name: Genre }
|
||||||
summary: "The best sports movies, ever."
|
summary: "The best sports movies, ever."
|
||||||
mdblist_list: https://mdblist.com/lists/hdlists/150-best-sports-movies-of-all-time
|
mdblist_list: https://mdblist.com/lists/hdlists/150-best-sports-movies-of-all-time
|
||||||
visible_home: false
|
visible_home: true
|
||||||
visible_shared: true
|
visible_shared: true
|
||||||
|
|
||||||
"Get In, Get Out":
|
"Get In, Get Out":
|
||||||
template: { name: Genre }
|
template: { name: Genre }
|
||||||
summary: "Don't forget about the getaway driver out front"
|
summary: "Don't forget about the getaway driver out front"
|
||||||
mdblist_list: https://mdblist.com/lists/hdlists/best-heist-movies-of-all-time
|
mdblist_list: https://mdblist.com/lists/hdlists/best-heist-movies-of-all-time
|
||||||
visible_home: false
|
visible_home: true
|
||||||
visible_shared: true
|
visible_shared: true
|
||||||
|
|
||||||
"On The Edge Of Your Seat":
|
"On The Edge Of Your Seat":
|
||||||
|
@ -248,7 +248,7 @@ collections:
|
||||||
summary: "The suspense is killing us!"
|
summary: "The suspense is killing us!"
|
||||||
imdb_list:
|
imdb_list:
|
||||||
- https://www.imdb.com/search/keyword/?keywords=psychological-thriller&ref_=kw_ref_rt_usr&sort=release_date,desc&mode=detail&page=1&title_type=movie&genres=Thriller&user_rating=5.0%2C&release_date=2000%2C
|
- https://www.imdb.com/search/keyword/?keywords=psychological-thriller&ref_=kw_ref_rt_usr&sort=release_date,desc&mode=detail&page=1&title_type=movie&genres=Thriller&user_rating=5.0%2C&release_date=2000%2C
|
||||||
visible_home: false
|
visible_home: true
|
||||||
visible_shared: true
|
visible_shared: true
|
||||||
|
|
||||||
"Documentaries":
|
"Documentaries":
|
||||||
|
@ -259,7 +259,7 @@ collections:
|
||||||
sort_by: critic_rating.desc
|
sort_by: critic_rating.desc
|
||||||
all:
|
all:
|
||||||
genre: Documentary
|
genre: Documentary
|
||||||
visible_home: false
|
visible_home: true
|
||||||
visible_shared: true
|
visible_shared: true
|
||||||
|
|
||||||
"What a Twist!":
|
"What a Twist!":
|
||||||
|
@ -267,7 +267,7 @@ collections:
|
||||||
summary: "Bet you didn't see THAT coming..."
|
summary: "Bet you didn't see THAT coming..."
|
||||||
mdblist_list: https://mdblist.com/lists/hdlists/crazy-plot-twists
|
mdblist_list: https://mdblist.com/lists/hdlists/crazy-plot-twists
|
||||||
collection_order: custom
|
collection_order: custom
|
||||||
visible_home: false
|
visible_home: true
|
||||||
visible_shared: true
|
visible_shared: true
|
||||||
|
|
||||||
"Based On A True Story":
|
"Based On A True Story":
|
||||||
|
@ -275,7 +275,7 @@ collections:
|
||||||
summary: ""
|
summary: ""
|
||||||
mdblist_list: https://mdblist.com/lists/hdlists/based-on-or-inspired-by-a-true-story
|
mdblist_list: https://mdblist.com/lists/hdlists/based-on-or-inspired-by-a-true-story
|
||||||
collection_order: custom
|
collection_order: custom
|
||||||
visible_home: false
|
visible_home: true
|
||||||
visible_shared: true
|
visible_shared: true
|
||||||
|
|
||||||
"A Real-Life Whodunnit":
|
"A Real-Life Whodunnit":
|
||||||
|
@ -284,7 +284,7 @@ collections:
|
||||||
trakt_list:
|
trakt_list:
|
||||||
- https://trakt.tv/users/lish408/lists/true-crime-documentary-series-film
|
- https://trakt.tv/users/lish408/lists/true-crime-documentary-series-film
|
||||||
collection_order: custom
|
collection_order: custom
|
||||||
visible_home: false
|
visible_home: true
|
||||||
visible_shared: true
|
visible_shared: true
|
||||||
|
|
||||||
# Good weekend movies, only visible on home on Saturday and Sunday
|
# Good weekend movies, only visible on home on Saturday and Sunday
|
||||||
|
@ -305,7 +305,7 @@ collections:
|
||||||
trakt_list:
|
trakt_list:
|
||||||
- https://trakt.tv/users/lish408/lists/how-did-this-get-made-podcast
|
- https://trakt.tv/users/lish408/lists/how-did-this-get-made-podcast
|
||||||
collection_order: audience_rating.desc
|
collection_order: audience_rating.desc
|
||||||
visible_home: false
|
visible_home: true
|
||||||
visible_shared: true
|
visible_shared: true
|
||||||
|
|
||||||
"Rom-com Central":
|
"Rom-com Central":
|
||||||
|
@ -315,7 +315,7 @@ collections:
|
||||||
trakt_list:
|
trakt_list:
|
||||||
- https://trakt.tv/users/lish408/lists/rotten-tomatoes-the-200-best-romantic-comedies-of-all-time
|
- https://trakt.tv/users/lish408/lists/rotten-tomatoes-the-200-best-romantic-comedies-of-all-time
|
||||||
collection_order: audience_rating.desc
|
collection_order: audience_rating.desc
|
||||||
visible_home: false
|
visible_home: true
|
||||||
visible_shared: true
|
visible_shared: true
|
||||||
|
|
||||||
"Best Movie Ever":
|
"Best Movie Ever":
|
||||||
|
@ -325,7 +325,7 @@ collections:
|
||||||
- https://trakt.tv/users/nwithan8/lists/best-movie-ever?sort=added,asc
|
- https://trakt.tv/users/nwithan8/lists/best-movie-ever?sort=added,asc
|
||||||
collection_minimum: 3
|
collection_minimum: 3
|
||||||
delete_below_minimum: true
|
delete_below_minimum: true
|
||||||
visible_home: false
|
visible_home: true
|
||||||
visible_shared: true
|
visible_shared: true
|
||||||
|
|
||||||
"Worst Movie Ever":
|
"Worst Movie Ever":
|
||||||
|
@ -335,7 +335,7 @@ collections:
|
||||||
- https://trakt.tv/users/nwithan8/lists/worst-movie-ever?sort=added,asc
|
- https://trakt.tv/users/nwithan8/lists/worst-movie-ever?sort=added,asc
|
||||||
collection_minimum: 3
|
collection_minimum: 3
|
||||||
delete_below_minimum: true
|
delete_below_minimum: true
|
||||||
visible_home: false
|
visible_home: true
|
||||||
visible_shared: true
|
visible_shared: true
|
||||||
|
|
||||||
"1001 Movies You Must See Before You Die":
|
"1001 Movies You Must See Before You Die":
|
||||||
|
|
|
@ -41,7 +41,7 @@ collections:
|
||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
plex_pilots: true
|
plex_pilots: true
|
||||||
visible_library: true
|
visible_library: true
|
||||||
visible_home: false
|
visible_home: true
|
||||||
visible_shared: true
|
visible_shared: true
|
||||||
|
|
||||||
"Previously On...":
|
"Previously On...":
|
||||||
|
@ -70,7 +70,7 @@ collections:
|
||||||
list_size: 15
|
list_size: 15
|
||||||
list_minimum: 2
|
list_minimum: 2
|
||||||
visible_library: true
|
visible_library: true
|
||||||
visible_home: false
|
visible_home: true
|
||||||
visible_shared: true
|
visible_shared: true
|
||||||
|
|
||||||
"Trending Now":
|
"Trending Now":
|
||||||
|
|
|
@ -6,7 +6,7 @@ external_templates:
|
||||||
playlists:
|
playlists:
|
||||||
### Topical
|
### Topical
|
||||||
"Treehouse of Horror":
|
"Treehouse of Horror":
|
||||||
summary: "All the Simpsons' Treehouse of Horror episodes"
|
summary: "All The Simpsons' Treehouse of Horror episodes"
|
||||||
libraries: TV Shows
|
libraries: TV Shows
|
||||||
sort_title:
|
sort_title:
|
||||||
smart_filter:
|
smart_filter:
|
||||||
|
@ -16,18 +16,15 @@ playlists:
|
||||||
title.is: "The Simpsons"
|
title.is: "The Simpsons"
|
||||||
episode_title: "Treehouse"
|
episode_title: "Treehouse"
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
visible_library: true
|
|
||||||
visible_home: false
|
|
||||||
visible_shared: false
|
|
||||||
|
|
||||||
"Top 100 Simpsons Episodes":
|
"Top 100 Simpsons Episodes":
|
||||||
|
summary: "The top 100 Simpsons episodes"
|
||||||
collection_order: custom
|
collection_order: custom
|
||||||
libraries: TV Shows
|
libraries: TV Shows
|
||||||
builder_level: episode
|
builder_level: episode
|
||||||
smart_filter:
|
plex_search:
|
||||||
type: episodes
|
type: episode
|
||||||
sort_by: audience_rating.desc
|
sort_by: audience_rating.desc
|
||||||
limit: 100
|
limit: 100
|
||||||
all:
|
all:
|
||||||
title.ends: "Simpsons"
|
title.ends: "Simpsons"
|
||||||
summary: A collection of the highest-rated Simpsons episodes.
|
|
||||||
|
|
Loading…
Reference in New Issue