full albums

This commit is contained in:
Jesse Bannon 2023-10-22 23:32:46 -07:00
parent d159635d16
commit a3d1b4d8a0
2 changed files with 10 additions and 0 deletions

View file

@ -24,6 +24,12 @@ YouTube Releases:
"Stan Getz": "https://www.youtube.com/@stangetzofficial/releases" "Stan Getz": "https://www.youtube.com/@stangetzofficial/releases"
"Art Blakey": "https://www.youtube.com/channel/UCMki-b0zfAQiMQ0nbsrIuBQ/playlists" "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 # Supports downloading a SoundCloud's artists albums + singles. Be sure to not include
# any extension after the SoundCloud artist's name in the URL. # any extension after the SoundCloud artist's name in the URL.
SoundCloud Discography: SoundCloud Discography:

View file

@ -131,6 +131,10 @@ presets:
preset: preset:
- "_albums_from_playlists" - "_albums_from_playlists"
"YouTube Full Albums":
preset:
- "_albums_from_chapters"
"Bandcamp": "Bandcamp":
preset: preset:
- "_albums_from_playlists" - "_albums_from_playlists"