- Use New rather than Chart template for new shows
- Remove collection_order for From The Top to cut down on build time
This commit is contained in:
parent
fa08dc077f
commit
51eb6b09e1
|
@ -5,7 +5,7 @@ external_templates:
|
||||||
collections:
|
collections:
|
||||||
### New Content
|
### New Content
|
||||||
"Added This Week":
|
"Added This Week":
|
||||||
template: { name: Chart,
|
template: { name: New,
|
||||||
level: "++++" }
|
level: "++++" }
|
||||||
summary: "Episodes added this week on Plex"
|
summary: "Episodes added this week on Plex"
|
||||||
sort_title:
|
sort_title:
|
||||||
|
@ -21,7 +21,7 @@ collections:
|
||||||
visible_library: true
|
visible_library: true
|
||||||
|
|
||||||
"Now On Plex":
|
"Now On Plex":
|
||||||
template: { name: Chart,
|
template: { name: New,
|
||||||
level: "+++" }
|
level: "+++" }
|
||||||
summary: "Shows now playing on Plex"
|
summary: "Shows now playing on Plex"
|
||||||
sort_title:
|
sort_title:
|
||||||
|
|
|
@ -8,7 +8,7 @@ collections:
|
||||||
level: "++" }
|
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: release.desc
|
collection_order: custom
|
||||||
plex_pilots: true
|
plex_pilots: true
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
visible_library: true
|
visible_library: true
|
||||||
|
|
Loading…
Reference in New Issue