- Use template for general show collections
This commit is contained in:
parent
c3f39cb2ca
commit
1529fce53b
|
@ -7,6 +7,8 @@ external_templates:
|
||||||
collections:
|
collections:
|
||||||
### New Content
|
### New Content
|
||||||
"Added This Week":
|
"Added This Week":
|
||||||
|
template: { name: Collection,
|
||||||
|
level: "++++" }
|
||||||
summary: "Episodes added this week on Plex"
|
summary: "Episodes added this week on Plex"
|
||||||
sort_title:
|
sort_title:
|
||||||
smart_filter:
|
smart_filter:
|
||||||
|
@ -21,6 +23,8 @@ collections:
|
||||||
visible_library: true
|
visible_library: true
|
||||||
|
|
||||||
"Now On Plex":
|
"Now On Plex":
|
||||||
|
template: { name: Collection,
|
||||||
|
level: "+++" }
|
||||||
summary: "Shows now playing on Plex"
|
summary: "Shows now playing on Plex"
|
||||||
sort_title:
|
sort_title:
|
||||||
smart_filter:
|
smart_filter:
|
||||||
|
@ -36,6 +40,8 @@ collections:
|
||||||
|
|
||||||
### Trending
|
### Trending
|
||||||
"From The Top":
|
"From The Top":
|
||||||
|
template: { name: Collection,
|
||||||
|
level: "++" }
|
||||||
summary: "Let's start this from the beginning"
|
summary: "Let's start this from the beginning"
|
||||||
collection_level: episode
|
collection_level: episode
|
||||||
collection_order: episode_release.desc
|
collection_order: episode_release.desc
|
||||||
|
@ -45,6 +51,8 @@ collections:
|
||||||
visible_shared: true
|
visible_shared: true
|
||||||
|
|
||||||
"Previously On...":
|
"Previously On...":
|
||||||
|
template: { name: Collection,
|
||||||
|
level: "++++" }
|
||||||
summary: "Catch up on last week's episodes"
|
summary: "Catch up on last week's episodes"
|
||||||
sort_title:
|
sort_title:
|
||||||
smart_filter:
|
smart_filter:
|
||||||
|
|
Loading…
Reference in New Issue