From a3d1b4d8a06df894c39cb87f884b0902f1560b37 Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Sun, 22 Oct 2023 23:32:46 -0700 Subject: [PATCH] full albums --- examples/music_audio_subscriptions.yaml | 6 ++++++ src/ytdl_sub/prebuilt_presets/music/music.yaml | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/examples/music_audio_subscriptions.yaml b/examples/music_audio_subscriptions.yaml index d3e45f33..d0c1a184 100644 --- a/examples/music_audio_subscriptions.yaml +++ b/examples/music_audio_subscriptions.yaml @@ -24,6 +24,12 @@ YouTube Releases: "Stan Getz": "https://www.youtube.com/@stangetzofficial/releases" "Art Blakey": "https://www.youtube.com/channel/UCMki-b0zfAQiMQ0nbsrIuBQ/playlists" +# Supports downloading playlists or individual videos where a single video is a full album. +# ytdl-sub will split the album based on video chapters, and make each chapter a track. +YouTube Full Albums: + = Lofi: + "Game Chops": "https://www.youtube.com/playlist?list=PLBsm_SagFMmdWnCnrNtLjA9kzfrRkto4i" + # Supports downloading a SoundCloud's artists albums + singles. Be sure to not include # any extension after the SoundCloud artist's name in the URL. SoundCloud Discography: diff --git a/src/ytdl_sub/prebuilt_presets/music/music.yaml b/src/ytdl_sub/prebuilt_presets/music/music.yaml index 274aadb0..08e7d8f7 100644 --- a/src/ytdl_sub/prebuilt_presets/music/music.yaml +++ b/src/ytdl_sub/prebuilt_presets/music/music.yaml @@ -131,6 +131,10 @@ presets: preset: - "_albums_from_playlists" + "YouTube Full Albums": + preset: + - "_albums_from_chapters" + "Bandcamp": preset: - "_albums_from_playlists"