- Use template for Trending Now shows
This commit is contained in:
parent
e33300936b
commit
c3f39cb2ca
|
@ -40,6 +40,7 @@ collections:
|
|||
summary: "The hottest movies right now"
|
||||
imdb_chart: popular_movies
|
||||
collection_order: custom
|
||||
sync_mode: sync
|
||||
visible_library: true
|
||||
visible_home: true
|
||||
visible_shared: true
|
||||
|
@ -490,6 +491,10 @@ dynamic_collections:
|
|||
template:
|
||||
- Best_of_Year
|
||||
|
||||
The A List: # mapping name DOES matter, since this isn't based on a template
|
||||
type: tmdb_popular_people
|
||||
data: 25 # top 25 actors right now, according to TMDb
|
||||
|
||||
Per-Holiday DC: # mapping name does not matter just needs to be unique
|
||||
type: custom
|
||||
data:
|
||||
|
|
|
@ -74,6 +74,8 @@ collections:
|
|||
visible_shared: true
|
||||
|
||||
"Trending Now":
|
||||
template: { name: Chart,
|
||||
level: "+++" }
|
||||
summary: "The hottest shows right now"
|
||||
imdb_chart: popular_shows
|
||||
collection_order: custom
|
||||
|
|
Loading…
Reference in New Issue