Revert "- Remove smart collections from TV Shows to speed up runs"
This reverts commit 36f16876a0
.
This commit is contained in:
parent
e7f9f87bba
commit
5dd652d7a0
|
@ -139,6 +139,20 @@ collections:
|
|||
visible_home: false
|
||||
visible_shared: true
|
||||
|
||||
"Previously On...":
|
||||
summary: "Catch up on last week's episodes"
|
||||
sort_title:
|
||||
smart_filter:
|
||||
type: episodes
|
||||
sort_by: release.desc
|
||||
all:
|
||||
# Episode aired in the last 8 days
|
||||
episode_air_date: 8
|
||||
sync_mode: sync
|
||||
visible_home: true
|
||||
visible_shared: true
|
||||
visible_library: true
|
||||
|
||||
### Trending
|
||||
"What Everyone Is Watching":
|
||||
summary: "What other BigBox users are checking out"
|
||||
|
@ -153,6 +167,21 @@ collections:
|
|||
visible_home: false
|
||||
visible_shared: true
|
||||
|
||||
### Topical
|
||||
"Treehouse of Horror":
|
||||
summary: "All the Simpsons' Treehouse of Horror episodes"
|
||||
sort_title:
|
||||
smart_filter:
|
||||
type: episodes
|
||||
sort_by: release.asc
|
||||
all:
|
||||
title.is: "The Simpsons"
|
||||
episode_title: "Treehouse"
|
||||
sync_mode: sync
|
||||
visible_library: true
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
|
||||
### Studios
|
||||
NBC:
|
||||
template: { name: Studio,
|
||||
|
|
|
@ -126,6 +126,33 @@ templates:
|
|||
|
||||
collections:
|
||||
### New Content
|
||||
"Added This Week":
|
||||
summary: "Episodes added this week on Plex"
|
||||
sort_title:
|
||||
smart_filter:
|
||||
type: episodes
|
||||
sort_by: release.desc
|
||||
all:
|
||||
# Episode added in the last 7 days
|
||||
episode_added: 7
|
||||
sync_mode: sync
|
||||
visible_home: true
|
||||
visible_shared: true
|
||||
visible_library: true
|
||||
|
||||
"Now On Plex":
|
||||
summary: "Shows now playing on Plex"
|
||||
sort_title:
|
||||
smart_filter:
|
||||
type: shows
|
||||
sort_by: release.desc
|
||||
all:
|
||||
# Shows added in the last 30 days
|
||||
added: 30
|
||||
sync_mode: sync
|
||||
visible_library: true
|
||||
visible_home: true
|
||||
visible_shared: true
|
||||
|
||||
### Trending
|
||||
"Trending Now":
|
||||
|
|
Loading…
Reference in New Issue