- Fix collection type for TV Show smart collections
- Unify template usage for What Everyone Is Watching collections
This commit is contained in:
parent
bb2e9fe42d
commit
4df1369422
@ -18,7 +18,7 @@ collections:
|
|||||||
summary: "Catch up on last week's episodes"
|
summary: "Catch up on last week's episodes"
|
||||||
sort_title:
|
sort_title:
|
||||||
smart_filter:
|
smart_filter:
|
||||||
type: episodes
|
type: episode
|
||||||
sort_by: release.desc
|
sort_by: release.desc
|
||||||
all:
|
all:
|
||||||
# Episode aired in the last 8 days
|
# Episode aired in the last 8 days
|
||||||
@ -28,9 +28,10 @@ collections:
|
|||||||
visible_shared: true
|
visible_shared: true
|
||||||
visible_library: true
|
visible_library: true
|
||||||
|
|
||||||
### Trending
|
|
||||||
"What Everyone Is Watching":
|
"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"
|
libraries: "TV Shows"
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
collection_order: custom
|
collection_order: custom
|
||||||
@ -66,7 +67,7 @@ collections:
|
|||||||
summary: "Episodes added this week on Plex"
|
summary: "Episodes added this week on Plex"
|
||||||
sort_title:
|
sort_title:
|
||||||
smart_filter:
|
smart_filter:
|
||||||
type: episodes
|
type: episode
|
||||||
sort_by: release.desc
|
sort_by: release.desc
|
||||||
all:
|
all:
|
||||||
# Episode added in the last 7 days
|
# Episode added in the last 7 days
|
||||||
@ -80,7 +81,7 @@ collections:
|
|||||||
summary: "Shows now playing on Plex"
|
summary: "Shows now playing on Plex"
|
||||||
sort_title:
|
sort_title:
|
||||||
smart_filter:
|
smart_filter:
|
||||||
type: shows
|
type: show
|
||||||
sort_by: release.desc
|
sort_by: release.desc
|
||||||
all:
|
all:
|
||||||
# Shows added in the last 30 days
|
# Shows added in the last 30 days
|
||||||
@ -105,7 +106,7 @@ collections:
|
|||||||
summary: "All the Simpsons' Treehouse of Horror episodes"
|
summary: "All the Simpsons' Treehouse of Horror episodes"
|
||||||
sort_title:
|
sort_title:
|
||||||
smart_filter:
|
smart_filter:
|
||||||
type: episodes
|
type: episode
|
||||||
sort_by: release.asc
|
sort_by: release.asc
|
||||||
all:
|
all:
|
||||||
title.is: "The Simpsons"
|
title.is: "The Simpsons"
|
||||||
|
@ -64,10 +64,13 @@ collections:
|
|||||||
level: "++" }
|
level: "++" }
|
||||||
summary: "What other subscribers are checking out"
|
summary: "What other subscribers are checking out"
|
||||||
libraries: "Movies" # Only consider movies in the Movies library (even when building this collection for 4K Movies)
|
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:
|
tautulli_popular:
|
||||||
list_days: 30
|
list_days: 30
|
||||||
list_size: 15
|
list_size: 15
|
||||||
list_minimum: 2
|
list_minimum: 2
|
||||||
|
visible_library: true
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_shared: true
|
visible_shared: true
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user