- Use template for Trending Now shows

This commit is contained in:
nwithan8 2023-10-15 12:47:52 -06:00
parent e33300936b
commit c3f39cb2ca
2 changed files with 7 additions and 0 deletions

View File

@ -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:

View File

@ -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