- Fix collection type for TV Show smart collections

- Unify template usage for What Everyone Is Watching collections
This commit is contained in:
nharris 2022-11-05 02:24:00 -06:00
parent bb2e9fe42d
commit 4df1369422
2 changed files with 10 additions and 6 deletions

View File

@ -18,7 +18,7 @@ collections:
summary: "Catch up on last week's episodes"
sort_title:
smart_filter:
type: episodes
type: episode
sort_by: release.desc
all:
# Episode aired in the last 8 days
@ -28,9 +28,10 @@ collections:
visible_shared: true
visible_library: true
### Trending
"What Everyone Is Watching":
summary: "What other BigBox users are checking out"
template: { name: Chart,
level: "++" }
summary: "What other subscribers are checking out"
libraries: "TV Shows"
sync_mode: sync
collection_order: custom
@ -66,7 +67,7 @@ collections:
summary: "Episodes added this week on Plex"
sort_title:
smart_filter:
type: episodes
type: episode
sort_by: release.desc
all:
# Episode added in the last 7 days
@ -80,7 +81,7 @@ collections:
summary: "Shows now playing on Plex"
sort_title:
smart_filter:
type: shows
type: show
sort_by: release.desc
all:
# Shows added in the last 30 days
@ -105,7 +106,7 @@ collections:
summary: "All the Simpsons' Treehouse of Horror episodes"
sort_title:
smart_filter:
type: episodes
type: episode
sort_by: release.asc
all:
title.is: "The Simpsons"

View File

@ -64,10 +64,13 @@ collections:
level: "++" }
summary: "What other subscribers are checking out"
libraries: "Movies" # Only consider movies in the Movies library (even when building this collection for 4K 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