add collection_order_key to chart collections

This commit is contained in:
meisnate12
2022-09-16 14:54:22 -04:00
parent 6ef6cefb34
commit ab7e155af9
10 changed files with 62 additions and 35 deletions

View File

@@ -29,6 +29,8 @@
# use_key: true #
# # Determines collection order in it's section #
# order_key: #
# # Determines collection order of the collection #
# collection_order_key: custom #
# # Set visible_library for the collection #
# visible_library_key: #
# # Set visible_home for the collection #
@@ -81,21 +83,18 @@ collections:
AniList Popular:
template:
- name: popular
- name: customsync
- name: chart_shared
key: popular
AniList Top Rated:
template:
- name: top
- name: customsync
- name: chart_shared
key: top
AniList Trending:
template:
- name: trending
- name: customsync
- name: chart_shared
key: trending
@@ -106,6 +105,5 @@ collections:
sort_by: popular
summary: A collection of Anime from the Current Season according to AniList.
template:
- name: customsync
- name: chart_shared
key: season

View File

@@ -77,12 +77,12 @@ collections:
Newly Released:
template:
- name: released
- name: chart_shared
- name: smart_chart_shared
key: released
New Episodes:
template:
- name: episodes
- name: chart_shared
- name: smart_chart_shared
key: episodes
check_library: show

View File

@@ -28,6 +28,8 @@
# use_key: true #
# # Determines collection order in its section #
# order_key: #
# # Determines collection order of the collection #
# collection_order_key: custom #
# # Set visible_library for the collection #
# visible_library_key: #
# # Set visible_home for the collection #
@@ -57,8 +59,6 @@ templates:
imdb:
imdb_chart: <<chart>>_<<library_type>>s
collection_order: custom
sync_mode: sync
collections:
@@ -78,8 +78,6 @@ collections:
IMDb Lowest Rated:
imdb_chart: lowest_rated
collection_order: custom
sync_mode: sync
template:
- name: chart_shared
key: lowest

View File

@@ -30,6 +30,8 @@
# use_key: true #
# # Determines collection order in it's section #
# order_key: #
# # Determines collection order of the collection #
# collection_order_key: custom #
# # Set visible_library for the collection #
# visible_library_key: #
# # Set visible_home for the collection #
@@ -88,28 +90,24 @@ collections:
MyAnimeList Popular:
template:
- name: popular
- name: customsync
- name: chart_shared
key: popular
MyAnimeList Favorited:
template:
- name: favorited
- name: customsync
- name: chart_shared
key: favorited
MyAnimeList Top Rated:
template:
- name: top
- name: customsync
- name: chart_shared
key: top
MyAnimeList Top Airing:
template:
- name: airing
- name: customsync
- name: chart_shared
key: airing
@@ -119,6 +117,5 @@ collections:
sort_by: score
summary: A collection of Anime from the Current Season according to MyAnimeList.
template:
- name: customsync
- name: chart_shared
key: season

View File

@@ -29,6 +29,8 @@
# use_key: true #
# # Determines collection order in its section #
# order_key: #
# # Determines collection order of the collection #
# collection_order_key: custom #
# # Set visible_library for the collection #
# visible_library_key: #
# # Set visible_home for the collection #
@@ -64,14 +66,12 @@ collections:
summary: A collection of Popular Anime on AniDB
anidb_popular: 30
template:
- name: customsync
- name: chart_shared
key: anidb
Common Sense Selection:
template:
- name: css
- name: customsync
- name: chart_shared
key: commonsense
@@ -79,7 +79,6 @@ collections:
summary: A collection of StevenLu's Most Popular Movies
stevenlu_popular: true
template:
- name: customsync
- name: chart_shared
key: stevenlu
check_library: movie
@@ -88,7 +87,6 @@ collections:
mdblist_list: https://mdblist.com/lists/hdlists/top-ten-pirated-movies-of-the-week-torrent-freak-com/
summary: TorrentFreak.com's Weekly Top Ten Pirated Movies
template:
- name: customsync
- name: chart_shared
key: pirated
check_library: movie

View File

@@ -30,6 +30,8 @@
# use_key: true #
# # Determines collection order in its section #
# order_key: #
# # Determines collection order of the collection #
# collection_order_key: custom #
# # Set visible_library for the collection #
# visible_library_key: #
# # Set visible_home for the collection #
@@ -74,12 +76,10 @@ collections:
Plex Popular:
template:
- name: tautulli_popular
- name: customsync
- name: chart_shared
key: popular
Plex Watched:
template:
- name: tautulli_watched
- name: customsync
- name: chart_shared
key: watched

View File

@@ -30,6 +30,8 @@
# use_key: true #
# # Determines collection order in its section #
# order_key: #
# # Determines collection order of the collection #
# collection_order_key: custom #
# # Set visible_library for the collection #
# visible_library_key: #
# # Set visible_home for the collection #
@@ -94,7 +96,6 @@ collections:
TMDb Airing Today:
template:
- name: airing
- name: customsync
- name: chart_shared
key: airing
check_library: show
@@ -102,7 +103,6 @@ collections:
TMDb On The Air:
template:
- name: air
- name: customsync
- name: chart_shared
key: air
check_library: show
@@ -110,20 +110,17 @@ collections:
TMDb Popular:
template:
- name: popular
- name: customsync
- name: chart_shared
key: popular
TMDb Top Rated:
template:
- name: top
- name: customsync
- name: chart_shared
key: top
TMDb Trending:
template:
- name: trending
- name: customsync
- name: chart_shared
key: trending

View File

@@ -33,6 +33,8 @@
# use_key: true #
# # Determines collection order in its section #
# order_key: #
# # Determines collection order of the collection #
# collection_order_key: custom #
# # Set visible_library for the collection #
# visible_library_key: #
# # Set visible_home for the collection #
@@ -81,5 +83,4 @@ dynamic_collections:
title_format: Trakt <<key_name>>
template:
- trakt
- customsync
- chart_shared