- 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:
|
||||
### New Content
|
||||
"Added This Week":
|
||||
template: { name: Chart,
|
||||
template: { name: New,
|
||||
level: "++++" }
|
||||
summary: "Episodes added this week on Plex"
|
||||
sort_title:
|
||||
|
@ -21,7 +21,7 @@ collections:
|
|||
visible_library: true
|
||||
|
||||
"Now On Plex":
|
||||
template: { name: Chart,
|
||||
template: { name: New,
|
||||
level: "+++" }
|
||||
summary: "Shows now playing on Plex"
|
||||
sort_title:
|
||||
|
|
|
@ -8,7 +8,7 @@ collections:
|
|||
level: "++" }
|
||||
summary: "Let's start this from the beginning"
|
||||
collection_level: episode
|
||||
collection_order: release.desc
|
||||
collection_order: custom
|
||||
plex_pilots: true
|
||||
sync_mode: sync
|
||||
visible_library: true
|
||||
|
|
Loading…
Reference in New Issue