- 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"
|
summary: "The hottest movies right now"
|
||||||
imdb_chart: popular_movies
|
imdb_chart: popular_movies
|
||||||
collection_order: custom
|
collection_order: custom
|
||||||
|
sync_mode: sync
|
||||||
visible_library: true
|
visible_library: true
|
||||||
visible_home: true
|
visible_home: true
|
||||||
visible_shared: true
|
visible_shared: true
|
||||||
@ -490,6 +491,10 @@ dynamic_collections:
|
|||||||
template:
|
template:
|
||||||
- Best_of_Year
|
- 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
|
Per-Holiday DC: # mapping name does not matter just needs to be unique
|
||||||
type: custom
|
type: custom
|
||||||
data:
|
data:
|
||||||
|
@ -74,6 +74,8 @@ collections:
|
|||||||
visible_shared: true
|
visible_shared: true
|
||||||
|
|
||||||
"Trending Now":
|
"Trending Now":
|
||||||
|
template: { name: Chart,
|
||||||
|
level: "+++" }
|
||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user