From 74fc31c2f3beb965991bef39482a1eced7defdf1 Mon Sep 17 00:00:00 2001 From: hstephens Date: Fri, 11 Nov 2022 09:21:58 -0700 Subject: [PATCH] moved to Template layout --- .../playlists/episodes/anime_playlists.yml | 30 +++++++++------- hstep20/playlists/episodes/tv_playlists.yml | 36 +++++++++++++------ 2 files changed, 44 insertions(+), 22 deletions(-) diff --git a/hstep20/playlists/episodes/anime_playlists.yml b/hstep20/playlists/episodes/anime_playlists.yml index 66ae208..27f0974 100644 --- a/hstep20/playlists/episodes/anime_playlists.yml +++ b/hstep20/playlists/episodes/anime_playlists.yml @@ -1,18 +1,24 @@ -playlists: - Monogatari Watch Order: - libraries: "All Anime" +templates: + Watch Order: + trakt_list: <> + libraries: "YOUR TV LIBRARY NAME HERE" + summary: <> sync_mode: sync - trakt_list: https://trakt.tv/users/agent531c/lists/monogatari-watchlist?sort=rank%2Casc - summary: Monogatari in watch order smart_filter: any: episode_unplayed: true +playlists: + Monogatari Watch Order: + { + name: Watch Order, + list: https://trakt.tv/users/agent531c/lists/monogatari-watchlist?sort=rank%2Casc, + summary: "Monogatari in the Intended Watch Order", + } + Bleach - No Filler: - libraries: "All Anime" - sync_mode: sync - trakt_list: https://trakt.tv/users/grawler/lists/bleach-in-order-no-filler?sort=rank%2Casc - summary: A Watch order for Bleach with all of the complete filler parts cut out - smart_filter: - any: - episode_unplayed: true + { + name: Watch Order, + list: https://trakt.tv/users/grawler/lists/bleach-in-order-no-filler?sort=rank%2Casc, + summary: "Bleach with all the filler cut out", + } diff --git a/hstep20/playlists/episodes/tv_playlists.yml b/hstep20/playlists/episodes/tv_playlists.yml index 61cf43b..6f8ecb4 100644 --- a/hstep20/playlists/episodes/tv_playlists.yml +++ b/hstep20/playlists/episodes/tv_playlists.yml @@ -1,15 +1,31 @@ +templates: + Watch Order: + trakt_list: <> + libraries: "YOUR TV LIBRARY NAME HERE" + sync_mode: sync + summary: <> + smart_filter: + any: + episode_unplayed: true + playlists: X Files (Freak of the Week): - trakt_list: https://trakt.tv/lists/23903123 - libraries: "All TV Shows" - sync_mode: sync + { + name: Watch Order, + list: https://trakt.tv/lists/23903123, + summary: "The 'Monster of the Week' episodes of X Files", + } X Files (Mythology): - trakt_list: https://trakt.tv/lists/23903191 - libraries: "All TV Shows" - sync_mode: sync + { + name: Watch Order, + list: https://trakt.tv/lists/23903191, + summary: "The Seriazlied episodes of X-Files in order", + } - Ducktales Intended Viewing Order: - trakt_list: https://trakt.tv/users/itsmistermoon/lists/ducktales-2017-official-order?sort=rank%2Casc - libraries: "All TV Shows" - sync_mode: sync + Ducktales (2017) Intended Viewing Order: + { + name: Watch Order, + list: https://trakt.tv/users/itsmistermoon/lists/ducktales-2017-official-order?sort=rank%2Casc, + summary: "The Crew's intended viewing order after Disney aired them out of order. This uses the alternate order on the TVDB page to build a playlist in the order meant to be watched", + }