- Fix order of show collections
This commit is contained in:
parent
00525766cf
commit
3155b8034d
|
@ -7,7 +7,7 @@ external_templates:
|
||||||
collections:
|
collections:
|
||||||
### New Content
|
### New Content
|
||||||
"Added This Week":
|
"Added This Week":
|
||||||
template: { name: Collection,
|
template: { name: Chart,
|
||||||
level: "++++" }
|
level: "++++" }
|
||||||
summary: "Episodes added this week on Plex"
|
summary: "Episodes added this week on Plex"
|
||||||
sort_title:
|
sort_title:
|
||||||
|
@ -23,7 +23,7 @@ collections:
|
||||||
visible_library: true
|
visible_library: true
|
||||||
|
|
||||||
"Now On Plex":
|
"Now On Plex":
|
||||||
template: { name: Collection,
|
template: { name: Chart,
|
||||||
level: "+++" }
|
level: "+++" }
|
||||||
summary: "Shows now playing on Plex"
|
summary: "Shows now playing on Plex"
|
||||||
sort_title:
|
sort_title:
|
||||||
|
@ -40,7 +40,7 @@ collections:
|
||||||
|
|
||||||
### Trending
|
### Trending
|
||||||
"From The Top":
|
"From The Top":
|
||||||
template: { name: Collection,
|
template: { name: Chart,
|
||||||
level: "++" }
|
level: "++" }
|
||||||
summary: "Let's start this from the beginning"
|
summary: "Let's start this from the beginning"
|
||||||
collection_level: episode
|
collection_level: episode
|
||||||
|
@ -51,7 +51,7 @@ collections:
|
||||||
visible_shared: true
|
visible_shared: true
|
||||||
|
|
||||||
"Previously On...":
|
"Previously On...":
|
||||||
template: { name: Collection,
|
template: { name: Chart,
|
||||||
level: "++++" }
|
level: "++++" }
|
||||||
summary: "Catch up on last week's episodes"
|
summary: "Catch up on last week's episodes"
|
||||||
sort_title:
|
sort_title:
|
||||||
|
@ -68,7 +68,7 @@ collections:
|
||||||
|
|
||||||
"What Everyone Is Watching":
|
"What Everyone Is Watching":
|
||||||
template: { name: Chart,
|
template: { name: Chart,
|
||||||
level: "++" }
|
level: "+++++" }
|
||||||
summary: "What other subscribers are checking out"
|
summary: "What other subscribers are checking out"
|
||||||
libraries: "TV Shows"
|
libraries: "TV Shows"
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
|
@ -83,7 +83,7 @@ collections:
|
||||||
|
|
||||||
"Trending Now":
|
"Trending Now":
|
||||||
template: { name: Chart,
|
template: { name: Chart,
|
||||||
level: "+++" }
|
level: "+++++" }
|
||||||
summary: "The hottest shows right now"
|
summary: "The hottest shows right now"
|
||||||
imdb_chart: popular_shows
|
imdb_chart: popular_shows
|
||||||
collection_order: custom
|
collection_order: custom
|
||||||
|
|
Loading…
Reference in New Issue