glomatico / spotify-web-downloader

A Python CLI app for downloading songs/music videos/albums/playlists directly from Spotify.
378 stars 43 forks source link

Question #36

Closed joeyboli closed 3 months ago

joeyboli commented 3 months ago

hey is there a way to download songs into one folder instead of it creating subfolders. ? i downloaded a playlist and every artist has a folder.

Toniolo-Marco commented 3 months ago

Set the field template_folder_album empty in config.json file: every song will be in the output_path folder. You do the same using those fields as [OPTIONS] in the CLI. Here I set the output_path in the .json


spotify-web-downloader --template-folder-album="" --template-file-single-disc="{title}"  "https://open.spotify.com/..."```
joeyboli commented 3 months ago

thanks marco