template reorg

This commit is contained in:
meisnate12
2022-09-20 17:30:22 -04:00
parent 92f44d534d
commit b23d8643bb
25 changed files with 307 additions and 233 deletions

View File

@@ -47,7 +47,7 @@
# radarr_folder_key: #
# # Sonarr Folder to add to #
# sonarr_folder_key: #
# # Radarr Tag for existing items #
# # Radarr Tag for added missing #
# radarr_tag_key: #
# # Sonarr Tag for added missing #
# sonarr_tag_key: #
@@ -85,29 +85,41 @@ templates:
collections:
AniList Popular:
variables:
key: popular
template:
- name: popular
- name: chart_shared
key: popular
- name: shared
- name: arr
- name: custom
AniList Top Rated:
variables:
key: top
template:
- name: top
- name: chart_shared
key: top
- name: shared
- name: arr
- name: custom
AniList Trending:
variables:
key: trending
template:
- name: trending
- name: chart_shared
key: trending
- name: shared
- name: arr
- name: custom
AniList Season:
variables:
key: season
anilist_search:
season: current
year:
sort_by: popular
summary: A collection of Anime from the Current Season according to AniList.
template:
- name: chart_shared
key: season
- name: shared
- name: arr
- name: custom

View File

@@ -75,14 +75,16 @@ collections:
separator: chart
Newly Released:
variables:
key: released
template:
- name: released
- name: smart_chart_shared
key: released
- name: shared
New Episodes:
variables:
key: episodes
template:
- name: episodes
- name: smart_chart_shared
key: episodes
check_library: show
- name: shared
library_type: show

View File

@@ -67,22 +67,31 @@ templates:
collections:
IMDb Popular:
variables:
key: popular
template:
- name: imdb
chart: popular
- name: chart_shared
key: popular
- name: shared
- name: arr
- name: custom
IMDb Top 250:
variables:
key: top
template:
- name: imdb
chart: top
- name: chart_shared
key: top
- name: shared
- name: arr
- name: custom
IMDb Lowest Rated:
variables:
key: lowest
imdb_chart: lowest_rated
template:
- name: chart_shared
key: lowest
check_library: movie
- name: shared
library_type: movie
- name: arr
- name: custom

View File

@@ -92,34 +92,49 @@ templates:
collections:
MyAnimeList Popular:
variables:
key: popular
template:
- name: popular
- name: chart_shared
key: popular
- name: shared
- name: arr
- name: custom
MyAnimeList Favorited:
variables:
key: favorited
template:
- name: favorited
- name: chart_shared
key: favorited
- name: shared
- name: arr
- name: custom
MyAnimeList Top Rated:
variables:
key: top
template:
- name: top
- name: chart_shared
key: top
- name: shared
- name: arr
- name: custom
MyAnimeList Top Airing:
variables:
key: airing
template:
- name: airing
- name: chart_shared
key: airing
- name: shared
- name: arr
- name: custom
MyAnimeList Season:
variables:
key: season
mal_season:
season: current
sort_by: score
summary: A collection of Anime from the Current Season according to MyAnimeList.
template:
- name: chart_shared
key: season
- name: shared
- name: arr
- name: custom

View File

@@ -61,36 +61,53 @@ external_templates:
collection_section: "01"
templates:
anidb:
default:
limit_anidb: 30
summary: A collection of Popular Anime on AniDB
anidb_popular: <<limit_anidb>>
css:
mdblist_list: https://mdblist.com/lists/plexmetamanager/cssfamilies<<library_type>>s
summary: A collection of Common Sense <<library_type>>s. Common Sense recognizes outstanding entertainment with an official seal for quality and impact. Common Sense Selections include age-appropriate media with the potential to spark family conversations, entertain families of all kinds, and have a positive, lasting effect on society.
collections:
AniDB Popular:
summary: A collection of Popular Anime on AniDB
anidb_popular: 30
variables:
key: anidb
template:
- name: chart_shared
key: anidb
- name: anidb
- name: shared
- name: arr
- name: custom
Common Sense Selection:
variables:
key: commonsense
template:
- name: css
- name: chart_shared
key: commonsense
- name: shared
- name: arr
- name: custom
StevenLu's Popular Movies:
variables:
key: stevenlu
summary: A collection of StevenLu's Most Popular Movies
stevenlu_popular: true
template:
- name: chart_shared
key: stevenlu
check_library: movie
- name: shared
library_type: movie
- name: arr
- name: custom
Top 10 Pirated Movies of the Week:
variables:
key: pirated
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: chart_shared
key: pirated
check_library: movie
- name: shared
library_type: movie
- name: arr
- name: custom

View File

@@ -74,12 +74,19 @@ templates:
collections:
Plex Popular:
variables:
key: popular
template:
- name: tautulli_popular
- name: chart_shared
key: popular
- name: shared
- name: arr
- name: custom
Plex Watched:
variables:
key: watched
template:
- name: tautulli_watched
- name: chart_shared
key: watched
- name: shared
- name: arr
- name: custom

View File

@@ -98,33 +98,48 @@ templates:
collections:
TMDb Airing Today:
variables:
key: airing
template:
- name: airing
- name: chart_shared
key: airing
check_library: show
- name: shared
library_type: show
- name: arr
- name: custom
TMDb On The Air:
variables:
key: air
template:
- name: air
- name: chart_shared
key: air
check_library: show
- name: shared
library_type: show
- name: arr
- name: custom
TMDb Popular:
variables:
key: popular
template:
- name: popular
- name: chart_shared
key: popular
- name: shared
- name: arr
- name: custom
TMDb Top Rated:
variables:
key: top
template:
- name: top
- name: chart_shared
key: top
- name: shared
- name: arr
- name: custom
TMDb Trending:
variables:
key: trending
template:
- name: trending
- name: chart_shared
key: trending
- name: shared
- name: arr
- name: custom

View File

@@ -87,4 +87,6 @@ dynamic_collections:
title_format: Trakt <<key_name>>
template:
- trakt
- chart_shared
- shared
- arr
- custom