From 858d5aef358866717beaaa5ad4430787538418f1 Mon Sep 17 00:00:00 2001 From: YozoraXCII <96386153+YozoraXCII@users.noreply.github.com> Date: Thu, 12 Jan 2023 17:15:49 +0000 Subject: [PATCH] Add Dragon Ball Playlist Add Dragon Ball Playlist --- defaults/playlist.yml | 9 +++++++++ docs/defaults/playlist.md | 22 ++++++++++++---------- 2 files changed, 21 insertions(+), 10 deletions(-) diff --git a/defaults/playlist.yml b/defaults/playlist.yml index 8a2c3deb..8697946d 100644 --- a/defaults/playlist.yml +++ b/defaults/playlist.yml @@ -120,3 +120,12 @@ playlists: trakt_url: https://trakt.tv/users/heyitsbea/lists/x-men summary_xmen: The X-Men are a fictional team of superheroes appearing in American comic books published by Marvel Comics, first appearing in The X-Men Issue 1. Although initially cancelled in 1970, following its 1975 revival and subsequent direction under writer Chris Claremont, it became one of the most recognizable and successful franchises of Marvel Comics. - name: arr + + Dragon Ball (Timeline Order): + variables: + key: dragonball + template: + - name: playlist + trakt_url: https://trakt.tv/users/qamazi/lists/dragon-ball-binged-out + summary_xmen: Dragon Ball follows the adventures of an extraordinarily strong young boy named Goku as he searches for the seven dragon balls. These balls, when combined, can grant the owner any one wish he desires. Along the way he makes many new friends, and enemies, and he trains to become the strongest fighter in the world. + - name: arr diff --git a/docs/defaults/playlist.md b/docs/defaults/playlist.md index 40766991..b7f72058 100644 --- a/docs/defaults/playlist.md +++ b/docs/defaults/playlist.md @@ -8,16 +8,17 @@ This Default file requires [Trakt Authentication](../config/trakt) ## Playlists -| Playlist | Key | Description | -|:---------------------------------------------|:------------|:----------------------------------------------------------------------------------| -| `Arrowverse (Timeline Order)` | `arrow` | Playlist of Movies and Episodes in the Arrowverse (Timeline Order) | -| `Marvel Cinematic Universe (Timeline Order)` | `mcu` | Playlist of Movies and Episodes in the Marvel Cinematic Universe (Timeline Order) | -| `DC Animated Universe (Timeline Order)` | `dcau` | Playlist of Movies and Episodes in the DC Animated Universe (Timeline Order) | -| `Pokémon (Timeline Order)` | `pokemon` | Playlist of Movies and Episodes in the Pokémon (Timeline Order) | -| `Star Trek (Timeline Order)` | `startrek` | Playlist of Movies and Episodes in the Star Trek (Timeline Order) | -| `Star Wars (Timeline Order)` | `starwars` | Playlist of Movies and Episodes in the Star Wars (Timeline Order) | -| `Star Wars The Clone Wars (Timeline Order)` | `clonewars` | Playlist of Movies and Episodes in the Star Wars The Clone Wars (Timeline Order) | -| `X-Men (Timeline Order)` | `xmen` | Playlist of Movies and Episodes in the X-Men (Timeline Order) | +| Playlist | Key | Description | +|:---------------------------------------------|:-------------|:----------------------------------------------------------------------------------| +| `Arrowverse (Timeline Order)` | `arrow` | Playlist of Movies and Episodes in the Arrowverse (Timeline Order) | +| `Marvel Cinematic Universe (Timeline Order)` | `mcu` | Playlist of Movies and Episodes in the Marvel Cinematic Universe (Timeline Order) | +| `DC Animated Universe (Timeline Order)` | `dcau` | Playlist of Movies and Episodes in the DC Animated Universe (Timeline Order) | +| `Pokémon (Timeline Order)` | `pokemon` | Playlist of Movies and Episodes in the Pokémon (Timeline Order) | +| `Star Trek (Timeline Order)` | `startrek` | Playlist of Movies and Episodes in the Star Trek (Timeline Order) | +| `Star Wars (Timeline Order)` | `starwars` | Playlist of Movies and Episodes in the Star Wars (Timeline Order) | +| `Star Wars The Clone Wars (Timeline Order)` | `clonewars` | Playlist of Movies and Episodes in the Star Wars The Clone Wars (Timeline Order) | +| `X-Men (Timeline Order)` | `xmen` | Playlist of Movies and Episodes in the X-Men (Timeline Order) | +| `Dragon Ball (Timeline Order)` | `dragonball` | Playlist of Movies and Episodes in the Dragon Ball (Timeline Order) | ## Config @@ -96,4 +97,5 @@ trakt_list: starwars: https://trakt.tv/users/ruben_vw_/lists/star-wars-canon-timeline clonewars: https://trakt.tv/users/tomfin46/lists/star-wars-the-clone-wars-chronological-episode-order xmen: https://trakt.tv/users/heyitsbea/lists/x-men + dragonball: https://trakt.tv/users/qamazi/lists/dragon-ball-binged-out ```