From 63ba4b0824ea34af7b82e3081b5cc7f059690ba0 Mon Sep 17 00:00:00 2001 From: Rafael Moraes <50295204+glomatico@users.noreply.github.com> Date: Sun, 8 Sep 2024 00:07:07 -0300 Subject: [PATCH] change default value for `template_file_playlist` --- gamdl/downloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gamdl/downloader.py b/gamdl/downloader.py index b93e0a8..d35856d 100644 --- a/gamdl/downloader.py +++ b/gamdl/downloader.py @@ -51,7 +51,7 @@ class Downloader: template_file_multi_disc: str = "{disc}-{track:02d} {title}", template_folder_no_album: str = "{artist}/Unknown Album", template_file_no_album: str = "{title}", - template_file_playlist: str = "Playlists/{playlist_title}", + template_file_playlist: str = "Playlists/{playlist_artist}/{playlist_title}", template_date: str = "%Y-%m-%dT%H:%M:%SZ", exclude_tags: str = None, cover_size: int = 1200,